-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
235 lines (205 loc) · 6.4 KB
/
_config.yml
File metadata and controls
235 lines (205 loc) · 6.4 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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
# Title, decription, tagline and URL for your site
# Can be used in your theme by calling 'site.title' and so on
title: MalariaMuseum
description: Let's eradicate malaria!
# Used so Jekyll outputs the site correctly so Gulp can do what it wants
source: src
destination: dist
#exclude: ['assets']
# Timezone of site
#timezone: America/Los_Angeles
# URL of your avatar or profile pic (you could use your GitHub profile pic)
#avatar: _assets/images/
# Site Settings
locale : "en"
title_separator : "-"
#name : "Your Name"
baseurl : # the subpath of your site, e.g. "/blog"
repository : MalariaMuseum/malariamuseum.github.io
teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png"
breadcrumbs : true # false (default)
breadcrumb_home_label : "Start"
breadcrumb_separator : ">"
words_per_minute : 200
comments:
provider : staticman # false (default), "disqus", "discourse", "facebook", "google-plus", "staticman", "custom"
disqus:
shortname : # https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname-
discourse:
server : # https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963 , e.g.: meta.discourse.org
facebook:
# https://developers.facebook.com/docs/plugins/comments
appid :
num_posts : # 5 (default)
colorscheme : dark # "light" (default), "dark"
# Staticman comments (full configuration in staticman.yml)
staticman:
branch: "source"
# SEO Related
google_site_verification :
bing_site_verification :
alexa_site_verification :
yandex_site_verification :
# Social Sharing
twitter:
username : malariamuseum
facebook:
username : malariamuseum
app_id :
publisher :
og_image : # Open Graph/Twitter default site image
# For specifying social profiles
# - https://developers.google.com/structured-data/customize/social-profiles
social:
type : # Person or Organization (defaults to Person)
name : # If the user or organization name differs from the site's name
links: # An array of links to social media profiles
# Analytics
analytics:
provider : false # false (default), "google", "google-universal", "custom"
google:
tracking_id :
# Site Author
author:
name : "Marco Herbst"
avatar : # path of avatar image, e.g. "/assets/images/bio-photo.jpg"
bio : "Marco is an entrepreneur born in Ireland, currently living in Berlin. As founder of the Malaria Museum, he has been collecting items and interviewing experts in the field of Malaria since 2008.It is his intention to bring together adequate talent, finance and enthusiasm to establish a museum that will live up to and surpass the aims of the mission statement."
location : "Somewhere"
email : rohit.goswami@aol.com
# uri : https://webpack2jekyll.netlify.com
bitbucket :
codepen :
dribbble :
flickr :
facebook :
foursquare :
github : malariamuseum
google_plus :
keybase :
instagram :
lastfm :
linkedin :
pinterest :
soundcloud :
stackoverflow : # "123456/username" (the last part of your profile url, e.g. http://stackoverflow.com/users/123456/username)
steam :
tumblr :
twitter :
vine :
weibo :
xing :
youtube : # "https://youtube.com/c/MichaelRoseDesign"
# Same as the title etc for your site but can instead be
# called by using 'site.author.name' and so on
# NOTE: Don't use @ in front of your Twitter username
# _config.build.yml overwrites these options when you run `gulp build`
# Enables future posts (posts with dates in the future) and drafts
future: true
show_drafts: true
# Disables the more accurate related posts for faster generating of the site
lsi: false
# Only make the last 10 posts so generating isn't slow
#limit_posts: 10
# Outputting
permalink: /:categories/:title/
# Pagination Settings
pagination:
enabled: true
per_page: 6
permalink: '/page/:num/'
title: ':title - page :num'
limit: 0
sort_field: 'date'
# Optional, sorts the posts in reverse order (omit to default decending or sort_reverse: true)
sort_reverse: true
# Use Mailchimp
mailchimp: true
# Cloudinary
#cloudinary:
# cloud_name:
# verbose: true
# presets:
# default:
# min_width: 320
# max_width: 1600
# fallback_max_width: 800
# steps: 5
# sizes: "(min-width: 50rem) 50rem, 90vw"
# Excerpt Settings
excerpt_separator: "\n\n"
# Markdown library and options
markdown: kramdown
# Markdown Processing
kramdown:
input: GFM
hard_wrap: false
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
enable_coderay: false
# Paginate v2 stuff replacing jekyll-archives
autopages:
enabled: true
categories:
enabled: true
layouts:
- "archive-taxonomy.html"
title: ":category"
permalink: /:categories/:title/
collections:
enabled: false
tags:
enabled: true
layouts:
- "archive-taxonomy.html"
title: ":tag" # :tag is replaced by the tag name
permalink: "/tag/:title"
#redcarpet:
# extensions: ['no_intra_emphasis', 'tables', 'fenced_code_blocks', 'autolink', 'smart',
# 'strikethrough', 'superscript', 'underline', 'highlight', 'footnotes']
highlighter: rouge
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
# Enter your Google Analytics web tracking code (e.g. UA-2110908-2) to activate tracking
google_analytics:
# Extending Jekyll
gems:
- jekyll-gist
- jekyll-paginate-v2
- jekyll-sitemap
- jekyll-seo-tag
# - jekyll-cloudinary
#pages: /src/_pages
# Reading Files
include:
- .htaccess
- src/_pages
- 'src/_pages/*.*'
# Exclude these files from your production _site
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- CNAME
- css
- scripts
- assets
# These are made by gulp so DON'T override
keep_files:
- scripts
- css
- assets
# Defaults
defaults:
# _posts
- scope:
path: ""
type: posts
values:
layout: single
read_time: true
comments: true
share: true
related: true