add News in menu

This commit is contained in:
dunji 2022-07-24 02:36:17 +02:00
parent b498d627c8
commit f5e7637e9e
1 changed files with 24 additions and 19 deletions

View File

@ -47,97 +47,102 @@ params:
menu: menu:
main: main:
- identifier: blog
name: News
weight: 10
url: /blog/
- identifier: introduction - identifier: introduction
name: Einführung name: Einführung
weight: 10 weight: 20
- identifier: about - identifier: about
parent: introduction parent: introduction
name: Was ist Freifunk? name: Was ist Freifunk?
url: /introduction/about/ url: /introduction/about/
weight: 11 weight: 21
- identifier: history - identifier: history
parent: introduction parent: introduction
name: Chronik name: Chronik
url: /introduction/history/ url: /introduction/history/
weight: 12 weight: 22
- identifier: faq - identifier: faq
parent: introduction parent: introduction
name: FAQ name: FAQ
url: /introduction/FAQ/ url: /introduction/FAQ/
weight: 13 weight: 23
- identifier: contribute - identifier: contribute
name: Mitmachen name: Mitmachen
weight: 20 weight: 30
- identifier: begin - identifier: begin
parent: contribute parent: contribute
name: Router einrichten name: Router einrichten
url: /contribute/begin url: /contribute/begin
weight: 21 weight: 31
- identifier: recommendation - identifier: recommendation
parent: contribute parent: contribute
name: Empfohlene Geräte name: Empfohlene Geräte
url: /contribute/recommendation url: /contribute/recommendation
weight: 22 weight: 32
- identifier: gluon - identifier: gluon
parent: contribute parent: contribute
name: Firmware (FFDD) name: Firmware (FFDD)
url: https://download.freifunk-dresden.de/firmware/.nightly/ url: https://download.freifunk-dresden.de/firmware/.nightly/
weight: 23 weight: 33
- identifier: docs - identifier: docs
parent: contribute parent: contribute
name: Dokumentation name: Dokumentation
url: /contribute/docs/ url: /contribute/docs/
weight: 24 weight: 34
- identifier: calendar - identifier: calendar
parent: contribute parent: contribute
name: Kalender name: Kalender
url: /contribute/calendar/ url: /contribute/calendar/
weight: 25 weight: 35
- identifier: support - identifier: support
name: Unterstützen name: Unterstützen
weight: 30 weight: 40
- identifier: association - identifier: association
parent: support parent: support
name: Gewerbe & Vereine name: Gewerbe & Vereine
url: /support/association/ url: /support/association/
weight: 31 weight: 41
- identifier: donations - identifier: donations
parent: support parent: support
name: Spenden name: Spenden
url: /support/donations/ url: /support/donations/
weight: 32 weight: 42
- identifier: map - identifier: map
name: Knotenkarte name: Knotenkarte
url: /map/ url: /map/
weight: 40 weight: 50
- identifier: meshviewer - identifier: meshviewer
parent: map parent: map
name: Karte name: Karte
url: /map/ url: /map/
weight: 41 weight: 51
- identifier: statistic - identifier: statistic
parent: map parent: map
name: Statistik name: Statistik
url: /stats/ url: /stats/
weight: 44 weight: 54
- identifier: contact - identifier: contact
name: Kontakt name: Kontakt
url: /contact/ url: /contact/
weight: 50 weight: 60
- identifier: impressum - identifier: impressum
parent: contact parent: contact
name: Impressum name: Impressum
url: https://freifunk.net/impressum/ url: https://freifunk.net/impressum/
weight: 51 weight: 61
- identifier: datenschutz - identifier: datenschutz
parent: contact parent: contact
name: Datenschutz name: Datenschutz
url: https://freifunk.net/datenschutz/ url: https://freifunk.net/datenschutz/
weight: 52 weight: 62