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 --- .gitmodules | 3 +++ config.toml | 10 +++++++++- static/images/me.jpg | Bin 0 -> 231755 bytes themes/soho | 1 + 4 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 100644 static/images/me.jpg create mode 160000 themes/soho diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..9663ae5 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/soho"] + path = themes/soho + url = https://github.com/alexandrevicenzi/soho.git 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" diff --git a/static/images/me.jpg b/static/images/me.jpg new file mode 100644 index 0000000..7ca8df3 Binary files /dev/null and b/static/images/me.jpg differ diff --git a/themes/soho b/themes/soho new file mode 160000 index 0000000..32d39a3 --- /dev/null +++ b/themes/soho @@ -0,0 +1 @@ +Subproject commit 32d39a31c779bdced0941f21b3faf13ea13be5c5 -- cgit v1.2.1