first test to get that pesky toml to yaml
This commit is contained in:
parent
360562397c
commit
3d93c3fbbb
55
site/config.yaml
Normal file
55
site/config.yaml
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
baseURL: https://test.freifunk-rhein-sieg.net
|
||||||
|
languageCode: "de-de"
|
||||||
|
title: "Freifunk Rhein Sieg e.V."
|
||||||
|
theme: "ananke"
|
||||||
|
footnoteReturnLinkContents: ↩
|
||||||
|
params:
|
||||||
|
AuthorName: Jon Doe
|
||||||
|
GitHubUser: spf13
|
||||||
|
ListOfFoo:
|
||||||
|
- foo1
|
||||||
|
- foo2
|
||||||
|
SidebarRecentLimit: 5
|
||||||
|
Subtitle: Hugo is Absurdly Fast!
|
||||||
|
permalinks:
|
||||||
|
posts: /:year/:month/:title/
|
||||||
|
menu:
|
||||||
|
main:
|
||||||
|
- identifier: der_verein
|
||||||
|
name: Der Verein
|
||||||
|
url: /posts/der_verein/
|
||||||
|
weight: 1
|
||||||
|
- identifier: mitmachen_unterstuetzen
|
||||||
|
name: Mitmachen / Unterstützen
|
||||||
|
url: /posts/mitmachen_unterstuetzen
|
||||||
|
weight: 2
|
||||||
|
- identifier: communities
|
||||||
|
name: Communities
|
||||||
|
url: /posts/communities
|
||||||
|
weight: 3
|
||||||
|
- identifier: map
|
||||||
|
name: Map
|
||||||
|
url: 'https://map.freifunk-rhein-sieg.net'
|
||||||
|
weight: 4
|
||||||
|
- identifier: links
|
||||||
|
name: Links
|
||||||
|
url: /posts/links
|
||||||
|
weight: 5
|
||||||
|
- identifier: digitale_kompetenz
|
||||||
|
name: digitale Kompetenz
|
||||||
|
url: /posts/digitale_kompetenz
|
||||||
|
weight: 6
|
||||||
|
- identifier: unterstuetzer
|
||||||
|
name: Unterstützer
|
||||||
|
url: /posts/unterstuetzer
|
||||||
|
weight: 7
|
||||||
|
- identifier: kontakt
|
||||||
|
name: Kontakt
|
||||||
|
url: /posts/kontakt
|
||||||
|
weight: 8
|
||||||
|
footer:
|
||||||
|
- identifier: datenschutz
|
||||||
|
name: datenschutza
|
||||||
|
url: /datenschutz/
|
||||||
|
weight: 1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user