diff options
Diffstat (limited to 'hugo.yaml')
| -rw-r--r-- | hugo.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/hugo.yaml b/hugo.yaml new file mode 100644 index 0000000..239ea9f --- /dev/null +++ b/hugo.yaml @@ -0,0 +1,15 @@ +baseURL: https://dev.hodgden.net/ +languageCode: en-us +title: Huego Theme Demo +contentDir: content-demo +params: + themeHue: 0 + accentHue: 0 + themeColorCheck: false + accentColorCheck: false + favicons: + - /img/favicon.png + - /img/favicon.svg +taxonomies: + tag: tags + category: categories |