-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yaml
56 lines (50 loc) · 978 Bytes
/
_config.yaml
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
title: Ken Harris
url: https://kenhv.com
permalink: /blog/:title
defaults:
- scope:
path: ""
type: "posts"
values:
toc: true
destination: public
sass:
style: compressed
plugins:
- jekyll-feed
- jekyll-last-modified-at
- jekyll-og-image
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-target-blank
- jekyll-toc
# SEO
description: Tech enthusiast. Occasional doer of stuff. @KenHV
author:
name: Ken Harris
twitter: KensurHV
url: https://kenhv.com
twitter:
username: KensurHV
card: summary_large_image
social:
name: Ken Harris
links:
- https://twitter.com/KensurHV
- https://github.com/KenHV
- https://t.me/KenHV
# OG Image
og_image:
domain: "kenhv.com"
canvas:
background_color: "#ffffff"
header:
font_family: "Inter, Bold"
color: "#121212"
content:
font_family: "Inter, Bold"
color: "#121212"
image: /assets/images/avatar-square.jpg
# Target Blank
target-blank:
noreferrer: false