-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
40 lines (33 loc) · 814 Bytes
/
_config.yml
File metadata and controls
40 lines (33 loc) · 814 Bytes
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
# Permalinks
permalink: pretty
# Setup
title: Aqua-Vis
tagline: Visualising Water
url: http://aqua-vis.com
paginate: 2
paginate_path: "blog/page:num"
baseurl: ""
# Assets
#
# We specify the directory for Jekyll so we can use @imports.
sass:
sass_dir: _sass
style: :compressed
# About/contact
author:
name: James
url: https://twitter.com/batch21
email: jamesbatchelor@outlook.com
# Custom vars
version: 1.0.0
github:
repo: https://github.com/poole/poole
# Gems
plugins:
- jekyll-paginate
- jekyll-gist
pages_list:
Case Studies: '/case-studies'
visualisations: '/visualisations'
Blog: '/blog/index.html'
About: '/about'