-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_site.yml
64 lines (50 loc) · 1.24 KB
/
_site.yml
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
name: "blog"
title: "Data, Code and Visualization"
output_dir: "docs"
base_url: http://jkunst.com/blog/
repository_url: https://github.com/jbkunst/blog
creative_commons: CC BY
navbar:
search: true
right:
- text: "Home"
href: index.html
- icon: fab fa-twitter
href: https://twitter.com/jbkunst
- icon: fas fa-code
href: https://github.com/jbkunst/blog
- icon: fas fa-user-secret
href: http://www.jkunst.com
# - icon: fab fa-linkedin-in
# href: https://www.linkedin.com/in/joshuakunst
# - icon: fas fa-search
# href: search.html
# - icon: fa fa-rss
# href: index.xml
author:
- name: Joshua Kunst
url: http://jkunst.com/
output:
distill::distill_article:
toc: true
toc_float: true
self_contained: true
css: styles.css
includes:
in_header: utterances.html
citation_url: http://jkunst.com/blog/
google_analytics: "UA-17670833-5"
collections:
posts:
feed_items_max: 10
# subscribe: _subscribe.html
# disqus:
# shortname: jkunst
# hidden: true
share: [twitter, linkedin]
citations: true
twitter:
site: "@jbkunst"
creator: "@jbkunst"
exclude: ["data", "*.csv"]
include: ["images"]