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