-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathsite.yaml
More file actions
52 lines (49 loc) · 2.17 KB
/
site.yaml
File metadata and controls
52 lines (49 loc) · 2.17 KB
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
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.urls.UrlCleanerPlugin
context:
data:
site_title: Zerocoin Project
author:
name: Ian Miers
url: "http://hms.isi.jhu.edu/index.php/people/11.html"
twitter: imichaelmiers
google_analytics_id: UA-40085231-1
home_url: index.html
menu:
- title: Home
url: index
- title: People
url: people
- title: Q and A
url: q_and_a
- title: Papers, Press, etc
url: talks_and_press
ignore:
- "*.swp" # ignore gvim swap file
- "*~"
- "*.bak"
- ".git"
publisher:
github:
type: hyde.ext.publishers.dvcs.Git
path: ../../zerocoin.github.io/
url: git@github.com:Zerocoin/zerocoin.github.io.git
meta:
nodemeta: meta.yaml
markdown:
extensions:
- smartypants
- toc
urlcleaner:
index_file_names:
- index.html
strip_extensions:
- html
append_slash: true