diff --git a/.gitmodules b/.gitmodules index 89af1b0..19589e1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ [submodule "themes/PaperMod"] path = themes/PaperMod - url = https://github.com/adityatelange/hugo-PaperMod.git + url = https://github.com/Crocmagnon/hugo-PaperMod.git + branch = feat/enable-auto-switch diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..3f9c5a1 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +update-themes: + git submodule update --recursive --remote diff --git a/config.yaml b/config.yaml index 56fa440..13cc36d 100644 --- a/config.yaml +++ b/config.yaml @@ -23,7 +23,7 @@ params: images: ["img/portrait.jpg"] DateFormat: "2006-01-02" defaultTheme: auto # dark, light - disableThemeToggle: false + disableThemeToggle: true ShowReadingTime: true ShowShareButtons: false diff --git a/themes/PaperMod b/themes/PaperMod index bacb763..71b5c16 160000 --- a/themes/PaperMod +++ b/themes/PaperMod @@ -1 +1 @@ -Subproject commit bacb763071d9852bb719675e6c4452fc5650a193 +Subproject commit 71b5c16e7f5e60fb87a31562e88360d9876c5ac3