diff options
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 10 |
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" |
