-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
53 lines (49 loc) · 1.21 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
# Site settings
url: "https://robwise.github.io" # the base hostname & protocol for your site
baseurl: "" # the subpath of your site, e.g. /blog/
permalink: :categories/:title
timezone: America/New_York
title: Rob Wise
description: Personal website and blog for Rob Wise (web developer).
email: [email protected]
twitter_username: RobAWise
github_username: robwise
disqus_shortname: 'rob-wise'
keep_files: []
exclude: ["*.sublime-project",
"*.sublime-workspace",
"_app",
"Gemfile",
"Gemfile.lock",
"gulpfile.js",
"LICENSE",
"node_modules",
"package.json",
"README.md",
"bower.json"]
# Markdown settings
kramdown:
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
enable_coderay: false
# Defaults (these are overridden if explicitly set in front matter)
defaults:
-
scope:
path: ""
type: "posts"
values:
author: "Rob Wise"
categories: blog
layout: "post"
-
scope:
path: ""
type: "drafts"
values:
author: "Rob Wise"
categories: blog
layout: "post"