diff --git a/.gitmodules b/.gitmodules index 89da69f5..1157e490 100644 --- a/.gitmodules +++ b/.gitmodules @@ -20,3 +20,7 @@ path = site/public/dream url = https://github.com/thepaperpilot/Dream-Hero branch = gh-pages +[submodule "Advent-Incremental.git"] + path = site/public/advent + url = https://github.com/thepaperpilot/Advent-Incremental.git + branch = gh-pages diff --git a/site/.vitepress/config.ts b/site/.vitepress/config.ts index 33129d88..a1ccbb19 100644 --- a/site/.vitepress/config.ts +++ b/site/.vitepress/config.ts @@ -50,6 +50,7 @@ module.exports = { { text: "Play Now", items: [ + { text: "Advent Incremental", link: "https://thepaperpilot.org/advent" }, { text: "Kronos", link: "https://thepaperpilot.org/kronos/" }, { text: "Game Dev Tree", link: "https://thepaperpilot.org/gamedevtree/" }, { text: "Lit", link: "https://thepaperpilot.org/lit/" }, diff --git a/site/public/advent b/site/public/advent new file mode 160000 index 00000000..4a22266d --- /dev/null +++ b/site/public/advent @@ -0,0 +1 @@ +Subproject commit 4a22266d3bbcc799b17aeea53211202153e43a59