forked from jerrywell/blogs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
28 lines (24 loc) · 825 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
# Site settings
name: "Quire & You"
title: "Quire & You"
email: [email protected]
description: "A collaborative task management tool for breaking down goals in hierarchical lists."
baseurl: "/blog" # the subpath of your site, e.g. /blog/
# url: "http://localhost:4000" # the base hostname & protocol for your site
url: "https://quire.io" # the base hostname & protocol for your site
twitter_username: jekyllrb
github_username: jekyll
permalink: '/p/:title.html'
paginate: 7
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
icon: "/s/img/favicon.ico"