Überflüssige Models und Templates entfernt.

This commit is contained in:
Stephan 2021-02-06 15:46:13 +01:00
parent 86aa4b7f83
commit 486f77d60a
6 changed files with 34 additions and 36 deletions

View File

@ -17,7 +17,7 @@ subclaim_content:
Wir halten Mitglieder und Interessierte durch regelmäßige Rundmails, Beiträge im Wiki und unseren Podcast auf dem Laufenden.<br>
Unseren Podcast findest du auf [vebit.xyz/podcast](https://vebit.xyz/pocast).
---
title: About this Website
title: Leistungen
---
body:

View File

@ -0,0 +1,26 @@
_model: page
---
claim_heading:
## <span>Werde <em>Teilchen&shy;beschleu&shy;nigerIn</em></span><br><span>in der chaosnahen Genossenschaft.</span>
---
claim_content:
Booste Projekte mit Unterstütung von 150 GenossInnen<br>Genossen&shy;schaftlich & solidarisch.
---
subclaim_heading:
## Genossenschaft zur Erschließung neuer<br />Betätigungs­formen in der Informations­technologie.
---
subclaim_content:
Wir halten Mitglieder und Interessierte durch regelmäßige Rundmails, Beiträge im Wiki und unseren Podcast auf dem Laufenden.<br>
Unseren Podcast findest du auf [vebit.xyz/podcast](https://vebit.xyz/pocast).
---
title: Lizenz
---
body:
This is a website that was made with the Lektor quickstart.
And it does not contain a lot of information.

View File

@ -1,25 +1,21 @@
{
"home": {
"href": "/",
"Leistungen": {
"href": "/leistungen",
"items": {}
},
"about": {
"href": "/about",
"items": {}
},
"specs": {
"Mitglieder": {
"href": "/specs",
"list_childs": true,
"items": {
"members": "/members",
"lines of code": "/lines_of_code"
"Beratung": "/beratung",
"Hands on": "/hands_on"
}
},
"mission": {
"Partner": {
"href": "/mission",
"items": {}
},
"legal": {
"Kontakt": {
"href": "/legal",
"items": {}
}

View File

@ -1,11 +0,0 @@
[model]
name = Multisection
label = Multisection
inherits = header
[fields.title]
label = Title
type = string
[children]
order_by = sort_key

View File

@ -1,13 +0,0 @@
{% extends "header.html" %}
{% from "macros/multisection.html" import render_section %}
{% block body %}
{% for child in this.children %}
{% if child._model == 'section' %}
<section class="content {{ loop.cycle('-odd', '-even') }} -columns">
<div class="content__box -columns">
{{ render_section(child) }}
</div>
</section>
{% endif %}
{% endfor %}
{% endblock %}

View File