start using gohugo.io to enable markdown pages
This commit is contained in:
parent
2e078fc88c
commit
165063f360
25 changed files with 623 additions and 232 deletions
79
tmp/skeleton.md.j2
Executable file
79
tmp/skeleton.md.j2
Executable file
|
@ -0,0 +1,79 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="de-de" dir="ltr">
|
||||
<head>
|
||||
<title>Reudnetz - Internet für Leipzig Osten</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="description" content="" />
|
||||
<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="style/fitgrid.css" />
|
||||
<link rel="stylesheet" type="text/css" href="style/styles.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="center">
|
||||
<div class="row head">
|
||||
<div class="fg12 legal fg-no-mobile">
|
||||
<a href="impressum.html">Impressum</a> | <a href="datenschutz.html">Datenschutzhinweis</a>
|
||||
</div>
|
||||
<div class="fg6">
|
||||
<h1>Reudnetz</h1>
|
||||
</div>
|
||||
<div class="fg6">
|
||||
<h2>Internet für Leipzigs Osten</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row nav">
|
||||
<div class="fg12">
|
||||
<ul>
|
||||
<li {% if name == "index.html"%} class="current" {% endif %}>
|
||||
<a href="index.html" title="Reudnetz - Internet für Leipzigs Osten">Willkommen</a></li>
|
||||
|
||||
<li {% if name == "was.html"%} class="current" {% endif %}>
|
||||
<a href="was.html" title="Was genau verkauft Reudnetz">Was</a></li>
|
||||
|
||||
<li {% if name == "wie.html"%} class="current" {% endif %}>
|
||||
<a href="wie.html" title="Wie funktioniert das?">Wie</a></li>
|
||||
|
||||
<li {% if name == "wer.html"%} class="current" {% endif %}>
|
||||
<a href="wer.html" title="Wer ist Reudnetz">Wer</a></li>
|
||||
|
||||
<li {% if name == "warum.html"%} class="current" {% endif %}>
|
||||
<a href="warum.html" title="Warum gibt es Reudnetz">Warum</a></li>
|
||||
|
||||
<li {% if name == "wiki.html"%} class="current last" {% else %} class="last" {% endif %}>
|
||||
<a href="wiki.html" title="Das Reudnetzwiki">Wiki</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row content">
|
||||
<div class="fg8">
|
||||
{% block content %}
|
||||
{% endblock %}
|
||||
</div>
|
||||
<div class="margin fg4">
|
||||
{% block seitenleiste %}
|
||||
<h3>Kontakt</h3>
|
||||
<p>
|
||||
mail [at] reudnetz [dot] org<br />
|
||||
GPG-Key: <a href="files/0x1D7AE62C.asc">0x1D7AE62C</a>
|
||||
</p>
|
||||
<div class="margin" >
|
||||
Fingerprint: <br />
|
||||
C2B5 52B8 9C17 7ED0 9E83 9582 E177 B5B2 1D7A E62C
|
||||
</div>
|
||||
<!-- <p>Servicetelefon</p>
|
||||
nur in dringenden Notfällen benutzen:
|
||||
<p>000 00000 000</p> -->
|
||||
{% endblock %}
|
||||
</div>
|
||||
</div>
|
||||
<div class="row fg-no-desktop">
|
||||
<div class="fg12 legal">
|
||||
<a href="impressum.html">Impressum</a> | <a href="datenschutz.html">Datenschutzhinweis</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue