diff --git a/content/race/2024-10-27.md b/content/race/2024-10-27.md index 2f16330..60d3e00 100644 --- a/content/race/2024-10-27.md +++ b/content/race/2024-10-27.md @@ -1,9 +1,10 @@ --- title: Sunday Race 2024-10-27 -date: 2024-10-27 +layout: race tags: - race params: + car_image: 2024-10-27-car.png callout: Sunday the 27th! car_by: Belaraphon tune_by: LunarSpork diff --git a/content/race/2024-11-03.md b/content/race/2024-11-03.md new file mode 100644 index 0000000..6bbc884 --- /dev/null +++ b/content/race/2024-11-03.md @@ -0,0 +1,16 @@ +--- +title: Sunday Race 2024-11-03 +draft: false +layout: race +tags: + - race +params: + car_image: 2024-11-03-car.png + callout: Sunday the 3rd! + car_by: LunarSpork + tune_by: Sutrannu + car: 1959 Ford Anglia 105E + share_code: 663 469 991 +--- + +{{< race >}} diff --git a/content/race/_index.md b/content/race/_index.md new file mode 100644 index 0000000..7b28368 --- /dev/null +++ b/content/race/_index.md @@ -0,0 +1,9 @@ +--- +title: Races +menu: + main: +--- + +Sunday Races + +{{< pages-with-tag race >}} \ No newline at end of file diff --git a/hugo.toml b/hugo.toml index 8ab7b2a..880c9ab 100644 --- a/hugo.toml +++ b/hugo.toml @@ -8,5 +8,5 @@ theme = 'ananke' [params.meta] favicon = false [[params.ananke_socials]] -name = "Discord" -url = "https://t.co/uQa7fOuaKp" + name = "Discord" + url = "https://t.co/uQa7fOuaKp" diff --git a/layouts/_default/race.html b/layouts/_default/race.html index 0365132..dd2199b 100644 --- a/layouts/_default/race.html +++ b/layouts/_default/race.html @@ -5,7 +5,7 @@ {{ define "main" }} {{ $section := .Site.GetPage "section" .Section }} -
+
{{ end }} diff --git a/layouts/partials/head-additions.html b/layouts/partials/head-additions.html index a99dd50..5678071 100644 --- a/layouts/partials/head-additions.html +++ b/layouts/partials/head-additions.html @@ -1,3 +1,3 @@ - + diff --git a/layouts/shortcodes/race.html b/layouts/shortcodes/race.html index 5823ac6..4c6a337 100644 --- a/layouts/shortcodes/race.html +++ b/layouts/shortcodes/race.html @@ -1,5 +1,5 @@
-
+
{{ .Page.Params.callout }}
Car Chosen by {{ .Page.Params.car_by }}
@@ -8,3 +8,6 @@
{{ .Page.Params.car }}
Share Code{{ .Page.Params.share_code }}
+ + + \ No newline at end of file diff --git a/static/css/race.css b/static/css/race.css index 14e3d82..b847fc1 100644 --- a/static/css/race.css +++ b/static/css/race.css @@ -14,8 +14,8 @@ } #ad_frame .text { position: absolute; - font-family: "Permanent Marker", cursive; - font-weight: 200; + font-family: "Indie Flower", cursive; + font-weight: 400; font-style: normal; text-align: center; vertical-align: middle; @@ -40,7 +40,6 @@ width: 80%; height: 80%; margin: 6% auto; - background-image: url("../images/2024-10-27-car.png"); background-position: center; background-repeat: no-repeat; background-size: cover; diff --git a/static/images/2024-11-03-car.png b/static/images/2024-11-03-car.png new file mode 100644 index 0000000..97a3ce4 Binary files /dev/null and b/static/images/2024-11-03-car.png differ