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..f4da100 100644 --- a/_config.yml +++ b/_config.yml @@ -1,2 +1,8 @@ exclude: - external +include: + - wiki +collections: + wiki: + output: true + permalink: /wiki/:path/ diff --git a/wiki b/wiki new file mode 160000 index 0000000..154fdf0 --- /dev/null +++ b/wiki @@ -0,0 +1 @@ +Subproject commit 154fdf0973434dd995eff5ce7fcd8bc03cad9fbd