mirror of
https://gitlab.com/lvra/lvra.gitlab.io.git
synced 2025-04-28 18:28:30 +02:00
No description
The hex colors are more for differentiation - the 'teeny wires' are very lightly colored, and similarly shaded to each other, to the point where the 'light pink' and 'light silver-purple' are difficult (for me) to distinguish. Hoping that the reference pictures I plan to include makes this easier to see. Adding your TODO recommendation. |
||
---|---|---|
archetypes | ||
assets | ||
content | ||
data | ||
layouts | ||
resources/_gen/assets/scss | ||
static | ||
themes | ||
.gitlab-ci.yml | ||
.gitmodules | ||
.hugo_build.lock | ||
hugo.toml | ||
LICENSE | ||
README.md | ||
test_links.py |
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.