-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path_config.yml
75 lines (67 loc) · 1.23 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
# Site wide configuration
title: "C.H. Robinson Engineering Blog"
description: "A blog covering the engineering culture and efforts at C.H. Robinson."
logo: chr-logotype-tagline.png
teaser: chr-homepage.jpg
locale: en
url: https://engineering.chrobinson.com
feed:
path: atom.xml
# Jekyll configuration
sass:
sass_dir: _sass
style: compressed
permalink: /:categories/:title/
kramdown:
toc_levels: 1..2
highlighter: rouge
plugins:
- jekyll-gist
- jekyll-feed
- jekyll-sitemap
- jemoji
- jekyll-sass-converter
- jekyll-paginate
- jekyll-redirect-from
paginate: 8
paginate_path: /blog/page/:num/
# Site owner
owner:
name: C.H. Robinson Engineering
email:
twitter: CHRobinson
google:
ad-client:
ad-slot:
bio:
avatar: chr-logomark.svg # 160x160 px image for author byline
disqus-shortname:
# Google Analytics
ga: UA-121647803-1
include:
- .htaccess
exclude:
- "*.less"
- "*.sublime-project"
- "*.sublime-workspace"
- .idea
- .asset-cache
- .bundle
- .jekyll-assets-cache
- .sass-cache
- CHANGELOG
- Capfile
- Gemfile
- Gruntfile.js
- LICENSE
- README
- Rakefile
- config
- gulpfile.js
- lib
- log
- node_modules
- package.json
- package-lock.json
- spec
- tmp