-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite.yaml
64 lines (52 loc) · 1.4 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
# can be overridden on folder and page level (meta.yaml / page config block)
meta:
title: Default title
description: Default description
keywords: Default keywords
author: Tero Piirainen
# CSS helper classes for body element
body_id: body
body_class: body
# name of the folder level configuration file
nodemeta: meta.yaml
# TODO
charset: utf-8
# site wide data available everywhere
context:
data:
foo: bar
# YAML for data. Generate from database etc.
providers:
links: links.yaml
# TODO
mode: development
media_url: /media
media_root: media
deploy_root: deploy
template: hyde.ext.jinja2
# plugins
plugins:
- hyde.ext.plugins.meta.MetaPlugin
- hyde.ext.plugins.auto_extend.AutoExtendPlugin
- hyde.ext.plugins.blockdown.BlockdownPlugin
- hyde.ext.plugins.sorter.SorterPlugin
- hyde.ext.plugins.grouper.GrouperPlugin
- hyde.ext.plugins.markings.MarkingsPlugin
- hyde.ext.plugins.markings.ReferencePlugin
- hyde.ext.plugins.syntext.SyntextPlugin
- hyde.ext.plugins.textlinks.TextlinksPlugin
- hyde.ext.plugins.stylus.StylusPlugin
stylus:
app: /usr/local/bin/stylus
markdown:
extensions:
- def_list
- headerid
flattener:
items:
-
source: media/img/favicon.ico
target: ''
-
source: media/img/apple-touch-icon.png
target: ''