diff --git a/.gitmodules b/.gitmodules index 84b8003..c580fbb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "themes/simpletheme"] path = themes/simpletheme url = https://git.freedomland.xyz/judahsotomayor/simpletheme +[submodule "hugo-stellar-theme"] + path = hugo-stellar-theme + url = https://github.com/antonpolishko/hugo-stellar-theme diff --git a/config.toml b/config.toml index 4a26f4b..30531ae 100644 --- a/config.toml +++ b/config.toml @@ -1,7 +1,7 @@ baseURL = "https://nathan.freedomland.xyz" languageCode = "en-us" title = "Blog" -theme = "simpletheme" +theme = "hugo-stellar-theme" [params] Name = "Nathan Moll" diff --git a/hugo-stellar-theme b/hugo-stellar-theme new file mode 160000 index 0000000..69d72b3 --- /dev/null +++ b/hugo-stellar-theme @@ -0,0 +1 @@ +Subproject commit 69d72b3d010b74db60ee311d8ee386fb8d4df86c