From 6bfeb2f791522c43f24e2fef46ec99e1c50ed228 Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Wed, 30 Nov 2022 23:44:48 -0600 Subject: [PATCH] Update advent calendar day 1 --- .gitmodules | 4 ++++ site/.vitepress/config.ts | 1 + site/public/advent | 1 + 3 files changed, 6 insertions(+) create mode 160000 site/public/advent 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