diff options
author | Pratyush Desai | 2021-12-12 04:19:32 +0530 |
---|---|---|
committer | Pratyush Desai | 2021-12-12 04:19:32 +0530 |
commit | 8fb130af81fca3b247600bd081e3a9510cbe584d (patch) | |
tree | 0042091d50a92c6df566a2f4fda3a8701be77de3 /libertacasa/config.yaml | |
parent | 5725181871aab1b84ddb0cbccc7d6f033210c2cb (diff) | |
download | website-8fb130af81fca3b247600bd081e3a9510cbe584d.tar.gz website-8fb130af81fca3b247600bd081e3a9510cbe584d.tar.bz2 website-8fb130af81fca3b247600bd081e3a9510cbe584d.zip |
Hugo config setup
Diffstat (limited to 'libertacasa/config.yaml')
-rw-r--r-- | libertacasa/config.yaml | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/libertacasa/config.yaml b/libertacasa/config.yaml new file mode 100644 index 0000000..2ff3c47 --- /dev/null +++ b/libertacasa/config.yaml @@ -0,0 +1,55 @@ +baseURL: https://liberta.casa +theme: risotto +languageCode: en-us +title: Liberta Casa +paginate: 3 +authors: [ Pratyush Desai, Georg Pfuenzreuter ] + + +# Automatically add content sections to main menu +sectionPagesMenu: main + +params: + theme: + palette: monokai-dark + mode: dark + about: + title: Liberta Casa + description: 'For those who FLOSS shall be free.' + logo: images/logo.png + socialLinks: + - icon: fab fa-irc + title: IRC + url: 'https://liberta.casa/gamja' + - icon: fas fa-envelope + title: Email + url: 'mailto:hello@liberta.casa' + + +menu: + main: + - identifier: about + name: About + url: /about/ + weight: 10 + - identifier: rules + name: Rules + url: /rules/ + weight: 10 + - identifier: comms + name: Comms + url: /comms/ + weight: 10 + - identifier: accounts + name: Accounts + url: /accounts/ + weight: 10 + - identifier: misc + name: Misc + url: /misc/ + weight: 10 + +taxonomies: + category: categories + tag: tags + series: series
\ No newline at end of file |