mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
docs: reformat hugo toml config to yaml
This is the only toml file in the repo now so lets just stick with yaml which is a far more common format given the context of this project.
This commit is contained in:
parent
c70834ccb9
commit
098edd1266
2 changed files with 15 additions and 14 deletions
15
docs/hugo.yaml
Normal file
15
docs/hugo.yaml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
title: kubenix
|
||||
theme: hugo-book
|
||||
baseURL: https://kubenix.org/
|
||||
|
||||
markup:
|
||||
highlight:
|
||||
style: nord
|
||||
|
||||
params:
|
||||
BookLogo: logo.svg
|
||||
BookRepo: https://github.com/hall/kubenix
|
||||
BookEditPath: edit/main/docs
|
||||
BookSection: "*"
|
||||
# most pages at this time are auto-generated so editing doesn't make sense
|
||||
# BookEditPath: edit/main/docs
|
||||
Loading…
Add table
Add a link
Reference in a new issue