diff --git a/.gitmodules b/.gitmodules index 51989b1..2600437 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "content/themes/ananke"] path = content/themes/ananke url = https://github.com/theNewDynamic/gohugo-theme-ananke.git +[submodule "content/themes/hugo_theme_pickles"] + path = content/themes/hugo_theme_pickles + url = https://github.com/mismith0227/hugo_theme_pickles diff --git a/content/hugo.toml b/content/hugo.toml index 8ec6971..688d51c 100644 --- a/content/hugo.toml +++ b/content/hugo.toml @@ -1,7 +1,8 @@ baseURL = 'https://example.org/' languageCode = 'en-us' title = 'Minimal Setups' -theme = "ananke" +#theme = "ananke" +theme = "hugo_theme_pickles" sectionPagesMenu = "main" [params] diff --git a/content/themes/hugo_theme_pickles b/content/themes/hugo_theme_pickles new file mode 160000 index 0000000..7836542 --- /dev/null +++ b/content/themes/hugo_theme_pickles @@ -0,0 +1 @@ +Subproject commit 7836542c6094897e5f9069cd5f53854fca7d3d51