-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
64 lines (58 loc) · 1.97 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
exclude:
- README.md
- screenshot.png
- LICENSE
- CNAME
- Gemfile
- Gemfile.lock
plugins:
- jekyll-sitemap
- jekyll-mentions
- jekyll-paginate
- jekyll-seo-tag
- jekyll-redirect-from
- jekyll-feed
- jemoji
jekyll-mentions: https://twitter.com # jekyll-mentions > service used when @replying
twitter:
username: YaManicKill # jekyll-seo-tag > Owners twitter username
author: TheScotBot # jekyll-seo-tag > default author
social: # jekyll-seo-tag > social overrides
name: Al McKinlay # jekyll-seo-tag > real name
links: # jekyll-seo-tag > social aliases (sameAs)
- https://twitter.com/TheScotBot
- https://www.facebook.com/yamanickill
- https://www.linkedin.com/in/alistair-mckinlay
- https://github.com/yamanickill
sass:
style: compressed # Style compression
permalink: pretty # Permalink style (/YYYY/MM/DD/page-name/)
excerpt_separator: <!-- more --> # Marks end of excerpt in posts
timezone: Europe/London # Timezone for blog posts and alike
defaults:
-
scope:
path: ""
type: pages
values:
layout: page # Default layout
image: "/assets/placeholder-social.png" # Default image for sharing
-
scope:
path: ""
type: posts
values:
layout: post # Default layout
image: "/assets/placeholder-social.png" # Default image for sharing
encoding: utf-8 # Make sure the encoding is right
title: "Al McKinlay" # Site name or title, also used in jekyll-seo-tag
logo: "/assets/logo.png" # Site logo, also used in jekyll-seo-tag
description: "My Podcasts and Projects" # Site description and default description, also used in jekyll-seo-tag
url: "https://al.mckinlay.me" # Site url, also used in jekyll-seo-tag
repo: "https://github.com/yamanickill/mckinlay.me"
email: "[email protected]"
avatarurl: "https://en.gravatar.com/userimage/4980373/ea450b7d082dce05e06a3052d53bc51a.png"
social_links:
Twitter: https://twitter.com/YaManicKill
LinkedIn: https://www.linkedin.com/in/alistair-mckinlay
GitHub: https://github.com/yamanickill