-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
80 lines (78 loc) · 1.86 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
highlighter: rouge
permalink: ./:title
title: "Weak Notes"
description: "A public second brain"
author: "Mat"
url: https://thechels.uk
copyright: "MB"
encoding: UTF-8
future: false
repository: Mat-0/TheChels.uk
defaultImagePath: "/images/splashscreens/apple-touch-icon-180x180.png"
github:
repository_url: https://github.com/Mat-0/TheChels.uk
branch: main
sass:
style: compressed
plugins:
- jekyll-feed
- jekyll-avatar
- jekyll-github-metadata
exclude:
- CNAME
- README.md
- LICENSE.md
- SECURITY.md
- requirements.txt
- _python/
- .github/
include:
- ".well-known"
- "_pages"
# Site Navigation
## Header
navigation_header:
- link: "https://thechels.uk/about"
title: "About"
- link: "https://thechels.uk/cv"
title: "CV"
- link: "https://thechels.uk/daily"
title: "Daily"
- link: "https://thechels.uk/offers"
title: "Offers"
- link: "https://decodingyourmanager.substack.com/"
title: "SubStack »"
- link: "https://shop.the-ensemblist.uk"
title: "Shop »"
## SubMenu
navigation_subpages:
- link: "/about"
title: "Bio"
- link: "/manual"
title: "Manual"
- link: "/podcasts"
title: "Podcasts"
- link: "/teams"
title: "Football Teams"
- link: "/books"
title: "Books"
- link: "/tech"
title: "Technology"
## Footer links
navigation_footer:
- link: "https://thechels.uk/feed.json"
title: "RSS"
- link: "https://thechels.uk/sitemap.xml"
title: "Sitemap"
- link: "https://thechels.uk/humans.txt"
title: "Humans"
- link: "https://thechels.uk/robots.txt"
title: "Robots"
- link: "https://thechels.uk/.well-known/privacy.txt"
title: "Privacy"
- link: "https://thechels.uk/.well-known/security.txt"
title: "Security"
- link: "https://www.linkedin.com/in/mat-benfield/"
title: "LinkedIn »"
- link: "https://github.com/Mat-0/"
title: "GitHub »"