Make a start at toml reader.

This commit is contained in:
jmsgrogan 2022-10-10 08:57:32 +01:00
parent cbc9ba77d2
commit 70991e59af
4 changed files with 115 additions and 3 deletions

View file

@ -1,4 +1,6 @@
# Site Generator Config
[themes]
location = "../personal-site-themes"
active_theme = "basic"