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 | |
parent | 5725181871aab1b84ddb0cbccc7d6f033210c2cb (diff) | |
download | website-8fb130af81fca3b247600bd081e3a9510cbe584d.tar.gz website-8fb130af81fca3b247600bd081e3a9510cbe584d.tar.bz2 website-8fb130af81fca3b247600bd081e3a9510cbe584d.zip |
Hugo config setup
-rw-r--r-- | .gitmodules | 3 | ||||
-rw-r--r-- | libertacasa/archetypes/default.md | 6 | ||||
-rw-r--r-- | libertacasa/config.yaml | 55 | ||||
m--------- | libertacasa/themes/risotto | 0 | ||||
-rw-r--r-- | static_old/.drone.yml (renamed from .drone.yml) | 0 | ||||
-rw-r--r-- | static_old/LICENSE.txt (renamed from LICENSE.txt) | 0 | ||||
-rw-r--r-- | static_old/README.md (renamed from README.md) | 0 | ||||
-rw-r--r-- | static_old/git.html (renamed from git.html) | 0 | ||||
-rw-r--r-- | static_old/i2p.html (renamed from i2p.html) | 0 | ||||
-rw-r--r-- | static_old/index.html (renamed from index.html) | 0 | ||||
-rw-r--r-- | static_old/irc.html (renamed from irc.html) | 0 | ||||
-rw-r--r-- | static_old/matrix.html (renamed from matrix.html) | 0 | ||||
-rw-r--r-- | static_old/sso.html (renamed from sso.html) | 0 | ||||
-rw-r--r-- | static_old/styles.css (renamed from styles.css) | 0 | ||||
-rw-r--r-- | static_old/xmpp.html (renamed from xmpp.html) | 0 |
15 files changed, 64 insertions, 0 deletions
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 +Subproject 07f1b3ecfd4202a69847d47c89ece4e4d01278c diff --git a/.drone.yml b/static_old/.drone.yml index a2fc542..a2fc542 100644 --- a/.drone.yml +++ b/static_old/.drone.yml diff --git a/LICENSE.txt b/static_old/LICENSE.txt index f15d28a..f15d28a 100644 --- a/LICENSE.txt +++ b/static_old/LICENSE.txt diff --git a/README.md b/static_old/README.md index 5e659e9..5e659e9 100644 --- a/README.md +++ b/static_old/README.md diff --git a/git.html b/static_old/git.html index 62c2608..62c2608 100644 --- a/git.html +++ b/static_old/git.html diff --git a/i2p.html b/static_old/i2p.html index 14803d6..14803d6 100644 --- a/i2p.html +++ b/static_old/i2p.html diff --git a/index.html b/static_old/index.html index e12b5c3..e12b5c3 100644 --- a/index.html +++ b/static_old/index.html diff --git a/irc.html b/static_old/irc.html index 5babe9c..5babe9c 100644 --- a/irc.html +++ b/static_old/irc.html diff --git a/matrix.html b/static_old/matrix.html index 2751d37..2751d37 100644 --- a/matrix.html +++ b/static_old/matrix.html diff --git a/sso.html b/static_old/sso.html index 0241e1d..0241e1d 100644 --- a/sso.html +++ b/static_old/sso.html diff --git a/styles.css b/static_old/styles.css index 489bd8c..489bd8c 100644 --- a/styles.css +++ b/static_old/styles.css diff --git a/xmpp.html b/static_old/xmpp.html index 02276c9..02276c9 100644 --- a/xmpp.html +++ b/static_old/xmpp.html |