mirror of
https://gitlab.com/lvra/lvra.gitlab.io.git
synced 2025-07-01 17:25:31 +02:00
No description
This... isn't really a true guide. I'm documenting what I did so that it doesn't get lost elsewhere. I did all my testing with this with a dummy monado profile, but it would likely be *much* more useful to try this with wivrn and a wireless headset, and I may try to arrange circumstances where I can test it. |
||
---|---|---|
archetypes | ||
assets | ||
content | ||
data | ||
layouts | ||
resources/_gen/assets/scss | ||
static | ||
themes | ||
.gitignore | ||
.gitlab-ci.yml | ||
.gitmodules | ||
.htmltest.yml | ||
.hugo_build.lock | ||
hugo.toml | ||
LICENSE | ||
README.md | ||
test_trailing_spaces.sh |
Linux VR Adventures Wiki
The Linux VR knowledge base!
Requirements
You will need to install Hugo extended.
Cloning and submodules
You'll need to clone this repo with submodules or init your submodules after the fact.
Clone with submodules
git clone https://gitlab.com/lvra/lvra.gitlab.io --recurse-submodules
Init submodules in existing clone
git submodule init
git submodule update
Running
You can run a live server with
hugo serve
Building
hugo
Editing and contributing
You can create pages and sections in content/docs
.
For more info on what's possible you can reference the Hugo Book Theme readme.