forked from mmistakes/made-mistakes-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
92 lines (76 loc) · 2.03 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
83
84
85
86
87
88
89
90
91
92
# Site wide configuration
title: Made Mistakes
description: "Personal website of designer slash illustrator Michael Rose."
logo: site-logo.png
teaser: default-teaser.png
locale: en_US
url: https://mademistakes.com
# Jekyll configuration
permalink: /:categories/:title/
lsi: true
markdown: kramdown
kramdown:
toc_levels: 1..2
highlighter: rouge
gems:
- jekyll-sitemap
- jekyll-archives
include: [".htaccess"]
exclude: ["lib", "config.rb", ".sass-cache", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "*.sublime-project", "*.sublime-workspace", "Gemfile", "Gemfile.lock", "README.md", "node_modules", "Gruntfile.js", "package.json", ".jekyll-assets-cache"]
# Plugin: jekyll-assets
assets:
sources:
- _assets/javascripts
- _assets/stylesheets
js_compressor: uglifier
css_compressor: sass
cachebust: hard
cache: true
debug: false
version: 1
# Plugin: jekyll-archives
jekyll-archives:
enabled:
- tags
- year
layouts:
year: year_index
tag: tag_index
permalinks:
year: /:year/
tag: /tag/:name/
# Site owner
owner:
name: Michael Rose
email: [email protected]
twitter: mmistakes
facebook: michaelrose
instagram: mmistakes
tumblr: mademistakes
github: mmistakes
github-repo: https://github.com/mmistakes/made-mistakes-jekyll/blob/master/
google:
ad-client: ca-pub-7328585512091257
ad-slot: 3049671934
analytics: UA-2011187-1
plus: https://plus.google.com/+MichaelRoseDesign/posts
verify: geapSKtvpBNDSfXVmF09E9CnaHGglbO61r4XgLZtEmo
bing:
verify: D81F4C18A6CB3018F64D7C827D953DFD
alexa:
verify: Y5DYjZ4VWlrQzBP5kcQJeOKLNas
yandex:
verify: 55a5419baf76a498
bio: "Just another boring, tattooed, time traveling designer from Buffalo. I enjoy eating chicken wings and sketching on an iPad."
avatar: bio-photo.jpg # 160x160 px image for author byline
disqus-shortname: mmistakes
# Collections
collections:
faqs:
output: true
permalink: /:collection/:path/
title: FAQs
components:
output: false
colors:
output: false