feat: some initial content to kick things off
This commit is contained in:
13
hugo.toml
13
hugo.toml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user