summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorAdam Olech <nddr89@gmail.com>2021-10-17 22:23:53 +0200
committerAdam Olech <nddr89@gmail.com>2021-10-17 22:23:53 +0200
commit7b27ab4c127e7b20abc66340dc69d4885824225d (patch)
treeb1ed5c2e20a1b13163792586e061bed7dc3bd68f /config.toml
parentb47e4f84b09aea9caafc21b179bb79d8c614a5ae (diff)
Add theme and profile picture
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml10
1 files changed, 9 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index 1d7c819..1fa66ec 100644
--- a/config.toml
+++ b/config.toml
@@ -1,3 +1,11 @@
+theme = 'soho'
baseURL = 'http://example.org/'
languageCode = 'en-us'
-title = 'My New Hugo Site'
+title = 'where extinct potatos go to retire'
+
+[params]
+author = "Adam Olech"
+
+## Set one of:
+# gravatar = "soho@example.com"
+profilePicture = "images/me.jpg"