feat: initial commit
This commit is contained in:
22
hugo.toml
Normal file
22
hugo.toml
Normal 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
|
||||
Reference in New Issue
Block a user