-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
64 lines (51 loc) · 1.06 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
# Basic
title: Link Thing
description: Links by Jamie Thingelstad
author:
name: Jamie Thingelstad
twitter: thingles
social:
twitter: thingles
github: thingles
linkedin: jthingelstad
email: [email protected]
microblog: jthingelstad
pinboard: thingles
url: https://links.thingelstad.com
baseurl: ""
timezone: America/Chicago
permalink: /:year/:month/:title/
# Pagination
paginate: 50
paginate_path: /page:num/
# Feed config
feed_posts: 50
# SEO
twitter:
username: thingles
logo: /assets/logo/links-logo-grey-trans.png
lang: en_US
markdown: kramdown
kramdown:
input: GFM
# Scopes
defaults:
- scope:
path: ""
type: "pages"
values:
layout: "page"
- scope:
path: ""
type: "posts"
values:
layout: "post"
- scope:
path: ""
values:
image: /assets/logo/links-logo-grey-dark.png
exclude: ['README.md', 'tools']
plugins:
- jekyll-seo-tag
- jekyll-paginate
- jekyll-sitemap