-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
60 lines (48 loc) · 1.18 KB
/
_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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# Site settings
title: Vizabi
email: [email protected]
description: "Vizabi is an open-source framework by Gapminder Foundation for creating maintainable charts and visualization tools. You can use it freely, adding Vizabi to your site or blog, developing new tools, or adding your own data."
baseurl: ""
url: "http://vizabi.org"
github_username: Gapminder/vizabi
# Build settings
markdown: kramdown
# Permalinks
permalink: pretty
#Blog
excerpt_separator: <!--more-->
# Assets
vizabi_version: release/v0.25.1-3
vizabi_version_number: v0.25.1-3
pagination:
enabled: true
debug: true
per_page: 3
menu:
- title: Home
url: /
- title: Examples
url: /examples/
- title: Tutorials
url: /tutorials/
assets:
js_compressor: uglifier
css_compressor: sass
exclude: [Gemfile, Gemfile.lock, README.md]
include: [download]
categories: [docs]
collections:
docs:
output: false
examples:
output: true
posts:
output: true
permalink: /blog/:year/:month/:day/:slug/
tutorials:
output: true
permalink: /tutorials/:year/:month/:day/:slug/
examples:
output: true
permalink: /examples/:slug:output_ext
gems: [jekyll-paginate-v2]