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

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