feat: some initial content to kick things off

This commit is contained in:
Gabriele Musco 2023-12-04 19:35:06 +00:00
parent 7ec81a3efd
commit 89b3d13785
13 changed files with 106 additions and 25 deletions

View file

@ -1,4 +1,4 @@
baseURL = 'https://lvawiki.gabmus.org/'
baseURL = 'https://lvra.gitlab.io/'
languageCode = 'en-us'
title = 'Linux VR Adventures Wiki'
@ -7,16 +7,15 @@ theme = 'hugo-book'
enableGitInfo = true
disableKinds = ['taxonomy']
[params]
BookTheme = 'auto'
BookToC = true
# BookLogo = '/logo.svg'
# enable in single pages if they get too long
BookToC = false
BookLogo = '/logo.png'
BookSection = 'docs'
BookRepo = 'https://gitlab.com/gabmus/lvawiki'
BookRepo = 'https://gitlab.com/lvra/wiki'
BookCommitPath = '-/commit'
BookEditPath = '-/edit/main/'
BookEditPath = '-/edit/main'
BookDateFormat = 'Jan 2, 2006'
BookSearch = true
BookComments = false