diff options
| author | Adam Olech <nddr89@gmail.com> | 2021-10-17 22:23:53 +0200 |
|---|---|---|
| committer | Adam Olech <nddr89@gmail.com> | 2021-10-17 22:23:53 +0200 |
| commit | 7b27ab4c127e7b20abc66340dc69d4885824225d (patch) | |
| tree | b1ed5c2e20a1b13163792586e061bed7dc3bd68f | |
| parent | b47e4f84b09aea9caafc21b179bb79d8c614a5ae (diff) | |
Add theme and profile picture
| -rw-r--r-- | .gitmodules | 3 | ||||
| -rw-r--r-- | config.toml | 10 | ||||
| -rw-r--r-- | static/images/me.jpg | bin | 0 -> 231755 bytes | |||
| m--------- | themes/soho | 0 |
4 files changed, 12 insertions, 1 deletions
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 Binary files differnew file mode 100644 index 0000000..7ca8df3 --- /dev/null +++ b/static/images/me.jpg diff --git a/themes/soho b/themes/soho new file mode 160000 +Subproject 32d39a31c779bdced0941f21b3faf13ea13be5c |
