mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-11 23:50:06 +01:00
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.
15 lines
334 B
YAML
15 lines
334 B
YAML
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
|