main
Alexander Böhm 2022-01-30 18:01:44 +01:00
commit be29d1f016
11 changed files with 113 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "themes/techdoc"]
path = themes/techdoc
url = https://github.com/thingsym/hugo-theme-techdoc

6
archetypes/default.md Normal file
View File

@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

7
config.toml Normal file
View File

@ -0,0 +1,7 @@
baseURL = "http://doku.freifunk-leipzig.de/"
languageCode = "en-us"
title = "Freifunk Leipzug Infrastruktur"
theme = "techdoc"
[params]
menu_style = "open-menu"

11
content/_index.md Normal file
View File

@ -0,0 +1,11 @@
---
title: Freifunk Leipzig Infrastruktur
---
# Wozu dient diese Seite?
# Du möchtest die Infrastruktur erweitern
# FAQ
# Ansprechpartner

View File

@ -0,0 +1,13 @@
---
title: Firmware
---
# Source Code
TBD
Repo: https://git.dezentrale.cloud/Freifunk-Leipzig/gluon-firmware
# Build Prozess
# Fertige Images

24
content/server/_index.md Normal file
View File

@ -0,0 +1,24 @@
---
title: Server
menu: server
TableOfContents: true
---
# VPN-Zugangspunkte
TBD
# Karte
Repos
* https://git.dezentrale.cloud/Freifunk-Leipzig/docker-infrastruktur
* https://git.dezentrale.cloud/Freifunk-Leipzig/meshviewer
# VPN-Ausleitung
# Dienste innerhalb des Freifunk Netzes
TBD
bspw. DNS

View File

@ -0,0 +1,9 @@
---
title: Homepage
menu: homepage
TableOfContents: true
---
# Betrieb
# Einreichung von Änderungen

View File

@ -0,0 +1,11 @@
---
title: Karte
menu: karte
TableOfContents: true
---
# Abfrage von Karteninformationen
# Darstellung von Knoten & Netzwerken
# Visualisierung von Knotenstatistiken

View File

@ -0,0 +1,15 @@
---
title: Super Nodes
---
# Verfügbare Knoten
# Setup
TBD
Repo:
# Best practices
TBD

View File

@ -0,0 +1,13 @@
---
title: Übersicht
slug: uebersicht
menu: Übersicht
TableOfContents: true
weight: 100
---
# Firmware
# Server
# Schlüssel

1
themes/techdoc Submodule

@ -0,0 +1 @@
Subproject commit 55fe049fd24d8c0fba7e65a60ea06cb59d73fd3b