website/config.yaml

66 lines
1.8 KiB
YAML
Raw Permalink Normal View History

2023-12-22 19:19:49 +00:00
baseURL: https://data.coop
copyright: CC-BY, see https://creativecommons.org/licenses/by/4.0/
2020-04-05 20:14:54 +00:00
title: data.coop
theme: datacoop2020
2020-04-05 20:14:54 +00:00
2022-12-08 08:43:48 +00:00
defaultContentLanguage: da
enableGitInfo: true
markup:
goldmark:
renderer:
2022-12-08 08:43:48 +00:00
unsafe: true
# See: https://gohugo.io/content-management/multilingual/
languages:
da:
title: data.coop
2023-12-16 22:54:40 +00:00
params:
description: "Et datakollektiv, der passer på dine data."
2023-12-16 21:27:59 +00:00
weight: 1
2023-12-16 21:29:04 +00:00
# First Hugo looks in your post front matter for an images value (images: [""])
# Then Hugo searchs for image page resources with feature, cover or thumbnail in their name. These are images files under a directory that matches the post (e.g. content\posts\first-post)
# If not images are found, Hugo looks for images (images: [""]) in your site config
# If no image if found, then an image-less Twitter summary card is used instead of summary_large_image
# https://digitaldrummerj.me/hugo-preview-when-sharing-twitter/
2023-12-16 22:52:38 +00:00
images: ["/static/img/some_card_preview_large_da.png"]
LanguageName: Dansk
2022-12-08 08:43:48 +00:00
menu:
nav:
- name: "Bliv Medlem"
url: "membership/"
weight: 1
- name: "Om os"
url: "about/"
weight: 2
- name: "Tjenester"
url: "services/"
weight: 3
- name: "Vedtægter"
url: "rights/"
weight: 4
en:
title: data.coop
2023-12-16 22:54:40 +00:00
params:
description: "A data collective that takes care of your data."
weight: 2
2023-12-16 22:52:38 +00:00
images: ["/static/img/some_card_preview_large_en.png"]
LanguageName: English
menu:
nav:
- name: "Membership"
2022-12-08 08:43:48 +00:00
url: "en/membership/"
weight: 1
- name: "About us"
2022-12-08 08:43:48 +00:00
url: "en/about/"
weight: 2
- name: "Services"
2022-12-08 08:43:48 +00:00
url: "en/services/"
weight: 3
- name: "Statutes"
2022-12-08 08:43:48 +00:00
url: "en/rights/"
weight: 4