-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
54 lines (54 loc) · 892 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
title: GarthDB
timezone: UTC
collections:
posts:
title: Posts
output: true
uploads:
title: Uploads
output: true
defaults:
- scope:
path: ''
values:
image:
twitter: "/img/twitter_card.png"
email: [email protected]
logo: "/img/logo.svg"
author:
name: Garth Braithwaite
uri: http://garthdb.com
twitter: garthdb
description: Ramblings of Garth Braithwaite.
twitter:
username: garthdb
plugins:
- jekyll-seo-tag
- jekyll-feed
exclude:
- vendor
- Gemfile
- Rakefile
- README.md
- LICENSE
- CNAME
baseurl:
url: http://garthdb.com
sass:
sass_dir: css
style: compressed
permalink: "/:categories/:title/"
future: true
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
syntax_highlighter: rouge
syntax_highlighter_opts:
css_class: highlight
span:
line_numbers: false
block:
line_numbers: true
start_line: 1