summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2022-10-22 12:16:56 +0200
committerGuido Günther <agx@sigxcpu.org>2022-10-22 12:16:56 +0200
commited9125e64164736b4291cc176c75f3b147767a92 (patch)
tree9e28752e6aec1c4d60ccd04f8611e5419656071f
parent0f4e3dfc6f2f290245ba18d11ad3b0d1131a0a98 (diff)
Add theme
git submodule add https://github.com/theNewDynamic/gohugo-theme-ananke.git themes/ananke
-rw-r--r--.gitmodules3
-rw-r--r--config.toml1
m---------themes/ananke0
3 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..5154615
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "themes/ananke"]
+ path = themes/ananke
+ url = https://github.com/theNewDynamic/gohugo-theme-ananke.git
diff --git a/config.toml b/config.toml
index 1d7c819..4c1a064 100644
--- a/config.toml
+++ b/config.toml
@@ -1,3 +1,4 @@
baseURL = 'http://example.org/'
languageCode = 'en-us'
title = 'My New Hugo Site'
+theme = "ananke"
diff --git a/themes/ananke b/themes/ananke
new file mode 160000
+Subproject 5a8b531a7ce2f22eaa452ebab8325040982c927