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:
Bryton Hall 2023-07-06 22:37:21 -04:00
parent c70834ccb9
commit 098edd1266
2 changed files with 15 additions and 14 deletions

View file

@ -1,14 +0,0 @@
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'

15
docs/hugo.yaml Normal file
View 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