diff options
author | Anthony Wang | 2021-10-13 20:17:54 -0500 |
---|---|---|
committer | Anthony Wang | 2021-10-13 20:17:54 -0500 |
commit | 73cbda64944d40b474130a740f3a6718e444d6ea (patch) | |
tree | 39435df664200fe44d9352f296552c43f0835d17 /config.toml | |
parent | d509629df6ab9aea7eb50158dcb765d33291bcfe (diff) |
Initialize Hugo site
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..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' |