-
Notifications
You must be signed in to change notification settings - Fork 9
/
site.yaml
100 lines (99 loc) · 3.93 KB
/
site.yaml
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
mode: development # Use "hyde publish -c prod.yaml to have this automatically switch to production
media_root: media # Relative path from content folder.
media_url: /media # URL where the media files are served from.
plugins:
- hyde.ext.plugins.meta.MetaPlugin
- hyde.ext.plugins.auto_extend.AutoExtendPlugin
- hyde.ext.plugins.syntext.SyntextPlugin
- hyde.ext.plugins.textlinks.TextlinksPlugin
- hyde.ext.plugins.sorter.SorterPlugin
- hyde.ext.plugins.images.ImageThumbnailsPlugin
- plugins.split.SplitPlugin
- plugins.calendar.CalendarPlugin
- plugins.lang.LangPlugin
- plugins.darkLayout.DarkPlugin
context:
data:
site_title: Mainframe
author:
name: Kreativität trifft Technik
url: "http://www.kreativitaet-trifft-technik.de"
home_url: index.html
calendar:
google_api_key: AIzaSyB9pTX1ewZeRPc-rmq-Xp32wuuTW1P4U1U
google_cal_id: markusframer@gmail.com
menu:
- title: {de: Projekte, en: Projects}
type: menu
basename: projects
menu:
- title: {de: Projektgruppen, en: Projectgroups}
url: project_groups.html
- title: {de: Hardwareprojekte, en: Hardwareprojects}
url: project_hardware.html
- title: {de: Softwareprojekte, en: Softwareprojects}
url: project_software.html
- title: {de: Infrastrukturprojekte, en: Infrastructureprojects}
url: project_infrastructure.html
- title: Events
type: menu
basename: events
menu:
- title: {de: Kalender, en: Calendar}
url: calendar.html
- title: {de: Vorträge, en: Talks}
url: talks.html
- title: {de: Aktionen, en: Events}
url: events.html
- title: {de: Veranstaltungsreihen, en: Series of Events}
url: series_of_events.html
- title: {de: Bilder, en: Images}
type: menu
basename: images
menu:
- title: Images from Space
url: images_from_space.html
- title: {de: Fotoalben, en: Photo Albums}
url: album.html
- title: {de: Spacewalk, en: Spacewalk}
type: menu
basename: spacewalk
menu:
- title: {de: Panorama-Rundgang, en: Panorama Walk}
url: pano-walk.html
- title: {de: Geräte, en: devices}
url: machines.html
- title: {de: Räume, en: rooms}
url: mainframe.html
- title: {de: Der Verein, en: The Club}
type: menu
basename: club
menu:
- title: {de: Über Uns, en: About}
url: about.html
- title: {de: Vereinsgeschichte, en: History}
url: history.html
- title: {de: Mitgliedschaft, en: Membership}
url: membership.html
- title: {de: Kommunikation, en: Communication}
url: communication.html
- title: {de: Unterstützen, en: Support}
url: support.html
- title: {de: Pressespiegel, en: Press Review}
url: press_review.html
- title: {de: Pressemitteilungen, en: Press Releases}
url: press_release.html
- title: {de: Sponsoren, en: Sponsors}
url: sponsors/index.html
- title: {en: Contact, de: Kontakt}
type: page
basename: contact
url: contact.de.html
sorter:
time:
attr:
- meta.created
reverse: true
filters:
source.kind: html
meta.listable: true