forked from reudnetz/website
added favicon, changed to zola site generator, fixed typos and order of tabs
This commit is contained in:
parent
f7d3f7bd9d
commit
a9a96b3af2
9 changed files with 47 additions and 49 deletions
|
@ -1,6 +1,6 @@
|
|||
+++
|
||||
title = "Wilkommen im Reudnetz"
|
||||
sort_by = "order"
|
||||
sort_by = "weight"
|
||||
+++
|
||||
|
||||
# Willkommen im Reudnetz
|
||||
|
|
|
@ -4,11 +4,11 @@ title = "Neue Anleitungen"
|
|||
|
||||
# Neue Anleitungen
|
||||
|
||||
Aktuell braucht ihr etwas Ahnung von Git umd die Website zu bearbeiten. Eine
|
||||
Aktuell braucht ihr etwas Ahnung von Git, um die Website zu bearbeiten. Eine
|
||||
kurze Einführung dazu gibt es [hier](https://rogerdudler.github.io/git-guide/).
|
||||
|
||||
Um neue Anleitungen zu schreiben braucht ihr einen Account auf
|
||||
Um neue Anleitungen zu schreiben, braucht ihr einen Account auf
|
||||
[git.reudnetz.org](https://git.reudnetz.org/). Mit diesem Account könnt ihr
|
||||
dann einen Fork der [Website](https://git.reudnetz.org/reudnetz/website) erstellen und nach erfolgreichem Ändern einen Pull Request erstellen.
|
||||
|
||||
Diese Anleitung dient Hauptsächlich als Test und ist unvollständig!
|
||||
Diese Anleitung dient hauptsächlich als Test und ist unvollständig!
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
+++
|
||||
title = "Wissen"
|
||||
template = "how-to.html"
|
||||
order = 1
|
||||
weight = 4
|
||||
+++
|
||||
|
||||
# Gesammeltes Wissen
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
+++
|
||||
title = "Warum?"
|
||||
order = 5
|
||||
main = True
|
||||
weight = 1
|
||||
+++
|
||||
# Unser Selbstverständnis
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
+++
|
||||
title = "Was?"
|
||||
order = 10
|
||||
weight = 0
|
||||
+++
|
||||
|
||||
# Was für einen Anschluss bekommt Ihr?
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
+++
|
||||
title = "Wer?"
|
||||
order = 4
|
||||
weight = 3
|
||||
+++
|
||||
|
||||
# Wer ist das?
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
+++
|
||||
title = "Wie?"
|
||||
order = 5
|
||||
weight = 2
|
||||
+++
|
||||
|
||||
# Wie bekomme ich von euch einen Internetanschluss?
|
||||
|
@ -24,4 +24,4 @@ Reudnetz ist als Verein organisiert, um eine gemeinschaftliche Entscheidungsfind
|
|||
Auch wenn du kein Vereinsmitglied sein musst, um einen Anschluss von uns zu nutzen, raten wir doch dazu in den Verein einzutreten, um die Firmenpolitik des Provider kontrollieren zu können.
|
||||
Du kannst dich auf jeder Ebene einbringen.
|
||||
Dazu geben wir uns Mühe, alle Prozesse des Internetproviders nachvollziehbar zu dokumentieren.
|
||||
Fragen sind uns immer willkommen. Auch das ist wichtige Einflussnahme
|
||||
Fragen sind bei uns immer willkommen. Auch das ist wichtige Einflussnahme.
|
||||
|
|
BIN
static/style/favicon.ico
Normal file
BIN
static/style/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
|
@ -7,10 +7,10 @@
|
|||
<meta name="keywords" content="" />
|
||||
<meta name="robots" content="index,follow" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" type="text/css" href="{{ get_url(path="style") }}fitgrid.css" />
|
||||
<link rel="stylesheet" type="text/css" href="{{ get_url(path="style") }}styles.css" />
|
||||
<link rel="icon" type="image/x-icon" href="{{ get_url(path="style") }}/favicon.ico" >
|
||||
<link rel="stylesheet" type="text/css" href="{{ get_url(path="style") }}/fitgrid.css" />
|
||||
<link rel="stylesheet" type="text/css" href="{{ get_url(path="style") }}/styles.css" />
|
||||
<script src="https://reudnetz.org/jquery-3.4.1.min.js"></script>
|
||||
|
||||
<script src="https://help.reudnetz.org/assets/chat/chat.min.js"></script>
|
||||
<script>
|
||||
$(function() {
|
||||
|
@ -55,7 +55,6 @@
|
|||
{% block content %}
|
||||
{{ section.content | safe }}
|
||||
{% endblock content %}
|
||||
|
||||
</div>
|
||||
<div class="margin fg4">
|
||||
{% block seitenleiste %}
|
||||
|
|
Loading…
Reference in a new issue