-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
64 lines (55 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
#Basic Settings
title: Chris Blyth
description: "My virtual notepad for ideas, ramblings, my creations and my learnings."
url: https://www.blyth.me.uk
author: BlythMeister
logo: /images/me.png
lang: en_GB
GoogleAnalytics: G-ECKDEF7FG2
#Webmaster tools
webmaster_verifications:
google: HV11HFJBxWBjSBdvj2X1ARYcyV0gkh2RC2RN-BBPOQc
bing: 70C9C40BE160CF8A17564E2F00B21581
#Social
twitter:
username: BlythMeister
card: summary
facebook:
app_id: 1934053506806190
publisher: 285001657
admins: 285001657
social:
name: Chris Blyth
links:
- https://www.twitter.com/BlythMeister
- https://www.linkedin.com/in/chris-blyth/
- https://github.com/BlythMeister
- https://open.spotify.com/user/BlythMeister
#Link format
permalink: pretty
#Pagination
paginate: 5
paginate_path: "/blog/page:num"
#Defaults
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "default"
image: /images/me.png
-
scope:
path: ""
type: "posts"
values:
layout: "post"
image: /images/me.png
#Plugins
plugins:
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-feed
- jekyll-gist