diff options
| -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 |
