diff --git a/.gitmodules b/.gitmodules index 551d907..888b16d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "themes/hugo-theme-learn"] path = themes/hugo-theme-learn url = git@github.com:matcornic/hugo-theme-learn.git +[submodule "themes/hugo-theme-relearn"] + path = themes/hugo-theme-relearn + url = git@github.com:McShelby/hugo-theme-relearn.git diff --git a/config.toml b/config.toml index c0ed53c..9822581 100644 --- a/config.toml +++ b/config.toml @@ -3,7 +3,7 @@ languageCode = 'en-us' defaultContentLanguage = "en" title = 'Ardour Tutorial' -theme = 'hugo-theme-learn' +theme = 'hugo-theme-relearn' defaultContentLanguageInSubdir = true diff --git a/themes/hugo-theme-relearn b/themes/hugo-theme-relearn new file mode 160000 index 0000000..31c9c77 --- /dev/null +++ b/themes/hugo-theme-relearn @@ -0,0 +1 @@ +Subproject commit 31c9c77c5e3d89c0ff26d91a857240742a39e97a