diff --git a/assets/u/image/cards/datacenterlight.jpg b/assets/u/image/cards/datacenterlight.jpg new file mode 100644 index 0000000..1842664 Binary files /dev/null and b/assets/u/image/cards/datacenterlight.jpg differ diff --git a/assets/u/image/cards/digitalglarus.png b/assets/u/image/cards/digitalglarus.png new file mode 100644 index 0000000..af41e5c Binary files /dev/null and b/assets/u/image/cards/digitalglarus.png differ diff --git a/assets/u/image/cards/open-infrastructure.jpg b/assets/u/image/cards/open-infrastructure.jpg new file mode 100644 index 0000000..550922c Binary files /dev/null and b/assets/u/image/cards/open-infrastructure.jpg differ diff --git a/content/u/projects/data-center-light/contents.lr b/content/u/projects/data-center-light/contents.lr index 51903bc..4a52a93 100644 --- a/content/u/projects/data-center-light/contents.lr +++ b/content/u/projects/data-center-light/contents.lr @@ -2,6 +2,8 @@ title: Data Center Light --- subtitle: A clean and sustainable data center --- +image: /u/image/cards/datacenterlight.jpg +--- content: ## Introduction diff --git a/content/u/projects/digital-glarus/contents.lr b/content/u/projects/digital-glarus/contents.lr index f69a275..90d3107 100644 --- a/content/u/projects/digital-glarus/contents.lr +++ b/content/u/projects/digital-glarus/contents.lr @@ -1,5 +1,7 @@ title: Digital Glarus --- +image: /u/image/cards/digitalglarus.png +--- subtitle: Using digitalisation for the good --- content: diff --git a/content/u/projects/ipv6-chat/contents.lr b/content/u/projects/ipv6-chat/contents.lr index cf6726c..8356518 100644 --- a/content/u/projects/ipv6-chat/contents.lr +++ b/content/u/projects/ipv6-chat/contents.lr @@ -2,6 +2,8 @@ title: IPv6.Chat --- subtitle: Let's talk about IPv6 --- +image: https://ungleich.ch/media/filer_public/c8/86/c8867297-4573-464b-ae60-0f38117626ad/ipv6chat.jpg +--- content: ## IPv6 chat diff --git a/content/u/projects/open-infrastructure/contents.lr b/content/u/projects/open-infrastructure/contents.lr new file mode 100644 index 0000000..bef70b1 --- /dev/null +++ b/content/u/projects/open-infrastructure/contents.lr @@ -0,0 +1,19 @@ +title: Open Infrastructure +--- +subtitle: Transparency everywhere +--- +image: /u/image/cards/open-infrastructure.jpg +--- +content: + +Next to our [Open Source](../open-source/) efforts, we also believe +that what you run your services on, should also be open and +understandable. + +For this reason we created the Open Infrastructure project that +describes our infrastructure in detail and allows you to rebuild it, +if you wanted to. + +You can read more about it in [our blog post about Open +Infrastructure](https://ungleich.ch/en-us/cms/blog/2019/04/26/ungleich-open-infrastructure-project/) +or see the current documentation in [our redmine Open Infrastructure project](https://redmine.ungleich.ch/projects/open-infrastructure). diff --git a/models/page-2020.ini b/models/page-2020.ini index 0dd3a96..2a9b653 100644 --- a/models/page-2020.ini +++ b/models/page-2020.ini @@ -13,3 +13,7 @@ type = string [fields.content] label = Content type = markdown + +[fields.image] +label = Image +type = url diff --git a/models/projects.ini b/models/projects.ini index 69df262..01cd5ac 100644 --- a/models/projects.ini +++ b/models/projects.ini @@ -11,6 +11,10 @@ type = string label = Subtitle type = string +[fields.image] +label = Image +type = url + [children] model = page-2020 order_by = title \ No newline at end of file diff --git a/templates/summary-page.html b/templates/summary-page.html index ba1a069..c59a9a8 100644 --- a/templates/summary-page.html +++ b/templates/summary-page.html @@ -11,6 +11,10 @@ {% endif %}
+ {% if childpage.image %} + childpage.title + {% endif %}
{{ childpage.title }}

{{ childpage.subtitle }}