diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..34ef0cd --- /dev/null +++ b/config.yaml @@ -0,0 +1,29 @@ +baseURL: https://example.com/ +title: Wiki +theme: hugo-book + +enableGitInfo: true + +languages: + en: + languageName: English + contentDir: content + weight: 1 + +menu: + # before: [] + after: + - name: "Source" + url: "https://github.com/programming-dot-dev/p.d-wiki" + weight: 10 + - name: "Links" + url: "https://me.programming.dev" + weight: 100 + +params: + BookTheme: 'auto' + BookToC: true + BookLogo: 'logo.png' + BookFavicon: 'logo.png' + BookMenuBundle: /menu + BookRepo: https://github.com/programming-dot-dev/p.d-wiki