mirror of
https://gitlab.com/lvra/lvra.gitlab.io.git
synced 2025-07-02 09:35:31 +02:00
feat: some initial content to kick things off
This commit is contained in:
parent
7ec81a3efd
commit
89b3d13785
13 changed files with 106 additions and 25 deletions
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue