aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorAnthony Wang2021-10-13 20:17:54 -0500
committerAnthony Wang2021-10-13 20:17:54 -0500
commit73cbda64944d40b474130a740f3a6718e444d6ea (patch)
tree39435df664200fe44d9352f296552c43f0835d17 /config.toml
parentd509629df6ab9aea7eb50158dcb765d33291bcfe (diff)
Initialize Hugo site
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..816a120
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,9 @@
+baseURL = 'http://example.org/'
+languageCode = 'en-us'
+title = 'Some Random Website'
+theme = 'gokarna'
+
+[params]
+ avatarURL = '/fun/dodecahedra/render-cropped.png'
+ description = 'Hello!'
+ accentColor = '#00dd42'