This repository has been archived on 2024-05-11. You can view files and clone it, but cannot push or open issues or pull requests.
landingpage/config.toml

59 lines
1.6 KiB
TOML
Raw Normal View History

2021-02-07 11:10:51 +00:00
# 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 = ""
2021-02-07 20:16:22 +00:00
[menu]
[[menu.map]]
identifier = "Meshviewer"
name = "Meshviewer"
2021-02-16 13:34:23 +00:00
url = "map/"
2021-02-07 20:16:22 +00:00
weight = 10
[[menu.firmware]]
identifier = "Firmware"
name = "Gluon"
2021-02-11 00:56:23 +00:00
url = "gluon/"
2021-02-07 20:16:22 +00:00
weight = 10
2021-02-07 22:34:06 +00:00
[[menu.kontakt]]
identifier = "Impressum"
name = "Impressum"
url = "https://freifunk.net/impressum/"
weight = 10
[[menu.kontakt]]
identifier = "Datenschutz"
name = "Datenschutz"
url = "https://freifunk.net/datenschutz/"
weight = 20
2021-02-07 20:16:22 +00:00
2021-02-07 22:34:06 +00:00
#[communtiy]
# url_map_meshviewer = "http://karte.leipzig.freifunk.net:8018/meshviewer2/build/#!/de/map"
2021-02-07 20:16:22 +00:00
2021-02-07 11:10:51 +00:00
[params]
description = "Another fine responsive site template freebie by HTML5 UP."
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 ###
[[params.share]]
title = "facebook"
icon = "fa-facebook-f" # fontawesome icons https://fontawesome.com/icons?d=gallery&s=brands
2021-02-07 22:34:06 +00:00
link = "https://de-de.facebook.com/FreifunkLeipzig"
2021-02-07 11:10:51 +00:00
[[params.share]]
title = "twitter"
icon = "fa-twitter"
2021-02-07 22:34:06 +00:00
link = "https://twitter.com/freifunk_l?lang=de"
2021-02-07 11:10:51 +00:00
[[params.share]]
2021-02-07 22:34:06 +00:00
title = "github"
icon = "fa-github"
link = "https://github.com/freifunk-leipzig"