From fb716530f585844f1098a0d599ebe3ec9126bb9c Mon Sep 17 00:00:00 2001 From: lifehackerhansol Date: Sun, 12 May 2024 10:43:38 -0700 Subject: [PATCH] theme: switch to fork of emiyl-theme-2 for now Needed for VuePress 2.0.0-rc.28 compatibility --- .gitmodules | 2 ++ docs/.vuepress/vuepress-theme | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 163819b50..309c8733e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,5 @@ [submodule "docs/.vuepress/vuepress-theme"] path = docs/.vuepress/vuepress-theme url = https://github.com/emiyl/emiyl-theme-2 +[submodule "docs/.vuepress/vuepress-theme/"] + url = https://github.com/lifehackerhansol/emiyl-theme-2 diff --git a/docs/.vuepress/vuepress-theme b/docs/.vuepress/vuepress-theme index 43cb78e18..afddad29e 160000 --- a/docs/.vuepress/vuepress-theme +++ b/docs/.vuepress/vuepress-theme @@ -1 +1 @@ -Subproject commit 43cb78e183f98fe3d6e314e0d7afe8b0aee3912a +Subproject commit afddad29ebbd28687465d30ed79b900bde779d36