No description
Find a file
2023-12-04 22:52:34 +00:00
archetypes feat: initial commit 2023-12-04 15:52:15 +00:00
assets feat: black overlay for mobile sidebar 2023-12-04 21:08:10 +00:00
content feat: danger hint in envision page 2023-12-04 20:35:49 +00:00
layouts/partials/docs/inject feat: copyright footer 2023-12-04 22:52:34 +00:00
resources/_gen/assets/scss feat: black overlay for mobile sidebar 2023-12-04 21:08:10 +00:00
static feat: some initial content to kick things off 2023-12-04 19:35:06 +00:00
themes feat: initial commit 2023-12-04 15:52:15 +00:00
.gitlab-ci.yml feat: add gitlab ci script 2023-12-04 19:39:43 +00:00
.gitmodules feat: initial commit 2023-12-04 15:52:15 +00:00
.hugo_build.lock feat: initial commit 2023-12-04 15:52:15 +00:00
hugo.toml fix: change repo path to lvra.gitlab.io 2023-12-04 23:34:22 +01:00
README.md chore: rebuild 2023-12-04 23:38:45 +01:00

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/wiki --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