-
Notifications
You must be signed in to change notification settings - Fork 0
/
site.yaml
88 lines (77 loc) · 1.89 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
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
- plugins.suffix.SuffixPlugin
- hyde.ext.plugins.urls.UrlCleanerPlugin
context:
data:
menu:
-
name: Things
description: Things I Learned
url: /index.html
-
name: About
description: About
url: /about/
syntax:
options:
lineanchors: line
meta:
nodemeta: meta.yaml
created: !!timestamp 2010-01-01 00:00:00
author: Dave Fowler
urlcleaner:
index_file_names:
- index.html
strip_extensions:
- html
- markdown
append_slash: true
suffix:
-
target_extension:
- markdown
- md
output_extension: html
-
target_extension:
- rst
- md
output_extension: html
publisher:
github:
type: hyde.ext.publishers.dvcs.Git
path: ../davefowler.github.io
url: [email protected]:davefowler/davefowler.github.io.git
sorter:
all:
attr:
- meta.date
reverse: true
posts:
attr:
- meta.date
reverse: true
filters:
meta.pagetype: post
essays:
attr:
- meta.date
reverse: true
filters:
meta.pagetype: essay
projects:
attr:
- meta.date
reverse: true
filters:
meta.pagetype: project