landingpage/config.yaml

148 lines
3.7 KiB
YAML

# This the default config from which all other configurations inherit
## For a more detailed example of the themes capabilities look at "development/config.toml"
languageCode: de-de
title: Freifunk Leipzig
baseURL: https://freifunk-leipzig.de
theme: hugo-html5up-alpha
disqusShortname: ""
params:
description: Freifunk Leipzig Langigpage.
images: ["images/pic01.jpg"]
author: "Hugo Port: [Nelson/Roberto](https://nelsonroberto.com/)"
copyright: © Untitled. All rights reserved.
design: "Design: [HTML5 UP](http://html5up.net/)"
mainSections: ["blog"]
### Footer Social Media Links ###
share:
- title: gitea
icon: brands fa-git
link: https://git.dezentrale.cloud/Freifunk-Leipzig
# - title: facebook
# icon: brands fa-facebook-f # fontawesome icons https://fontawesome.com/icons?d=gallery&s=brands
# link: https://de-de.facebook.com/FreifunkLeipzig
- title: matrix
icon: regular fa-comment-dots
link: https://matrix.to/#/#freifunk-leipzig:chat.dezentrale.space
- title: wekan
icon: solid fa-clipboard-list
link: https://wekan.dezentrale.cloud/b/qSegMo4LWakYztmfq/freifunk-leipzig
- title: tickets
icon: solid fa-ticket-alt
link: https://ticket.freifunk-leipzig.de/scp/login.php
- title: twitter
icon: brands fa-twitter
link: https://twitter.com/freifunk_l?lang=de
- title: github
icon: brands fa-github
link: https://github.com/freifunk-leipzig
menu:
main:
- identifier: introduction
name: Einführung
weight: 10
- identifier: about
parent: introduction
name: Was ist Freifunk?
url: /introduction/about/
weight: 11
- identifier: history
parent: introduction
name: Chronik
url: /introduction/history/
weight: 12
- identifier: faq
parent: introduction
name: FAQ
url: /introduction/FAQ/
weight: 13
- identifier: contribute
name: Mitmachen
weight: 20
- identifier: begin
parent: contribute
name: Router einrichten
url: /contribute/begin
weight: 21
- identifier: recommendation
parent: contribute
name: Empfohlene Geräte
url: /contribute/recommendation
weight: 22
- identifier: gluon
parent: contribute
name: Firmware (FFDD)
url: https://download.freifunk-dresden.de/firmware/.nightly/
weight: 23
- identifier: docs
parent: contribute
name: Dokumentation
url: /contribute/docs/
weight: 24
- identifier: calendar
parent: contribute
name: Kalender
url: /contribute/calendar/
weight: 25
- identifier: support
name: Unterstützen
weight: 30
- identifier: association
parent: support
name: Gewerbe & Vereine
url: /support/association/
weight: 31
- identifier: donations
parent: support
name: Spenden
url: /support/donations/
weight: 32
- identifier: map
name: Knotenkarte
url: /map/
weight: 40
- identifier: meshviewer
parent: map
name: Karte
url: /map/
weight: 41
- identifier: statistic
parent: map
name: Statistik
url: /stats/
weight: 44
- identifier: contact
name: Kontakt
url: /contact/
weight: 50
- identifier: impressum
parent: contact
name: Impressum
url: https://freifunk.net/impressum/
weight: 51
- identifier: datenschutz
parent: contact
name: Datenschutz
url: https://freifunk.net/datenschutz/
weight: 52
#[communtiy]
# url_map_meshviewer: "http://karte.leipzig.freifunk.net:8018/meshviewer2/build/#!/de/map"
# vim: expandtab tabstop=2 shiftwidth=2