-
Notifications
You must be signed in to change notification settings - Fork 11
/
site.yaml
60 lines (58 loc) · 1.76 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
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.combine.CombinePlugin
- hyde.ext.plugins.auto_extend.AutoExtendPlugin
- hyde.ext.plugins.grouper.GrouperPlugin
- hyde.ext.plugins.sorter.SorterPlugin
- hyde.ext.plugins.tagger.TaggerPlugin
- hyde.ext.plugins.less.LessCSSPlugin
- hyde.ext.plugins.textlinks.TextlinksPlugin
- hyde.ext.plugins.blockdown.BlockdownPlugin
- hyde.ext.plugins.markings.MarkingsPlugin
- hyde.ext.plugins.markings.ReferencePlugin
- hyde.ext.plugins.syntext.SyntextPlugin
- hyde.ext.plugins.paginator.PaginatorPlugin
- hyde.ext.plugins.urls.UrlCleanerPlugin
context:
data:
menu:
-
name: Home
description: Home Page
css_class: home
type: node
url: index.html
-
name: RHSCA
description: RHSCA
css_class: rhcsa
type: node
url: rhcsa
-
name: RHCE
description: RHCE
css_class: rhce
type: node
url: rhce
-
name: About
description: About
css_class: about
type: page
url: about.html
meta:
nodemeta: meta.yaml
created: !!timestamp 2010-01-01 00:00:00
author: David Johansen
sorter:
objective:
attr:
- meta.objective
reverse: false
filters:
source.kind: html
meta.listable: true