First blog post

This commit is contained in:
a
2023-11-23 10:55:26 +01:00
parent 8c54878dc2
commit f124188226
6 changed files with 75 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
baseURL = 'http://example.org/'
languageCode = 'en-us'
title = "Amaury's Blog"
theme = 'xmin'
[menu]
main = [{ name = "Home", url = "/", weight = 1 }]
[params]
footer = "© Amaury 2023"