forked from mmistakes/made-mistakes-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.dev.yml
127 lines (109 loc) · 2.85 KB
/
_config.dev.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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
# 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: http://localhost:4000
# Jekyll configuration
permalink: /:categories/:title/
lsi: true
markdown: kramdown
kramdown:
toc_levels: 1..2
highlighter: rouge
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", "autoprefixer.yml"]
#keep_files: ["images"]
# Plugin: jekyll-assets
assets:
sources:
- _assets/javascripts
- _assets/stylesheets
baseurl: http://localhost:4000/assets/
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/
# Plugin: jekyll-picture-tag
picture:
source: "images/_originals"
output: "images"
markup: "picture"
presets:
default:
ppi: [1]
source_720:
media: "(min-width: 1200px)"
width: "720"
source_670:
media: "(min-width: 768px)"
width: "670"
source_540:
media: "(min-width: 600px)"
width: "540"
source_default:
width: "320"
hero:
attr:
class: "page__hero-image"
itemprop: "image"
ppi: [1]
source_1600:
media: "(min-width: 1600px)"
width: "1600"
source_1024:
media: "(min-width: 1024px)"
width: "1024"
source_768:
media: "(min-width: 768px)"
width: "768"
source_600:
media: "(min-width: 600px)"
width: "600"
source_default:
width: "320"
# 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/
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, New York. I enjoy eating chicken wings and sketching on an iPad."
avatar: bio-photo.jpg # 160x160 px image for author byline
disqus-shortname: mmistakes-dev
# Collections
collections:
faqs:
output: true
permalink: /:collection/:path/
title: FAQs
components:
output: false
colors:
output: false