forked from excentris/compass
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
83 lines (65 loc) · 2.52 KB
/
_config.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# general configuration
url: https://www.zachburchill.ml
baseurl: ''
sass:
sass_dir: ./assets
# compass configuration
compass:
# an avatar or logo (optional)
logo: "/images/pawpaw.png"
og_logo: "/images/open_graph_pawpaw.png"
# author will appear under the avatar (optional)
author: "Zachary Burchill"
# tagline will appear under the title (optional)
tagline: "Data dabbler, cognitive scientist, and Hadley Wickham aficionado"
# if include_content is true, the contents of the content.html include will be
# added right above the generated item list, if present
include_content: true
# if include_analytics is true, the content of the analytics.html include will
# be added at the end of the <head> section. You can add your Google Analytics
# Tracking Code to that file.
include_analytics: true
# Exclude non-site files:
include: ["_posts"]
exclude: ["CNAME", "Gemfile", "Gemfile.lock", "LICENSE", "README.md", "anne_pro_macros.xlsx", "notes.txt", "vendor"]
# Dependencies
markdown: kramdown
kramdown:
syntax-highlighter: rouge
highlighter: rouge
# Permalinks
permalink: pretty
# Hyde stuff
#baseurl: "/" # If you are making a gh-pages project blog, this is
# the name of your project repo, preceded by a /'
# Set it to just "/" if you are making a user page.
baseurlknitr: "/" # This will always be your baseurl plus an extra '/'
# at the end. It's used only when knitr renders
# your R Markdown files.
# Site-wide links
links:
about_me: /about/
blog: /blog/
academic_cv: /academic_cv.pdf
industry_cv: /industry_resume.pdf
publications: /about/#research
home: "/"
# Other stuff
facepic: /images/zburchill.jpg
# Blog post static image directory
static_blog_pics_dir: /_posts/figures/static_files/
# set limit on number of post to appear on Home page
homepostlimit: 4
# The thing that gets excerpts
excerpt_separator: <!--more--> # you can specify your own separator, of course.
# Disqus comments:
disqus: true
shortname: zachburchill # TO-DO: get a disqus account and change this
# Social Media
twitter: false # add a twitter button to each post
facebook: false # add a facebook share button to each post
author:
name: 'Zachary Burchill'
url: https://zachburchill.ml
github:
repo: https://github.com/burchill