build a hugo docs page from the readme files
This commit is contained in:
parent
bfe941217d
commit
d106386cc0
5 changed files with 229 additions and 3 deletions
20
docs/hugo.yaml
Normal file
20
docs/hugo.yaml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
baseURL: 'https://docs.adm.htw.stura-dresden.de/'
|
||||
languageCode: en-us
|
||||
title: StuRa HTW Infrastructure Documentation
|
||||
theme: hugo-book
|
||||
|
||||
params:
|
||||
BookTheme: auto
|
||||
BookToC: true
|
||||
BookRepo: https://codeberg.org/stura-htw-dresden/stura-infra
|
||||
BookEditPath: edit/master
|
||||
BookSearch: true
|
||||
BookComments: false
|
||||
BookPortableLinks: true
|
||||
BookMenuBundle: true
|
||||
|
||||
menu:
|
||||
after:
|
||||
- name: Repository
|
||||
url: https://codeberg.org/stura-htw-dresden/stura-infra
|
||||
weight: 10
|
||||
Loading…
Add table
Add a link
Reference in a new issue