-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
68 lines (61 loc) · 2.25 KB
/
config.toml
File metadata and controls
68 lines (61 loc) · 2.25 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
baseURL = 'https://arran4.github.io/blog/'
copyright = 'Arran Ubels. This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.'
languageCode = 'en-us'
title = 'Arrans Technical blog'
theme = "hugo-theme-jane"
paginate = 1000
rssLimit = 100
enableEmoji = true
defaultContentLanguage = "en"
[languages.en]
languageCode = "en"
[author]
name = 'Arran Ubels'
email = "technicalblog123@arran4.com"
[sitemap] # essential # 必需
changefreq = "weekly"
priority = 0.5
filename = "sitemap.xml"
[params]
contentCopyright = '<a rel="license noopener" href="https://spdx.org/licenses/MIT-0.html" target="_blank">MIT No Attribution</a>'
[params.author]
name = "Arran Ubels"
email = "technicalblog123@arran4.com"
rssFullContent = false # use post summaries in the RSS feed
dateFormatToUse = "2006-01-02"
logoTitle = "Arran's Technical Blog"
description = "For basically just a technical dump. There are other locations for different content."
[params.social] # 社交链接
a-email = "mailto:technicalblog123@arran4.com"
b-stack-overflow = "https://stackoverflow.com/users/322817/arran-ubels"
c-twitter = "https://x.com/arran4"
d-facebook = "https://www.facebook.com/arran.ubels"
e-linkedin = "https://www.linkedin.com/in/arranubels/"
g-github = "https://github.com/arran4"
l-lemmy = "https://aussie.zone/u/arran4"
m-matrix = "matrix://@arran:arran.net.au"
m-instagram = "https://www.instagram.com/arranubels/"
b-beeper = "beeper://@arran4:beeper.com"
s-mastodon = "https://mstdn.party/@arran4"
t-youtube = "https://www.youtube.com/channel/UC7KmXWaDOYLa5pv-h2pimog"
[markup]
[markup.highlight]
codeFences = true
guessSyntax = true
lineNos = true
lineNumbersInTable = false
noClasses = false
[params.giscus]
enable = true
repo = "arran4/blog"
repoId = "R_kgDOHNgfGQ"
category = "Announcements"
categoryId = "DIC_kwDOHNgfGc4COv86"
mapping = "pathname"
strict = 0
reactionsEnabled = 1
emitMetadata = 0
inputPosition = "top"
theme = "light"
lang = "en"
lazyLoading = false