diff --git a/config.toml b/config.toml index 87c057b..c64753e 100644 --- a/config.toml +++ b/config.toml @@ -16,11 +16,23 @@ disqusShortname = "" [[menu.firmware]] identifier = "Firmware" name = "Gluon" - url = "/firmware" + url = "https://images.freifunk-leipzig.de/" weight = 10 + + [[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 -[communtiy] - url_map_meshviewer = "http://karte.leipzig.freifunk.net:8018/meshviewer2/build/#!/de/map" +#[communtiy] +# url_map_meshviewer = "http://karte.leipzig.freifunk.net:8018/meshviewer2/build/#!/de/map" [params] @@ -35,14 +47,14 @@ disqusShortname = "" [[params.share]] title = "facebook" icon = "fa-facebook-f" # fontawesome icons https://fontawesome.com/icons?d=gallery&s=brands -link = "https://www.facebook.com/" +link = "https://de-de.facebook.com/FreifunkLeipzig" [[params.share]] title = "twitter" icon = "fa-twitter" -link = "https://twitter.com/" +link = "https://twitter.com/freifunk_l?lang=de" [[params.share]] -title = "linkedin" -icon = "fa-linkedin" -link = "https://www.linkedin.com" \ No newline at end of file +title = "github" +icon = "fa-github" +link = "https://github.com/freifunk-leipzig" \ No newline at end of file diff --git a/data/homepage.yml b/data/homepage.yml index 2545e58..a12c998 100644 --- a/data/homepage.yml +++ b/data/homepage.yml @@ -20,34 +20,20 @@ features: enable: true rows: - items: - - title: "Magna etiam" + - title: "öffentlich und nicht kommerziell" icon: "fa-bolt" accent: "accent2" #accent values are 1-8 - content: "Integer volutpat ante et accumsan commophasellus sed aliquam feugiat lorem aliquet ut enim rutrum phasellus iaculis accumsan dolore magna aliquam veroeros." - - title: "Ipsum dolor" + content: "Die Idee von Freifunk ist es, mittels handelsüblicher WLAN-Accesspoints ein unabhängiges, stadtübergreifendes Netzwerk aufzubauen. Idealerweise können alle Knoten im Netzwerk miteinander kommunizieren, auch wenn diese über keine direkte Internetverbindung verfügen." + - title: "gemeinschaftlich betrieben" icon: "fa-chart-area" accent: "accent3" #accent values are 1-8 - content: "Integer volutpat ante et accumsan commophasellus sed aliquam feugiat lorem aliquet ut enim rutrum phasellus iaculis accumsan dolore magna aliquam veroeros." + content: "Jeder mit einem WLAN-fähigen Gerät kann am Netzwerk teilnehmen, und es sogar selbst unterstützen. Mit einem eigenen Accesspoint kannst du das Netz erweitern und stabilisieren, sowie einen Internet-Hotspot für alle bereitstellen." - items: - - title: "Sed feugiat" + - title: "anonym zugänglich und trotzdem rechtssicher" icon: "fa-cloud" accent: "accent4" #accent values are 1-8 - content: "Integer volutpat ante et accumsan commophasellus sed aliquam feugiat lorem aliquet ut enim rutrum phasellus iaculis accumsan dolore magna aliquam veroeros." - - title: "Enim phasellus" + content: "Freifunk ist ein offenes Netz, ohne Passwörter oder verpflichtende Registrierungsformulare. Du musst trotzdem keine Angst vor der Störerhaftung haben: Um jeglichen rechtlichen Problemen aus dem Weg zu gehen, wird der Internetverkehr von uns über ein VPN abgewickelt." + - title: "dezentral organisiert" icon: "fa-lock" accent: "accent5" #accent values are 1-8 - content: "Integer volutpat ante et accumsan commophasellus sed aliquam feugiat lorem aliquet ut enim rutrum phasellus iaculis accumsan dolore magna aliquam veroeros." - -### Blog ### -blog: - enable: true - # Leave header text blank to remove entire
- header: "Recent Posts" - buttonText: "Read More" - postCount: 2 - -### Call to Action ### -cta: - enable: true - header: "Sign up for beta access" - content: "Blandit varius ut praesent nascetur eu penatibus nisi risus faucibus nunc." \ No newline at end of file + content: "In Gebieten mit geringer Freifunk-Abdeckung nutzen wir einen Teil deiner Internetverbindung, um sicheren Zugang zum Freifunk-Netz bereitzustellen. Mit zunehmendem Ausbau des Netzes wird sich dein Freifunk-Zugangspunkt zu benachbarten Knoten verbinden. Verbindungen werden dann zunehmend über das Mesh-Netz geleitet." \ No newline at end of file diff --git a/layouts/index.html b/layouts/index.html index c149977..331e10a 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -60,59 +60,6 @@ {{ end }} {{ end }} - - {{ if .Site.Data.homepage.blog.enable }} - {{ with $blogSettings := .Site.Data.homepage.blog }} - {{ with .header }} -
-

{{ . }}

-
- {{ end }} -
- {{ range first .postCount (where site.RegularPages "Type" "in" site.Params.mainSections) }} -
-
- {{ with partial "bannerURL" . }} - - {{ end }} -

{{ .Title }}

- {{ with .Date }}

{{ .Format "Jan 2, 2006" }}

{{ end }} - {{ with .Description }} -

{{ . }}

- {{ else }} -

{{ .Summary }}

- {{ end }} - -
-
- {{ end }} -
- {{ end }} - {{ end }} -
- - - {{ if .Site.Data.homepage.cta.enable }} - {{ with .Site.Data.homepage.cta}} -
-

{{ .header }}

-

{{ .content }}

-
-
-
- -
-
- -
-
-
-
- {{ end }} - {{ end }} - {{- partial "footer.html" . -}} {{- partial "scripts.html" . -}} diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 5fad313..4abef2a 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -49,6 +49,25 @@ {{- end -}} +
  • + Kontakt + +
  • \ No newline at end of file diff --git a/static/icons/anonym.png b/static/icons/anonym.png new file mode 100644 index 0000000..93d40e9 Binary files /dev/null and b/static/icons/anonym.png differ diff --git a/static/images/tn.png b/static/images/tn.png deleted file mode 100644 index fdaa843..0000000 Binary files a/static/images/tn.png and /dev/null differ