From 39fa97442eeb93f4605b4c52a6958d23e458c176 Mon Sep 17 00:00:00 2001 From: OneUp Date: Mon, 7 Oct 2024 22:27:06 -0500 Subject: [PATCH] Generate Wiki Pages --- .gitmodules | 3 +++ _config.yml | 9 +++++++++ wiki | 1 + 3 files changed, 13 insertions(+) create mode 160000 wiki diff --git a/.gitmodules b/.gitmodules index 83090aa..facc7a9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "external/json"] path = external/json url = https://github.com/nlohmann/json.git +[submodule "wiki"] + path = wiki + url = https://github.com/oneup03/VRto3D.wiki.git diff --git a/_config.yml b/_config.yml index 8d3427f..51cb964 100644 --- a/_config.yml +++ b/_config.yml @@ -1,2 +1,11 @@ +markdown: kramdown +kramdown: + input: GFM exclude: - external +include: + - wiki +collections: + wiki: + output: true + permalink: /wiki/:path/ diff --git a/wiki b/wiki new file mode 160000 index 0000000..4d22885 --- /dev/null +++ b/wiki @@ -0,0 +1 @@ +Subproject commit 4d228854c8410085c317ba3a8d9102573654a032