forked from egelmex/TinkerWeb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
85 lines (81 loc) · 1.75 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
name: Your New Jekyll Site
markdown: redcarpet
highlighter: pygments
paginate: 5
paginate_path: "blog/page:num"
permalink: "/:year/:month/:title/"
brandname: TinkerSoc
gems: [jekyll-paginate]
live: true
menufolders:
- /blog
dropdowns:
- Resources
exclude:
- README.md
category_dir: "blog"
picture:
source: assets/images/_fullsize
output: assets/images/generated
markup: "picturefill"
presets:
face:
ppi: [1, 1.5]
attr:
class: face
source_default:
width: 240px
height: 240px
default:
ppi: [1, 1.5]
attr:
class: "test"
itemprop: "image"
source_medium:
media: "(min-width: 40em)"
width: "600"
source_default:
width: "300"
carousel-narow:
ppi: [1, 1.5]
attr:
class: "col-md-3 col-md-offset-6"
itemprop: "image"
source_xs:
media: "(max-width: 480)"
width: "240"
source_sm:
media: "(min-width: 481px) and (max-width: 768px)"
width: "384"
source_default:
width: "960"
carousel:
ppi: [1, 1.5]
attr:
class: "img-carousel"
itemprop: "image"
source_xs:
media: "(max-width: 480px)"
width: "480"
source_sm:
media: "(min-width: 481px) and (max-width: 768px)"
width: "768"
source_default:
width: "1920"
icon:
ppi: [1, 1.5]
attr:
class: "icon"
itemprop: "image"
source_default:
height: "32px"
flickr_set:
gallery_tag: 'div'
gallery_class: 'gallery'
gallery_id: 'container'
a_href: 'b'
a_target: '_blank'
image_rel: ''
image_size: 'm'
image_class: 'item'
api_key: '251b6a7131ff48d65978013ff47083d1'