No description
Find a file
2024-07-22 21:10:43 +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 monado: fix link 2024-07-22 21:10:43 +00:00
data feat: add icons and port steamvr quick start guide from @galister 2024-02-12 13:26:31 +01:00
layouts feat: add icons and port steamvr quick start guide from @galister 2024-02-12 13:26:31 +01:00
resources/_gen/assets/scss feat: black overlay for mobile sidebar 2023-12-04 21:08:10 +00:00
static chore: move envision videos local to wiki 2024-02-12 18:52:48 +01:00
themes feat: initial commit 2023-12-04 15:52:15 +00:00
.gitlab-ci.yml feat: check for trailing spaces in CI 2024-04-16 07:26:02 +02: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 feat: allow HTML content 2024-02-11 17:33:11 -05:00
LICENSE chore: add license 2023-12-05 12:53:13 +00:00
README.md fix: clone link in readme 2024-04-16 05:12:14 +00:00
test_links.py feat: test if local links exist in ci 2023-12-22 09:16:24 +00:00
test_trailing_spaces.sh feat: check for trailing spaces in CI 2024-04-16 07:26:02 +02: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/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.