-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathsite.yaml
54 lines (54 loc) · 1.53 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
mode: development # Use "hyde publish -c prod.yaml to have this automatically switch to production
media_root: media # Relative path from content folder.
media_url: /media # URL where the media files are served from.
plugins:
- hyde.ext.plugins.meta.MetaPlugin
- hyde.ext.plugins.auto_extend.AutoExtendPlugin
- hyde.ext.plugins.syntext.SyntextPlugin
- hyde.ext.plugins.textlinks.TextlinksPlugin
- hyde.ext.plugins.meta.SorterPlugin
- hyde.ext.plugins.meta.TaggerPlugin
context:
data:
site_title: Site Name
author:
name: Author Name
url: "http://example.com"
google_analytics_id: UA-XXXXX-YY
home_url: index.html
menu:
- title: Starter Template
type: page
url: index.html
- title: Off Canvas
type: page
url: offcanvas.html
- title: Jumbotron
type: page
url: jumbo.html
- title: Blog
type: node
url: blog
sidebar:
- title: One
url: one.html
- title: Two
url: \#
sorter:
time:
attr:
- meta.created
reverse: true
filters:
source.kind: html
meta.listable: true
tagger:
sorter: time
archives:
blog:
source: blog
target: blog/tags
template: tagged_posts.j2
archive_extension: html
meta:
listable: false