-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·63 lines (54 loc) · 1.16 KB
/
_config.yml
File metadata and controls
executable file
·63 lines (54 loc) · 1.16 KB
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
61
62
63
# Permalinks
permalink: pretty
# Setup
title: Whack Data
tagline: Ryan Brideau
url: http://www.whackdata.com
paginate: 1
paginate_path: page/:num
defaults:
- scope:
path: "page"
values:
sitemap: false
basename: ""
# Assets
#
# We specify the directory for Jekyll so we can use @imports.
sass:
sass_dir: _sass
style: :compressed
# About/contact
author:
name: Ryan Brideau
url: https://twitter.com/Brideau
email: ryan dot brideau at google mail
twitter:
username: Brideau
social:
name: Ryan Brideau
links:
- https://twitter.com/Brideau
- https://ca.linkedin.com/in/ryanbrideau
- https://github.com/Brideau
- https://keybase.io/Brideau
# Custom vars
version: 2.0.0
github:
repo: https://github.com/poole/poole
# Tags
tag_feed_layout: tag_feed
tag_feed_dir: tag
tag_page_layout: tag_page
tag_page_dir: tag
# Gems
plugins:
- jekyll-paginate
- jekyll-gist
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-redirect-from
pages_list:
About: '/about'
Archive: '/archive'
RSS: '/atom.xml'