No description
Find a file
2023-12-05 12:53:13 +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 Update ALVR doc 2023-12-05 06:27:15 +00:00
layouts/partials/docs/inject feat: link website source code in footer 2023-12-05 12:52:40 +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
LICENSE chore: add license 2023-12-05 12:53:13 +00:00
README.md feat: attribute and reference hugo book theme 2023-12-04 23:00:55 +00: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

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.