diff --git a/docs/config.toml b/docs/config.toml deleted file mode 100644 index 1e2610d..0000000 --- a/docs/config.toml +++ /dev/null @@ -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' diff --git a/docs/hugo.yaml b/docs/hugo.yaml new file mode 100644 index 0000000..d461e3b --- /dev/null +++ b/docs/hugo.yaml @@ -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