feat: initial commit

This commit is contained in:
Gabriele Musco 2023-12-04 15:52:15 +00:00
commit 7ec81a3efd
10 changed files with 58 additions and 0 deletions

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "themes/hugo-book"]
path = themes/hugo-book
url = https://github.com/alex-shpak/hugo-book

0
.hugo_build.lock Normal file
View file

5
archetypes/default.md Normal file
View file

@ -0,0 +1,5 @@
+++
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
date = {{ .Date }}
draft = true
+++

9
content/docs/index.md Normal file
View file

@ -0,0 +1,9 @@
---
weight: 0
---
# Welcome to the LVA Wiki
A collection of links, useful resources and guides for the amazing world of VR on Linux.
Feel free to contribute to this wiki yourself if you find anything useful that you might want to share with others.

View file

@ -0,0 +1,7 @@
---
weight: 0
---
# VRChat
Foo bar baz

View file

@ -0,0 +1,9 @@
---
weight: 9000
---
# test page
Lorem ipsum dolor sit amet, qui minim labore adipisicing minim sint cillum sint consectetur cupidatat.
Lorem ipsum dolor sit amet, officia excepteur ex fugiat reprehenderit enim labore culpa sint ad nisi Lorem pariatur mollit ex esse exercitation amet. Nisi anim cupidatat excepteur officia. Reprehenderit nostrud nostrud ipsum Lorem est aliquip amet voluptate voluptate dolor minim nulla est proident. Nostrud officia pariatur ut officia. Sit irure elit esse ea nulla sunt ex occaecat reprehenderit commodo officia dolor Lorem duis laboris cupidatat officia voluptate. Culpa proident adipisicing id nulla nisi laboris ex in Lorem sunt duis officia eiusmod. Aliqua reprehenderit commodo ex non excepteur duis sunt velit enim. Voluptate laboris sint cupidatat ullamco ut ea consectetur et est culpa et culpa duis.

22
hugo.toml Normal file
View file

@ -0,0 +1,22 @@
baseURL = 'https://lvawiki.gabmus.org/'
languageCode = 'en-us'
title = 'Linux VR Adventures Wiki'
theme = 'hugo-book'
enableGitInfo = true
disableKinds = ['taxonomy']
[params]
BookTheme = 'auto'
BookToC = true
# BookLogo = '/logo.svg'
BookSection = 'docs'
BookRepo = 'https://gitlab.com/gabmus/lvawiki'
BookCommitPath = '-/commit'
BookEditPath = '-/edit/main/'
BookDateFormat = 'Jan 2, 2006'
BookSearch = true
BookComments = false

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1 @@
{"Target":"book.min.f8de3645fe00591b41524aee174e19edd98a22255a2930a0cdc82a94835ba387.css","MediaType":"text/css","Data":{"Integrity":"sha256-+N42Rf4AWRtBUkruF04Z7dmKIiVaKTCgzcgqlINbo4c="}}

1
themes/hugo-book Submodule

@ -0,0 +1 @@
Subproject commit 3f1bcccbfb247da44ab5410a97576c0bf6da103b