-
Notifications
You must be signed in to change notification settings - Fork 7
/
_config.yml
31 lines (26 loc) · 984 Bytes
/
_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
# Site settings
name: Your awesome name
title: Your awesome title
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
baseurl: "/blog" # the subpath of your site, e.g. /blog/
# url: "http://localhost:4000" # the base hostname & protocol for your site
url: "http://quire.io/" # the base hostname & protocol for your site
twitter_username: jekyllrb
github_username: jekyll
permalink: '/p/:title.html'
paginate: 3
paginate_path: "/pages/page:num/"
# Build settings
# markdown: kramdown
markdown: redcarpet
redcarpet:
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "strikethrough", "superscript", "with_toc_data"]
category_archive: {
path: category
}
twitter_account: 'quire_io'
locale: en_us