-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
83 lines (69 loc) · 1.34 KB
/
_config.yml
File metadata and controls
83 lines (69 loc) · 1.34 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
lang: en
timezone: Europe/London
title: Jordan Lee
tagline: DevOps & Cloud Infrastructure Engineer
description: DevOps & Cloud Infrastructure Engineer — portfolio and blog
url: "https://lee-it.co.uk"
baseurl: ""
github:
username: jordan-lee-code
social:
name: Jordan Lee
email: contact@lee-it.co.uk
links:
- https://www.linkedin.com/in/jordan-lee-devops
theme_mode: dark
avatar: "/assets/img/avatar.webp"
image: "/assets/img/avatar.webp"
search: true
theme: jekyll-theme-chirpy
toc: true
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
syntax_highlighter: rouge
syntax_highlighter_opts:
css_class: highlight
block:
line_numbers: true
paginate: 10
collections:
tabs:
output: true
sort_by: order
defaults:
- scope:
path: ""
type: posts
values:
layout: post
comments: false
toc: true
pin: false
- scope:
path: ""
type: tabs
values:
layout: page
permalink: /:title/
read_time: true
- scope:
path: ""
values:
layout: page
jekyll-archives:
enabled: [categories, tags]
layouts:
category: category
tag: tag
permalinks:
tag: /tags/:name/
category: /categories/:name/
plugins:
- jekyll-seo-tag
- jekyll-include-cache
- jekyll-sitemap
- jekyll-paginate
- jekyll-archives
- jekyll-feed