-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path_config.yml
More file actions
160 lines (139 loc) · 3.46 KB
/
Copy path_config.yml
File metadata and controls
160 lines (139 loc) · 3.46 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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
#---------------#
# Site settings #
#---------------#
title: Development Gateway
email: info@developmentgateway.org
description: >
An international nonprofit that co-creates information solutions and cultivates skills to turn information into lasting results.
#keywords: []
# The current year is added before the copyright text.
copyright: >
Development Gateway and/or its affiliated companies
# Map config for the reach page
map:
tiles: ~
minZoom: 1
maxZoom: 5
baseurl: "" # The folder in which the site is located on the web server.
url: "" # Without a trailing slash!
# Define image presets for the image tag plugin.
image:
presets:
avatar-small:
width: 144
height: 144
flag-small:
width: 64
height: 32
resize: scale
thumb-small:
width: 240
height: 160
thumb-home:
# 17 * 1em
width: 272
# 12 * 1em
height: 192
thumb-large:
# 19 * 1em
width: 304
# 12 * 1em
height: 192
# Define settings and presets for the icon tag plugin.
icon:
source: images/icons
presets:
normal:
width: 1em
height: 1em
larger:
width: 1.125em
height: 1.125em
# Define the available jekyll collections.
collections:
homepage_sections:
output: false
expertise_topics:
output: true
# URL for the MailChimp newsletter.
mailchimp_form_url: __NONE__
# Google Analytics Web Property ID.
google_web_property_id: __NONE__
#-----------------#
# Jekyll settings #
#-----------------#
# Change jekyll build source and destination.
source: site_source
destination: public_html
# Blog listing pagination settings.
paginate: 10
paginate_path: "/blog/page:num/"
# Change the default blog post link.
permalink: "/:year/:month/:day/:title"
# Exclude files/folders from being processed by Jekyll and copied to the built website.
exclude:
- Gemfile
- Gemfile.lock
- README.md
- Vagrantfile
- Vagrantsettings.yml
- Vagrantsettings.local.yml
# NOTE: All the files/folders starting with "_" (underscore) are also excluded.
# Set the default markdown processor.
markdown: kramdown
# Change the default SASS settings.
sass:
sass_dir: _scss
style: compressed
# Variables that can be printed inside SASS files.
# @TODO: Implement a way to inject variables into the compliation process.
sass_variables:
gen_total_columns: '12'
gen_column_width: '4em'
gen_gutter_width: '1em'
sidebar_grid_count: '3'
content_grid_count: '9'
# Uncomment the `jekyll-lunr-js-search` line to enable lunr.js search.
# The site `url` needs to be setup for jekyll-sitemap to work properly.
gems:
- jekyll-sitemap
- jekyll-lunr-js-search
# lunr.js specific settings.
lunr_search:
excludes:
- blog/index.html
- expertise/topics.json
- feed.xml
- images
- lib
- scripts
js_dir: scripts
# prose.io specific settings.
prose:
media: assets/post-images
ignore:
- .editorconfig
- .gitignore
- .ruby-gemset
- .ruby-version
- _config.sample.yml
- _config.yml
- Gemfile
- Makefile
- site_source/_data
- site_source/_html
- site_source/_includes
- site_source/_layouts
- site_source/_plugins
- site_source/_posts
- site_source/_scss
- site_source/lib
- site_source/scripts
- site_source/styles
- site_source/browserconfig.xml
- site_source/favicon.ico
- site_source/feed.xml
- site_source/index.html
- site_source/main.js
- site_source/robots_sample.txt
- site_source/search.html