summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Olech <nddr89@gmail.com>2021-10-17 22:23:53 +0200
committerAdam Olech <nddr89@gmail.com>2021-10-17 22:23:53 +0200
commit7b27ab4c127e7b20abc66340dc69d4885824225d (patch)
treeb1ed5c2e20a1b13163792586e061bed7dc3bd68f
parentb47e4f84b09aea9caafc21b179bb79d8c614a5ae (diff)
Add theme and profile picture
-rw-r--r--.gitmodules3
-rw-r--r--config.toml10
-rw-r--r--static/images/me.jpgbin0 -> 231755 bytes
m---------themes/soho0
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
new file mode 100644
index 0000000..7ca8df3
--- /dev/null
+++ b/static/images/me.jpg
Binary files differ
diff --git a/themes/soho b/themes/soho
new file mode 160000
+Subproject 32d39a31c779bdced0941f21b3faf13ea13be5c