-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
52 lines (41 loc) · 1.16 KB
/
_config.yml
File metadata and controls
52 lines (41 loc) · 1.16 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
# Site settings
title: Arbor
email: lukeh@uidaho.edu
author: Luke Harmon
url: "www.arborworkflows.com"
baseurl:
description: "Arbor workflows"
logo: 120x120.gif
teaser: 400x250.gif
locale: en_US
# Jekyll configuration
sass:
sass_dir: _sass
style: compressed
permalink: /:categories/:title/
kramdown:
toc_levels: 1..2
highlighter: rouge
gems:
- jekyll-sitemap
- kramdown
# Site owner
owner:
name: Luke Harmon
web: http://lukejharmon.github.io
email: lukeh@uidaho.edu
twitter: lukejharmon
bio: "Associate professor, UIdaho."
avatar: bio-photo.jpg # 160x160 px image for author byline
google:
plus: +LukeHarmon1
ad-client:
ad-slot:
disqus-shortname: arborworkflows
exclude: ["lib", "config.rb", ".sass-cache", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "*.sublime-project", "*.sublime-workspace", "Gemfile", "Gemfile.lock", "README.md", "LICENSE", "node_modules", "Gruntfile.js", "package.json", "vendor"]
# heroku stuff
exclude: ['config.ru', 'Gemfile', 'Gemfile.lock', 'vendor', 'Procfile', 'Rakefile']
# Google analytics
google_analytics: UA-63774905-2
# disqus
disqus-shortname: arborworkflows