forked from roidelapluie/rmll2013-website
-
Notifications
You must be signed in to change notification settings - Fork 2
/
site.yaml
55 lines (55 loc) · 1.45 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
---
mode: development
media_root: media # Relative path from content folder.
media_url: /media # URL where the media files are served from.
base_url: / # The base url for autogenerated links.
plugins:
- hyde.ext.plugins.meta.MetaPlugin
- hyde.ext.plugins.auto_extend.AutoExtendPlugin
- hyde.ext.plugins.sorter.SorterPlugin
- hyde.ext.plugins.tagger.TaggerPlugin
- hyde.ext.plugins.syntext.SyntextPlugin
- hyde.ext.plugins.textlinks.TextlinksPlugin
- hyde.ext.plugins.languages.LanguagePlugin
- hydesvg.SVGPlugin
jinja2:
extensions:
- hydewiki.MediawikiExtension
context:
providers:
translations: data/translations.yaml
menu: data/menu.yaml
news: data/news.yaml
sponsors: data/sponsors.yaml
booths: data/village.yaml
locations: data/locations.yaml
data:
languages_enabled:
- fr
- en
- nl
languages:
fr: Français
en: English
nl: Nederlands
meta:
nodemeta: meta.yaml
created: !!timestamp 2010-01-01 00:00:00
author: RMLL
sorter:
time:
attr:
- meta.created
reverse: true
filters:
source.kind: html
tagger:
sorter: time
archives:
blog:
source: blog
target: blog/tags
template: tagged_posts.j2
archive_extension: html
meta:
listable: false