-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
118 lines (107 loc) · 3.85 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
# Basic site setup
remote_theme: JakeSteam/minimaJake
title: Jake Lee on Software
description: In-depth ad-free articles about software development, Android, and the internet
accent_colour: "#2a7ae2"
url: https://blog.jakelee.co.uk
# Optional native feature customisation (delete to turn off)
table_of_contents_header: "Jump to:"
post_end_promo: <i><b>Enjoyed this article? You'll like "<a href="https://jakeweeklee.substack.com">Jake Week Lee</a>", a newsletter of articles & online things!</b></i>
google_analytics: G-99X0QYL39T
outdated_content_warning:
warning_text: "⚠️ This article was last updated <b>TIME_AGO</b> and may be outdated."
placeholder_text: "TIME_AGO"
warning_threshold_days: 1095 # 3 years
ignore_date_updated: false
# Third party feature customisation (delete to turn off)
giscus_repo: JakeSteam/blog-programming
giscus_repo_id: MDEwOlJlcG9zaXRvcnkzNTk5Mzc1OTM=
giscus_category: Comments
giscus_category_id: DIC_kwDOFXQ2Oc4CQ06o
network:
- { name: Programming, url: "https://blog.jakelee.co.uk", colour: "#2a7ae2", current: true }
- {
name: Internet History,
url: "https://history.jakelee.co.uk",
colour: "#075e78",
}
- { name: Theme, url: "https://minima.jakelee.co.uk", colour: "#951A00" }
- { name: Everything Else, url: "https://jakelee.co.uk", colour: "#acacac" }
# Setting article defaults
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "post"
author:
name: Jake Lee
url: https://jakelee.co.uk
# Social / dark mode settings
minima:
skin: auto
social_links:
- { platform: github, user_url: "https://github.com/JakeSteam" }
- { platform: linkedin, user_url: "https://www.linkedin.com/in/Jake-Lee" }
- {
platform: stackoverflow,
user_url: "https://stackoverflow.com/users/608312/Jake-Lee",
}
- { platform: x, user_url: "https://www.twitter.com/JakeLeeUK" }
- {
platform: email,
user_url: "mailto:[email protected]",
user_title: "[email protected]",
}
- {
platform: code,
user_url: "https://github.com/JakeSteam/blog-programming",
user_title: "JakeSteam/blog-programming",
}
- { platform: rss, user_url: "/feed.xml", user_title: "RSS Feed" }
- {
platform: substack,
user_url: "https://jakeweeklee.substack.com/",
user_title: "Jake Week Lee",
}
# - { platform: devto, user_url: "https://dev.to/jekyll" }
# - { platform: dribbble, user_url: "https://dribbble.com/jekyll" }
# - { platform: facebook, user_url: "https://www.facebook.com/jekyll" }
# - { platform: flickr, user_url: "https://www.flickr.com/photos/jekyll" }
# - { platform: google_scholar, user_url: "https://scholar.google.com/citations?user=qc6CJjYAAAAJ" }
# - { platform: instagram, user_url: "https://www.instagram.com/jekyll" }
# - { platform: keybase, user_url: "https://keybase.io/jekyll" }
# - { platform: microdotblog, user_url: "https://micro.blog/jekyll" }
# - { platform: pinterest, user_url: "https://www.pinterest.com/jekyll" }
# - { platform: telegram, user_url: "https://t.me/jekyll" }
# - { platform: youtube, user_url: "https://www.youtube.com/jekyll" }
###
# Below here probably doesn't need changing #
###
# Site settings
permalink: /:title/
show_excerpts: true
timezone: Europe/London
# Build settings
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-webp
# Pagination settings
paginate: 10
paginate_path: page/:num/
# Syntax highlighter settings
kramdown:
syntax_highlighter_opts:
default_lang: kotlin
guess_lang: true
# Webp conversion settings
webp:
enabled: true
quality: 95
img_dir: ["/assets/images/banners"]
nested: true
regenerate: false # Set to true if settings have been changed
formats: [".jpeg", ".jpg", ".png"]