-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
67 lines (67 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
61
62
63
64
65
66
67
title: Jimmy Neville
description: >-
All things disc golf
lang: en-US
timezone: Asia/Jakarta
image: assets/img/ogp.png
repo: "https://github.com/Jneville0815/jneville0815.github.io"
mode: dark
author:
name: Jimmy Neville
bio: >-
All things disc golf
username: username
github: Jneville0815
twitter: jimmyeneville
email: [email protected]
avatar: /assets/img/me.jpeg
url: ""
baseurl: "/"
permalink: "/:title/"
google_analytics: null
fb_appid: null
collections:
posts:
output: true
markdown: kramdown
highlighter: rouge
kramdown:
syntax_highlighter: rouge
defaults:
- scope:
path: ""
values:
layout: post
comments: false
jekyll_compose:
post_default_front_matter:
modified: null
tags: []
description: null
draft_default_front_matter:
modified: null
tags: []
description: null
number_of_posts: 5
sass:
style: compressed
include:
- _redirects
- .htaccess
exclude:
- CNAME
- Gemfile
- Gemfile.lock
- LICENSE
- CHANGELOG.md
- README.md
- node_modules
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- lighthouse.png
- klise-*.gem
- klise.gemspec
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-postfiles