From 2fc06273d655a9a0ea8886cb68cd7bddc5d08ba7 Mon Sep 17 00:00:00 2001 From: James McDonald Date: Fri, 18 Jan 2019 18:16:16 +0100 Subject: [PATCH] Switch theme to Jane --- .gitmodules | 3 +++ config.toml | 2 +- themes/hugo-theme-jane | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 themes/hugo-theme-jane diff --git a/.gitmodules b/.gitmodules index 1b52418..432f884 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "themes/hyde-hyde"] path = themes/hyde-hyde url = https://github.com/htr3n/hyde-hyde.git +[submodule "themes/hugo-theme-jane"] + path = themes/hugo-theme-jane + url = git@github.com:xianmin/hugo-theme-jane.git diff --git a/config.toml b/config.toml index b628462..cf607d2 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,6 @@ baseURL = "https://jamesmcdonald.com/" title = "James McDonald" -theme = "hugo-theme-bootstrap4-blog" +theme = "hugo-theme-jane" disqusShortname = "jamesmcdonald" [[menu.sidebar]] diff --git a/themes/hugo-theme-jane b/themes/hugo-theme-jane new file mode 160000 index 0000000..908800d --- /dev/null +++ b/themes/hugo-theme-jane @@ -0,0 +1 @@ +Subproject commit 908800d1dca68c1efa5a5cfb0fb6636bf371c0bf