forked from OfflineIMAP/offlineimap.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
44 lines (36 loc) · 703 Bytes
/
_config.yml
File metadata and controls
44 lines (36 loc) · 703 Bytes
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
#
# Site settings
#
version: 1.8
gems:
- jekyll-coffeescript
#- jekyll-paginate
title: OfflineIMAP community's website
email: offlineimap-project@alioth-lists.debian.net
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://www.offlineimap.org"
description: > # this means it ignores newlines until next key
OfflineIMAP community's website.
#
# Build settings
#
highlighter: rouge
github: [Repository metadata]
#paginate: 10
markdown: kramdown
kramdown:
input: GFM
hard_wrap: false
#
# Posts
#
excerpt_separator: <!--more-->
github_username: OfflineIMAP
twitter_username: OfflineIMAP
collections:
doc:
output: true
gsoc:
output: true
uploads:
output: true