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 | |
| parent | 5725181871aab1b84ddb0cbccc7d6f033210c2cb (diff) | |
| download | website-8fb130af81fca3b247600bd081e3a9510cbe584d.tar.gz website-8fb130af81fca3b247600bd081e3a9510cbe584d.tar.bz2 website-8fb130af81fca3b247600bd081e3a9510cbe584d.zip | |
Hugo config setup
Diffstat (limited to 'libertacasa')
| -rw-r--r-- | libertacasa/archetypes/default.md | 6 | ||||
| -rw-r--r-- | libertacasa/config.yaml | 55 | ||||
| m--------- | libertacasa/themes/risotto | 0 | 
3 files changed, 61 insertions, 0 deletions
| diff --git a/libertacasa/archetypes/default.md b/libertacasa/archetypes/default.md new file mode 100644 index 0000000..00e77bd --- /dev/null +++ b/libertacasa/archetypes/default.md @@ -0,0 +1,6 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +--- + 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 diff --git a/libertacasa/themes/risotto b/libertacasa/themes/risotto new file mode 160000 +Subproject 07f1b3ecfd4202a69847d47c89ece4e4d01278c | 
