-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
58 lines (48 loc) · 1.12 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
#
# Site settings
#
version: 1.1
gems:
- jekyll-coffeescript
- jekyll-paginate
title: imapfw community's website
email: offlineimap-project@lists.alioth.debian.org
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://imapfw.offlineimap.org"
description: > # this means it ignores newlines until next key
imapfw community's website.
permalink: /:year/:month/:day/:title/
# this is the url root of the view source link on the footer page.
viewsourceroot: https://github.com/OfflineIMAP/imapfw.github.io/blob/gh-pages/
# this is the url root of the create page link on the footer page.
newsourceroot: https://github.com/OfflineIMAP/imapfw.github.io/new/gh-pages
#
# Build settings
#
github: [Repository metadata]
#paginate: 10
markdown: kramdown
kramdown:
input: GFM
hard_wrap: false
#
# Build settings we can't change.
#
highlighter: rouge
lsi: false
safe: true
#source: [your repo's top level directory]
#incremental: false
gist:
noscript: false
#
# Posts
#
excerpt_separator: <!--more-->
github_username: OfflineIMAP
twitter_username: OfflineIMAP
collections:
doc:
output: true
gsoc:
output: true