summaryrefslogtreecommitdiff
path: root/pages/index.rst
blob: ca4cbecfda9533a91947a182cb7f78fbd10943c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
.. title: Startseite
.. date: 2009-03-01 14:03:50
.. updated: 2020-05-01 23:16:37
.. author: erdgeist
.. tags: club, kampagne, ccc, hacker, hacken
.. template: front.tmpl

.. Render large featured pages in Carousel on small displays and cards on large displays
.. post-list::
    :stop: 3
    :template: front-featured-large.tmpl
    :type: all
    :tags: featured-large
    :sort: prio

.. Begin inline page structure hack
.. raw:: html

    <div class="row frontend-content mt-3">
    <div class="col-lg-9 blog-main">
    <h1 class="section-heading">Chaos Updates</h1>

.. Render first update, right before featured cards section on small displays
.. post-list::
    :stop: 1
    :template: post-list-front-updates.tmpl

.. Render inline small featured cards, hidden from -lg on
.. post-list::
    :stop: 3
    :template: front-featured-small.tmpl
    :type: all
    :tags: featured-small

.. Render more updates before the "Aus den Erfas" section
.. post-list::
    :start: 1
    :stop: 3
    :template: post-list-front-updates.tmpl

.. Render lists of posts from Erfas, tags must contain cpu
.. post-list::
    :stop: 3
    :template: post-list-front-erfas.tmpl
    :tags: cpu
    :type: post

.. Render rest of updates
.. post-list::
    :start: 3
    :stop: 7
    :template: post-list-front-updates.tmpl

`Alle Updates </updates/>`_

.. Middle of inline page structure hack, main content section end, sidebar start
.. raw:: html

    </div>
    <aside class="col-12 col-lg-3 sidebar">

.. Render first static navigation sidebar widget. Configure navigation items by
.. editing data a structured file (json, yml), currently in data/navigation.yml

{{% statnav %}}

.. Render navbar small featured cards, shown from -lg on
.. post-list::
    :stop: 4
    :template: front-featured-nav-small.tmpl
    :type: all
    :tags: featured-small

.. End our native page structure
.. raw:: html

    </aside>
    </div>