Misc fixes; Add macro for showing list of latest posts

This commit is contained in:
2022-10-26 11:01:17 +02:00
parent 64453af5e7
commit 17c88320ed
4 changed files with 44 additions and 21 deletions

View File

@ -12,6 +12,8 @@ from ast import literal_eval
DefConf = {
'Logging': 20,
'Threads': 0,
'DiffBuild': False,
'OutDir': 'public',
'SiteLang': 'en',
'SiteTemplate': 'Default.html',