forked from kostajh/savaslabs.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
124 lines (116 loc) · 2.64 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
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
# Basic Info
title: Savas Labs
email: [email protected]
description: >
A full-service web agency leveraging the power of Drupal.
# Base URL is used in the manner that is specified by this guide
# (http://jekyllrb.com/docs/github-pages/) which is to say, it's
# not used at all.
baseurl: ""
url: "http://savaslabs.com"
comment_server_url: "http://comments.savaslabs.com"
comment_server_enabled: 1
# Professional and social media links
twitter_username: savas_labs
github_username: savaslabs
# Languages and syntax highlighting
markdown: kramdown
kramdown:
input: GFM
hard_wrap: false
syntax-highlighter: rouge
# Include static pages.
include: ["_pages"]
# Blog
paginate: 9
paginate_path: "/blog/page:num/"
# For Travis CI and gulp
exclude: ["vendor",
"_assets",
"Gemfile",
"Gemfile.lock",
"gulpfile.js",
"node_modules",
"package.json"]
# Collections
collections:
team:
output: true
permalink: /team/:path/
team-former:
output: false
case-studies:
output: true
permalink: /work/:path/
services:
output: false
permalink: /what-we-do/:path/
# Gems
gems:
- jekyll-sitemap
- jekyll-redirect-from
- jekyll-paginate
- jekyll-picture-tag
- jemoji
# Picture element presets
picture:
source: "assets/img"
output: "assets/processed-img"
markup: "picture"
presets:
team_square:
attr:
class: "image--team-square"
itemprop: "image"
ppi: [1, 2]
source_400:
media: "(min-width: 400px)"
width: "334"
source_default:
width: "254"
team_individual:
attr:
class: "image--team-individual"
itemprop: "image"
ppi: [1, 2]
source_400:
media: "(min-width: 400px)"
width: "350"
source_default:
width: "288"
team_post_meta:
attr:
class: "image--team-post-meta"
itemprop: "image"
ppi: [1, 2]
source_default:
width: "288"
case_study:
attr:
class: "image--case-study"
itemprop: "image"
ppi: [1, 2]
source_1200:
media: "(min-width: 1200px)"
width: "860"
source_860:
media: "(min-width: 860px)"
width: "592"
source_640:
media: "(min-width: 640px)"
width: "860"
source_400:
media: "(min-width: 400px)"
width: "640"
source_default:
width: "400"
post_featured_image:
attr:
class: "image--post-featured-image"
itemprop: "image"
ppi: [1, 2]
source_1120:
media: "(min-width: 400px)"
width: "737"
source_default:
width: "400"