-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_config.yml
More file actions
144 lines (134 loc) · 3.17 KB
/
_config.yml
File metadata and controls
144 lines (134 loc) · 3.17 KB
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
# Basic Info
title: 9ci Inc
email: connection@9ci.com
description: >
9ci Receivables management and accounts receivable solutions to optimize your invoicing, collections, cash application and deductions management processes.
# 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: "https://www.9ci.com"
# comment_server_url: "https://squabble.9ci.com"
# comment_server_enabled: 1
# Professional and social media links
twitter_username: 9ci
github_username: 9ci
# 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: "/articles/page-:num/"
# For Travis CI and gulp
exclude: ["_pages/results.html", "vendor",
"_assets",
"Gemfile",
"Gemfile.lock",
"gulpfile.js",
"node_modules",
"package.json",
"hologram_config.yml"]
permalink: /articles/:title
# Collections
collections:
company:
output: true
permalink: /company/:path/
team:
output: true
permalink: /team/:path/
case-studies:
output: true
permalink: /results/case-studies/:path/
services:
output: true
permalink: /services/:path/
solutions:
output: true
permalink: /solutions/:path/
# Gems
gems:
- jekyll-sitemap
- jekyll-redirect-from
- jekyll-paginate
- jekyll-seo-tag
# - jekyll-picture-tag
- jemoji
# - jekyll-twitter-plugin
# 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_square_small:
attr:
class: "image--team-square-small"
itemprop: "image"
ppi: [1, 2]
source_default:
width: "288"
team_blog_tile:
attr:
class: "image--team-blog-tile"
itemprop: "image"
ppi: [1, 2]
source_default:
width: "60"
partner_square:
attr:
class: "image--partner-square"
itemprop: "image"
ppi: [1, 2]
source_default:
width: "223"
post_featured_image:
attr:
class: "image--post-featured-image"
itemprop: "image"
ppi: [1, 2]
source_1120:
media: "(min-width: 1120px)"
width: "1000"
source_860:
media: "(min-width: 860px)"
width: "746"
source_640:
media: "(min-width: 640px)"
width: "860"
source_400:
media: "(min-width: 400px)"
width: "640"
source_default:
width: "400"
# Add for default for og:image meta tag
defaults:
- scope:
path: ""
values:
image: "/assets/img/logo.svg"