diff --git a/.gitmodules b/.gitmodules index d006ff4..127e698 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "content/themes/hugo-book"] path = content/themes/hugo-book url = https://github.com/alex-shpak/hugo-book +[submodule "content/themes/archie"] + path = content/themes/archie + url = https://github.com/athul/archie.git diff --git a/content/hugo.toml b/content/hugo.toml index 4600d5d..03e83c8 100644 --- a/content/hugo.toml +++ b/content/hugo.toml @@ -1,7 +1,7 @@ baseURL = 'https://example.org/' languageCode = 'en-us' title = 'Minimal Setups' -theme = "hugo-book" +theme = "archie" sectionPagesMenu = "main" [params] diff --git a/content/themes/archie b/content/themes/archie new file mode 160000 index 0000000..0de4e95 --- /dev/null +++ b/content/themes/archie @@ -0,0 +1 @@ +Subproject commit 0de4e95a874551a8b83a058888c6bf3edea9f559