From 514d8339086d55637c91e60cdd18a83b02318a46 Mon Sep 17 00:00:00 2001 From: Alexandre Prokoudine Date: Fri, 29 Apr 2022 19:11:29 +0300 Subject: [PATCH] For starters, switch to Relearn theme that is an improved fork of Learn --- .gitmodules | 3 +++ config.toml | 2 +- themes/hugo-theme-relearn | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 themes/hugo-theme-relearn 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