forked from bayleeadamoss/zazu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
40 lines (36 loc) · 1008 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
40
# Site settings
title: Zazu App
description: >
Zazu is a new open source productivity app, that allows developers to be in the
drivers seat. Unlike other solutions, there are no built in integrations, so
every plugin has the full scope of what Zazu has to offer.
fixedNav: 'true' # true or false
themeColor: mint # teal, purple, green, blue, orange, purple, grey
siteurl: 'http://zazuapp.org'
branch: gh-pages
paginate: 5
paginate_path: "/blog/page:num/"
collections:
packages:
output: false
documentation:
output: true
permalink: /documentation/:path/
gems:
- jekyll-github-metadata
- jekyll-paginate
- kramdown
- rouge
# Social
twitterUsername: zazuapp
dribbbleUsername:
codepenUsername:
githubUsername: tinytacoteam
gitterUsername: tinytacoteam/zazu
# Build settings
permalink: /:year/:month/:title
markdown: kramdown
include: [_pages, _packages, _documentation, _posts]
exclude: [vendor, _site, CHANGELOG.md, LICENSE, README.md, .ruby-version]
sass:
style: compressed