From 7b27ab4c127e7b20abc66340dc69d4885824225d Mon Sep 17 00:00:00 2001 From: Adam Olech Date: Sun, 17 Oct 2021 22:23:53 +0200 Subject: Add theme and profile picture --- config.toml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'config.toml') 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" -- cgit v1.2.1