diff options
| author | Luke Smith <Luke Smith> | 2022-06-25 10:56:36 -0400 |
|---|---|---|
| committer | Luke Smith <Luke Smith> | 2022-06-25 10:56:36 -0400 |
| commit | 7e74a039122aef922d1619e636de3497ffcf7c60 (patch) | |
| tree | 6029d4f3bd5496acd15e81ad5babb367f8836d60 /config.toml | |
| parent | 967594150f011456cde5965d48cbf0e64f39d31e (diff) | |
convert to hugo
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..ecd1d56 --- /dev/null +++ b/config.toml @@ -0,0 +1,9 @@ +baseURL = 'https://landchad.net' +languageCode = 'en-us' +title = 'LandChad.net' +theme = 'lugo' + +[markup] + [markup.goldmark] + [markup.goldmark.renderer] + unsafe = true |
