-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
116 lines (106 loc) · 3.72 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
# Basic site setup
title: minimaJake
description: An example of & updates from the minima fork minimaJake.
accent_colour: "#951A00"
theme_version: 1.1.2
url: https://minima.jakelee.co.uk
# Optional native feature customisation (delete to turn off)
table_of_contents_header: "Jump to:"
table_of_contents_collapsible: true
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-HRJSZQJJ2G
replace_read_time_with_word_count: true
show_excerpts_html: true
open_external_links_in_new_tab: true
# Third party feature customisation (delete to turn off)
giscus_repo: JakeSteam/minimaJake
giscus_repo_id: R_kgDOI3xllA
giscus_category: Comments
giscus_category_id: DIC_kwDOI3xllM4CT62g
kofi_id: internethistory
kofi_button_text: Tip on Ko-fi
kofi_floating_text: Tip / Suggest
# Setting article defaults
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "post"
author:
name: Jake Lee
url: https://jakelee.co.uk
# Network site picker
network:
- { name: Programming, url: "https://blog.jakelee.co.uk", colour: "#2a7ae2" }
- {
name: Internet History,
url: "https://history.jakelee.co.uk",
colour: "#075e78",
}
- { name: Theme, url: "https://minima.jakelee.co.uk", colour: "#951A00" }
- {
name: Fragments,
url: "https://fragments.jakelee.co.uk",
colour: "#ad33a9",
}
- { name: Everything Else, url: "https://jakelee.co.uk", colour: "#acacac" }
# 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: twitter, user_url: "https://www.twitter.com/JakeLeeUK" }
- { platform: x, user_url: "https://www.x.com/JakeLeeUK" }
- {
platform: email,
user_url: "mailto:minima@jakelee.co.uk",
user_title: "minima@jakelee.co.uk",
}
- {
platform: code,
user_url: "https://github.com/JakeSteam/minimaJake",
user_title: "JakeSteam/minimaJake",
}
- { 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/
timezone: Europe/London
# Build settings
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-sitemap
- jekyll-seo-tag
# Pagination settings
paginate: 10
paginate_path: page/:num/
# Syntax highlighter settings
kramdown:
syntax_highlighter_opts:
default_lang: kotlin
guess_lang: true