From: Pieter De Praetere Date: Sun, 27 Dec 2020 14:42:50 +0000 (+0100) Subject: Stands part mostly done X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2263d84dd6290102a5200c91282be82a24d6506b;p=stands-website.git Stands part mostly done --- diff --git a/config.toml b/config.toml index 480c272..a6cec1e 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,7 @@ baseURL = "https://stands.fosdem.org" languageCode = "en-us" title = "FOSDEM 2021 Stands" -theme = "fosdem" \ No newline at end of file +theme = "fosdem" + +[taxonomies] +theme = "themes" \ No newline at end of file diff --git a/content/stands/fosdem/_index.md b/content/stands/fosdem/_index.md index 5ff8d80..26c0247 100644 --- a/content/stands/fosdem/_index.md +++ b/content/stands/fosdem/_index.md @@ -4,10 +4,10 @@ theme: Community advocacy website: https://www.fosdem.org logo: stands/fosdem/cogweel.png description: | -

FOSDEM is the yearly European free and open source developers meeting. Founded in 2000 as OSEM, it is currently celebrating its 21st edition, welcoming + FOSDEM is the yearly European free and open source developers meeting. Founded in 2000 as OSEM, it is currently celebrating its 21st edition, welcoming over 8000 developers to the ULB campus in Brussels. With hundreds of speakers and projects talking about their newest ideas and developments, it is the place to get in touch with projects and developers, keep up to date with latest developments and listen to the great minds in the field. The event is - totally free and is supported by donations, sponsorships and hundreds of volunteers.

+ totally free and is supported by donations, sponsorships and hundreds of volunteers. showcase: |

Come to our stand to meet the team behind FOSDEM, get up to date with the latest developments (will there be a FOSDEM in 2021? does G. really have a diff --git a/themes/fosdem/layouts/_default/list.html b/themes/fosdem/layouts/_default/list.html index f319bf9..61ec7a0 100644 --- a/themes/fosdem/layouts/_default/list.html +++ b/themes/fosdem/layouts/_default/list.html @@ -1,2 +1,13 @@ {{ define "main" }} +

+
+
+ +
+
+
{{ end }} \ No newline at end of file diff --git a/themes/fosdem/layouts/stands/list.html b/themes/fosdem/layouts/stands/list.html index c9b8d00..54d941a 100644 --- a/themes/fosdem/layouts/stands/list.html +++ b/themes/fosdem/layouts/stands/list.html @@ -2,20 +2,21 @@
{{ range .Pages }}
-
- {{ .Params.title }} logo - {{ .Params.title }} - {{ .Params.theme }} - {{ .Params.website }} - {{ .Params.description }} -
-
-

- {{ .Params.showcase }} -

-

- {{ .Params.new_this_year }} -

+
+
+
+
+ {{ .Params.title }} logo +
+
+
+
{{ .Params.title }}
+

{{ .Params.description }}

+

{{ .Params.theme }}

+
+
+
+
{{ end }}