-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path_config.yml
More file actions
75 lines (64 loc) · 2.37 KB
/
_config.yml
File metadata and controls
75 lines (64 loc) · 2.37 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# Jykell configuration
markdown: kramdown
highlighter: rouge
paginate: 10
language: 'en-us'
paginate_path: "/blog-archive/page:num/"
# Website info
name: 'Kris Shaffer'
description: "Data scientist. Digital media specialist. Developer. Author.<br/>pushpullfork.com"
# Author's info
author: 'Kris Shaffer'
# edit 'categories' in the front matter of every post to match this username
nickname: kris
bio: 'Kris Shaffer, Ph.D. (Yale University, 2011), is an Instructional Technology Specialist and adjunct instructor in Computer Science and Digital Studies at the <a href="http://umwdtlt.com/" target="blank_">University of Mary Washington</a> and Contributing Editor for <a href="http://digitalpedagogylab.com/hybridped" target="blank_">Hybrid Pedagogy</a>. He is also the lead author of <a href="http://openmusictheory.com" target="blank_"><i>Open Music Theory</i></a> and contributor to <a href="https://r-bloggers.com" target="blank_">R-Bloggers</a>.'
location: 'Fredericksburg, Va.'
url: 'https://kshaffer.github.io'
root_url: 'https://kshaffer.github.io'
image: '/assets/images/krishead.jpg'
short_url: 'kshaffer.github.io'
google_analytics:
disqus:
# edit baseurl to simply '/' if using as your personal page (instead of a project page)
baseurl: https://kshaffer.github.io/
# Permalinks
permalink: /:year/:month/:title/
# permalink: /author/:username
# permalink: /tag/:tag
# gems and other configs
gems: [jekyll-paginate]
exclude: [vendor]
# Additional settings available on the front-matter
# Site logo in the index.html (as in demo.ghost.io)
# Author's page cover in _layouts/author.html
# The same for page.html and tag.html layouts
# Post's page cover as a per-post basis _posts/...
# Disqus comments as a per-post basis
# ...
# Settings for builing master branch with travis-ci
# with jekyll-travis
# Settings for deploy rake task
# Username and repo of Github repo, e.g.
# https://github.com/USERNAME/REPO.git
# username defaults to ENV['GIT_NAME'] used by Travis
# repo defaults to USERNAME.github.io
# Branch defaults to "source" for USERNAME.github.io
# or "master" otherwise
safe: false
lsi: false
username: kshaffer
repo: jasper
branch: master
relative_source: ../
destination: ../
production_url: https://kshaffer.github.io
source_url: https://github.com/kshaffer/
exclude:
- README.md
- Rakefile
- Gemfile
- Gemfile.lock
- changelog.md
- "*.Rmd"
- vendor
- .travis.yml