diff options
Diffstat (limited to 'hugo.toml')
| -rw-r--r-- | hugo.toml | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,5 +1,11 @@ -baseURL = 'https://example.org/' +baseURL = 'https://fedang.net' languageCode = 'en-us' -title = 'My New Hugo Site' +title = '~fedang' theme = 'chilldark' + +[params.author] + name = "Federico Angelilli" + +[security] + enableInlineShortcodes = true |
