forked from IT-Syndikat/website
Make english an override of german
Signed-off-by: Wachtl Enterprises LLC <tyrolyean@escpe.net>
This commit is contained in:
parent
805d23e20f
commit
d46412aabe
2 changed files with 51 additions and 115 deletions
|
@ -1,67 +0,0 @@
|
|||
---
|
||||
title: Links
|
||||
authorbox: false
|
||||
menu: main
|
||||
toc: false
|
||||
weight: 9
|
||||
unlisted: true
|
||||
---
|
||||
|
||||
## Ressourcen
|
||||
|
||||
[Wallpaper](https://git.it-syndikat.org/IT-Syndikat/its-logo-ci-designs/raw/branch/master/wallpaper/ITS_WP.jpg)
|
||||
|
||||
## Danke
|
||||
|
||||
- [cunst & co](https://cunst.net/): local media collective
|
||||
Danke für die Unterstützung in künstlerischer und räumlicher Art.
|
||||
- [catbull multimedia](https://catbull.com): community server
|
||||
Danke für das jahrelange Hosting unserer Seiten und der Mailservices.
|
||||
- [Freies theater Innsbruck](https://freiestheater.at):
|
||||
Theater/Kunst/Kulturkollektiv in Innsbruck
|
||||
Danke für die Räumlichkeiten fü die Temporary Space Invasion.
|
||||
|
||||
## Community
|
||||
|
||||
- [hackerspaces.org](https://hackerspaces.org/): more about Hackerspaces
|
||||
- [ccc](https://ccc.de/): Chaos Computer Club
|
||||
|
||||
### Fediverse
|
||||
|
||||
- [OpenBDSM](https://f.openbdsm.org)
|
||||
|
||||
### Member
|
||||
|
||||
- [eekhoorn](https://eekhoorn.at/) ✭ illustration - graphic design
|
||||
- [Phoenix\' Blog](https://feldspaten.org/) - Physics, technology, free software
|
||||
and being human
|
||||
- [drkhsh](https://drkhsh.at/) *{cyber,cypher}punk* ⛧ Technology, music, art,
|
||||
design
|
||||
- [ebastler](https://mpwr.xyz/) - Electronics, gaming, 3D-printing; building
|
||||
mechanical keyboards
|
||||
- [sinic](https://www.sinic.name) - Software engineer, Emacs aficionado
|
||||
- [goliath](https://goliath32.com/) - Low-level software; electronics enthusiast
|
||||
- [robelix](https://www.robelix.com/) - Electronics, 3D-printing, music
|
||||
- [deneb](https://leggi.es/) - Networking, project-hopping, and not being human
|
||||
|
||||
### Lokale DIY Spaces
|
||||
|
||||
- [cunst & co](https://cunst.net/): local media collective - Siebdruck und mehr
|
||||
- [Nadelöhr](https://nadeloehr.org/) - Nähbegeisterste \"Stoff\"-Hacker in
|
||||
Pradl
|
||||
- [Werk statt Couch](https://www.werkstattcouch.at) - Holzbearbeitung in der
|
||||
Höttinger Gasse
|
||||
|
||||
### Andere Hackerspaces
|
||||
|
||||
- [metalab](https://metalab.at/) - Hackerspace Vienna
|
||||
- [Tokyo Hackerspace](https://www.tokyohackerspace.jp/) - Hackerspace in Tokyo
|
||||
- [Realraum](https://realraum.at/) - Hackerspace in Graz
|
||||
|
||||
## Organsiationen
|
||||
|
||||
- [epicenter.works](https://epicenter.works/) - für digitale Rechte!
|
||||
- [quintessenz](http://quintessenz.at/) - Datenschutz ist Menschenrecht
|
||||
- [computer pool unterland](https://computerpool.at/) - ein Computerclub in
|
||||
Wörgl
|
||||
- [monochrom](https://monochrom.at/) - Katzen würden Adorno lesen
|
99
hugo.toml
99
hugo.toml
|
@ -9,10 +9,9 @@ defaultContentLanguage = 'de'
|
|||
defaultContentLanguageInSubdir = false
|
||||
|
||||
# Explanation of the below mounts:
|
||||
# To be able to have posts in multiple languages, we overlay mount the given
|
||||
# directory under both languages. This way, you can build the main post either
|
||||
# in english or german, and as long as the file in the language you want has the
|
||||
# same name, you will have a multilanguage post
|
||||
# With these mounts you may create sites/posts in german only, and, if you want
|
||||
# to, override them with english versions. For that you just need to give both
|
||||
# files the same name.
|
||||
[module]
|
||||
[[module.imports]]
|
||||
path = "github.com/kaushalmodi/hugo-atom-feed"
|
||||
|
@ -28,6 +27,10 @@ defaultContentLanguageInSubdir = false
|
|||
source = "content/en"
|
||||
target = "content"
|
||||
lang = "en"
|
||||
[[module.mounts]]
|
||||
source = "content/de"
|
||||
target = "content"
|
||||
lang = "en"
|
||||
|
||||
[Params]
|
||||
description = "Innsbrucks Hackerspace. Chaostreff, offene Werkstatt, Wohnzimmer mit Labormöglichkeit" # Site description. Used in meta description
|
||||
|
@ -116,51 +119,7 @@ defaultContentLanguageInSubdir = false
|
|||
[Params.widgets.taglist]
|
||||
cached = true
|
||||
|
||||
[languages.en.menus]
|
||||
[[languages.en.menus.main]]
|
||||
name = "home"
|
||||
pageRef = "/en/"
|
||||
weight = 1
|
||||
[[languages.en.menus.main]]
|
||||
name = "projekte"
|
||||
pageRef = "/en/tags/projekte/"
|
||||
weight = 2
|
||||
[[languages.en.menus.main]]
|
||||
name = "tor"
|
||||
url = "http://q2iswo6k4cgs7kyxls3gt53duxbsxu6u6udawtwudadjljq4s4nfruqd.onion"
|
||||
weight = 99
|
||||
[[languages.en.menus.footer]]
|
||||
name = "Source code"
|
||||
url = "https://git.it-syndikat.org/IT-Syndikat/website"
|
||||
[[languages.en.menus.side]]
|
||||
name = "Forum"
|
||||
url = "https://meta.it-syndikat.org"
|
||||
[[languages.en.menus.side]]
|
||||
name = "Git"
|
||||
url = "https://git.it-syndikat.org"
|
||||
|
||||
[languages.de.menus]
|
||||
[[languages.de.menus.main]]
|
||||
name = "home"
|
||||
pageRef = "/"
|
||||
weight = 1
|
||||
[[languages.de.menus.main]]
|
||||
name = "projekte"
|
||||
pageRef = "/tags/projekte/"
|
||||
weight = 2
|
||||
[[languages.de.menus.main]]
|
||||
name = "tor"
|
||||
url = "http://q2iswo6k4cgs7kyxls3gt53duxbsxu6u6udawtwudadjljq4s4nfruqd.onion"
|
||||
weight = 99
|
||||
[[languages.de.menus.footer]]
|
||||
name = "Source code"
|
||||
url = "https://git.it-syndikat.org/IT-Syndikat/website"
|
||||
[[languages.de.menus.side]]
|
||||
name = "Forum"
|
||||
url = "https://meta.it-syndikat.org"
|
||||
[[languages.de.menus.side]]
|
||||
name = "Git"
|
||||
url = "https://git.it-syndikat.org"
|
||||
|
||||
[outputs]
|
||||
home = ['html', 'rss', 'atom']
|
||||
|
@ -183,6 +142,28 @@ defaultContentLanguageInSubdir = false
|
|||
languageDirection = 'ltr'
|
||||
languageName = 'Deutsch'
|
||||
weight = 1
|
||||
[languages.de.menus]
|
||||
[[languages.de.menus.main]]
|
||||
name = "home"
|
||||
pageRef = "/"
|
||||
weight = 1
|
||||
[[languages.de.menus.main]]
|
||||
name = "projekte"
|
||||
pageRef = "/tags/projekte/"
|
||||
weight = 2
|
||||
[[languages.de.menus.main]]
|
||||
name = "tor"
|
||||
url = "http://q2iswo6k4cgs7kyxls3gt53duxbsxu6u6udawtwudadjljq4s4nfruqd.onion"
|
||||
weight = 99
|
||||
[[languages.de.menus.footer]]
|
||||
name = "Source code"
|
||||
url = "https://git.it-syndikat.org/IT-Syndikat/website"
|
||||
[[languages.de.menus.side]]
|
||||
name = "Forum"
|
||||
url = "https://meta.it-syndikat.org"
|
||||
[[languages.de.menus.side]]
|
||||
name = "Git"
|
||||
url = "https://git.it-syndikat.org"
|
||||
[languages.en]
|
||||
contentDir = 'content/en'
|
||||
disabled = false
|
||||
|
@ -190,3 +171,25 @@ defaultContentLanguageInSubdir = false
|
|||
languageDirection = 'ltr'
|
||||
languageName = 'English'
|
||||
weight = 2
|
||||
[languages.en.menus]
|
||||
[[languages.en.menus.main]]
|
||||
name = "home"
|
||||
pageRef = "/en/"
|
||||
weight = 1
|
||||
[[languages.en.menus.main]]
|
||||
name = "projekte"
|
||||
pageRef = "/en/tags/projekte/"
|
||||
weight = 2
|
||||
[[languages.en.menus.main]]
|
||||
name = "tor"
|
||||
url = "http://q2iswo6k4cgs7kyxls3gt53duxbsxu6u6udawtwudadjljq4s4nfruqd.onion"
|
||||
weight = 99
|
||||
[[languages.en.menus.footer]]
|
||||
name = "Source code"
|
||||
url = "https://git.it-syndikat.org/IT-Syndikat/website"
|
||||
[[languages.en.menus.side]]
|
||||
name = "Forum"
|
||||
url = "https://meta.it-syndikat.org"
|
||||
[[languages.en.menus.side]]
|
||||
name = "Git"
|
||||
url = "https://git.it-syndikat.org"
|
||||
|
|
Loading…
Add table
Reference in a new issue