diff --git a/.gitmodules b/.gitmodules index eb0c04e..99a00e6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "themes/hugo-theme-m10c"] path = themes/hugo-theme-m10c url = https://github.com/joshuaboniface/hugo-theme-m10c.git +[submodule "themes/hugo-blog-awesome"] + path = themes/hugo-blog-awesome + url = https://github.com/hugo-sid/hugo-blog-awesome diff --git a/config.toml b/config.toml index 4059cd1..92908c8 100644 --- a/config.toml +++ b/config.toml @@ -2,7 +2,7 @@ baseurl = "https://www.boniface.me" languageCode = "en-us" title = "Joshua Boniface, sysadmin" author = "Joshua Boniface" -theme = "hugo-theme-m10c" +theme = "hugo-blog-awesome" contentdir = "content" publishdir = "public" diff --git a/themes/hugo-blog-awesome b/themes/hugo-blog-awesome new file mode 160000 index 0000000..8e3ab59 --- /dev/null +++ b/themes/hugo-blog-awesome @@ -0,0 +1 @@ +Subproject commit 8e3ab59923a42480461f41303269d7f0e3072f03