forked from carlosmiranda/zerocracy.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
39 lines (36 loc) · 757 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
32
33
34
35
36
37
38
39
title: Zerocracy.com
email: team@zerocarcy.com
description: >
A project manager that never sleeps
baseurl: ""
url: "http://www.zerocracy.com"
twitter_username: 0crat
github_username: zerocracy
markdown: kramdown
author:
name: "Yegor Bugayenko"
email: yegor@zerocracy.com
encoding: utf-8
timezone: America/San_Francisco
exclude:
- README.md
- Gemfile.lock
- Gemfile
- LICENSE.txt
- .travis.yml
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-sitemap
permalink: :year/:month/:day/:title.html
paginate: 20
paginate_path: "p/:num"
excerpt_separator: <!--more-->
feed:
title: Zerocracy.com
subtitle: A project manager that never sleeps
path: rss.xml
sass:
style: compressed
deploy_style: compressed
compile_in_place: false