summaryrefslogtreecommitdiff
path: root/hugo.toml
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2024-12-15 03:06:14 +0100
committerFederico Angelilli <code@fedang.net>2024-12-15 03:06:14 +0100
commitc47d12d615130addfe0d372e93950e84843137f2 (patch)
tree3c1740fff3fb72a6aff0627c8a04d3330cb72833 /hugo.toml
parent5f02313cd2eb97874a3efe2d75aee96958e9689f (diff)
Add name
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml10
1 files changed, 8 insertions, 2 deletions
diff --git a/hugo.toml b/hugo.toml
index b6972ee..1498f4f 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -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