diff options
Diffstat (limited to 'pages/index.en.rst')
-rw-r--r-- | pages/index.en.rst | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/pages/index.en.rst b/pages/index.en.rst new file mode 100644 index 00000000..4a472896 --- /dev/null +++ b/pages/index.en.rst | |||
@@ -0,0 +1,78 @@ | |||
1 | .. title: Startseite | ||
2 | .. date: 2009-03-01 14:03:50 | ||
3 | .. updated: 2020-05-01 23:16:37 | ||
4 | .. author: erdgeist | ||
5 | .. tags: club, kampagne, ccc, hacker, hacken | ||
6 | .. template: front.tmpl | ||
7 | |||
8 | .. Render large featured pages in Carousel on small displays and cards on large displays | ||
9 | .. post-list:: | ||
10 | :stop: 3 | ||
11 | :template: front-featured-large.tmpl | ||
12 | :type: all | ||
13 | :tags: featured-large | ||
14 | :sort: prio | ||
15 | |||
16 | .. Begin inline page structure hack | ||
17 | .. raw:: html | ||
18 | |||
19 | <div class="row frontend-content mt-3"> | ||
20 | <div class="col-lg-9 blog-main"> | ||
21 | <h1 class="section-heading">Chaos Updates</h1> | ||
22 | |||
23 | .. Render first update, right before featured cards section on small displays | ||
24 | .. post-list:: | ||
25 | :stop: 1 | ||
26 | :template: post-list-front-updates.tmpl | ||
27 | |||
28 | .. Render inline small featured cards, hidden from -lg on | ||
29 | .. post-list:: | ||
30 | :stop: 3 | ||
31 | :template: front-featured-small.tmpl | ||
32 | :type: all | ||
33 | :tags: featured-small | ||
34 | |||
35 | .. Render more updates before the "Aus den Erfas" section | ||
36 | .. post-list:: | ||
37 | :start: 1 | ||
38 | :stop: 3 | ||
39 | :template: post-list-front-updates.tmpl | ||
40 | |||
41 | .. Render lists of posts from Erfas, tags must contain cpu | ||
42 | .. post-list:: | ||
43 | :stop: 3 | ||
44 | :template: post-list-front-erfas.tmpl | ||
45 | :tags: cpu | ||
46 | :type: post | ||
47 | |||
48 | .. Render rest of updates | ||
49 | .. post-list:: | ||
50 | :start: 3 | ||
51 | :stop: 7 | ||
52 | :template: post-list-front-updates.tmpl | ||
53 | |||
54 | `All Chaos Updates </en/updates/>`_ | ||
55 | |||
56 | .. Middle of inline page structure hack, main content section end, sidebar start | ||
57 | .. raw:: html | ||
58 | |||
59 | </div> | ||
60 | <aside class="col-12 col-lg-3 sidebar"> | ||
61 | |||
62 | .. This is an example sidebar widget that will later be rendered by a template | ||
63 | .. data is in a yml file in data/navigation.yml | ||
64 | |||
65 | {{% statnav %}} | ||
66 | |||
67 | .. Render navbar small featured cards, shown from -lg on | ||
68 | .. post-list:: | ||
69 | :stop: 4 | ||
70 | :template: front-featured-nav-small.tmpl | ||
71 | :type: all | ||
72 | :tags: featured-small | ||
73 | |||
74 | .. End our native page structure | ||
75 | .. raw:: html | ||
76 | |||
77 | </aside> | ||
78 | </div> | ||