24 lines
467 B
TOML
24 lines
467 B
TOML
|
baseURL = 'https://oer.community/sb/feature/static-site-experimente_kleineSchritte'
|
||
|
languageCode = 'de'
|
||
|
defaultContentLanguage = 'de'
|
||
|
title = 'oer Blog'
|
||
|
theme = 'PaperMod'
|
||
|
|
||
|
[menus]
|
||
|
[[menus.main]]
|
||
|
name = 'Home'
|
||
|
pageRef = '/'
|
||
|
weight = 10
|
||
|
[[menus.main]]
|
||
|
name = 'Impressum'
|
||
|
pageRef = '/Impressum'
|
||
|
weight = 30
|
||
|
[[menus.main]]
|
||
|
name = 'Schlagworte'
|
||
|
pageRef = '/tags'
|
||
|
weight = 20
|
||
|
|
||
|
[params]
|
||
|
subtitle = 'oer.community'
|
||
|
env = 'production'
|