diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..48f24eb --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "libertacasa/themes/risotto"] + path = libertacasa/themes/risotto + url = https://github.com/joeroe/risotto.git 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 diff --git a/.drone.yml b/static_old/.drone.yml similarity index 100% rename from .drone.yml rename to static_old/.drone.yml diff --git a/LICENSE.txt b/static_old/LICENSE.txt similarity index 100% rename from LICENSE.txt rename to static_old/LICENSE.txt diff --git a/README.md b/static_old/README.md similarity index 100% rename from README.md rename to static_old/README.md diff --git a/git.html b/static_old/git.html similarity index 100% rename from git.html rename to static_old/git.html diff --git a/i2p.html b/static_old/i2p.html similarity index 100% rename from i2p.html rename to static_old/i2p.html diff --git a/index.html b/static_old/index.html similarity index 100% rename from index.html rename to static_old/index.html diff --git a/irc.html b/static_old/irc.html similarity index 100% rename from irc.html rename to static_old/irc.html diff --git a/matrix.html b/static_old/matrix.html similarity index 100% rename from matrix.html rename to static_old/matrix.html diff --git a/sso.html b/static_old/sso.html similarity index 100% rename from sso.html rename to static_old/sso.html diff --git a/styles.css b/static_old/styles.css similarity index 100% rename from styles.css rename to static_old/styles.css diff --git a/xmpp.html b/static_old/xmpp.html similarity index 100% rename from xmpp.html rename to static_old/xmpp.html