lvra.gitlab.io/README.md

47 lines
811 B
Markdown
Raw Permalink Normal View History

2023-12-04 23:34:46 +01:00
# [Linux VR Adventures Wiki](https://lvra.gitlab.io)
2023-12-04 23:27:32 +01:00
The Linux VR knowledge base!
---
## Requirements
You will need to install [Hugo extended](https://gohugo.io/installation/linux/).
### Cloning and submodules
You'll need to clone this repo with submodules or init your submodules after the fact.
#### Clone with submodules
```bash
2024-04-16 07:12:14 +02:00
git clone https://gitlab.com/lvra/lvra.gitlab.io --recurse-submodules
2023-12-04 23:27:32 +01:00
```
#### Init submodules in existing clone
```bash
git submodule init
git submodule update
```
## Running
You can run a live server with
```bash
hugo serve
```
## Building
```bash
hugo
```
2023-12-04 23:38:45 +01:00
# 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](https://github.com/alex-shpak/hugo-book) readme.