diff --git a/.gitmodules b/.gitmodules index 391f5b9..32d952a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "themes/recipes"] path = themes/recipes url = https://github.com/butlerx/hugo-recipes.git +[submodule "themes/awesome"] + path = themes/awesome + url = https://github.com/hugo-sid/hugo-blog-awesome diff --git a/hugo.toml b/hugo.toml index 7e568b8..3ef772b 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,3 +1,7 @@ baseURL = 'https://example.org/' languageCode = 'en-us' title = 'My New Hugo Site' + +#theme = "recipes" +#theme = "cookbook" +theme = "awesome" diff --git a/themes/awesome b/themes/awesome new file mode 160000 index 0000000..b4c1aaa --- /dev/null +++ b/themes/awesome @@ -0,0 +1 @@ +Subproject commit b4c1aaa30512dc3c28f69779bc51d5f8f1b6c4c3