Style blog previes on homepage, add headers for articles and author field

This commit is contained in:
Konstantin Kollar
2022-10-05 22:59:57 +02:00
parent 2178454478
commit a83381b903
23 changed files with 389 additions and 97 deletions
+8 -1
View File
@@ -1,5 +1,6 @@
baseURL = 'http://example.org/'
languageCode = 'en-us'
languageCode = 'de-de'
defaultContentLanguage = 'de'
title = 'Knäckeboot'
theme = 'bluewater'
@@ -13,3 +14,9 @@ theme = 'bluewater'
[[menu.main]]
url = '/about-us'
name = 'Wir'
[languages]
[languages.de]
contentDir= 'content'
languageName = 'Deutsch'
weight = 1