-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite.yaml
41 lines (41 loc) · 1.12 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
media_root:: media
media_url: /media
base_url: /
deploy_root: deploy
template: hyde.ext.templates.jinja.Jinja2Template
plugins:
- hyde.ext.plugins.folders.FlattenerPlugin
- hyde.ext.plugins.meta.MetaPlugin
- hyde.ext.plugins.auto_extend.AutoExtendPlugin
- hyde.ext.plugins.less.LessCSSPlugin
- 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
context:
meta:
nodemeta: meta.yaml
extends: show.j2
default_block: init
index: -1
keywords: >
hyde,python,django,jinja,static website,static site,
generator,html generator
author: Lakshmi Vyasarajan
less:
app: ~/local/bin/lessc
markdown:
extensions:
- def_list
- headerid
- tables
sorter:
index:
attr:
- meta.index
filters:
source.kind: slide
is_processable: false