Lots of things.

* New function: _msg
* Replaced echo with _msg
* First try to insert blog into front page
* Add option in config to enable or disable sitemap
This commit is contained in:
2024-01-31 14:52:12 +01:00
parent 0161074f68
commit 6d9cb020ce
2 changed files with 113 additions and 75 deletions

2
config
View File

@ -17,3 +17,5 @@ export www_root=/path/to/output/directory
export blog_in_index=false
# Expected values are 'native' or 'markdown'
export generator=native
# Do you want to generate a sitemap.xml file?
export sitemap=true