From 8fb130af81fca3b247600bd081e3a9510cbe584d Mon Sep 17 00:00:00 2001 From: Pratyush Desai Date: Sun, 12 Dec 2021 04:19:32 +0530 Subject: Hugo config setup --- libertacasa/archetypes/default.md | 6 +++++ libertacasa/config.yaml | 55 +++++++++++++++++++++++++++++++++++++++ libertacasa/themes/risotto | 1 + 3 files changed, 62 insertions(+) create mode 100644 libertacasa/archetypes/default.md create mode 100644 libertacasa/config.yaml create mode 160000 libertacasa/themes/risotto (limited to 'libertacasa') 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 index 0000000..07f1b3e --- /dev/null +++ b/libertacasa/themes/risotto @@ -0,0 +1 @@ +Subproject commit 07f1b3ecfd4202a69847d47c89ece4e4d01278c4 -- cgit v1.2.3