-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
44 lines (40 loc) · 1.13 KB
/
config.toml
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
# baseURL = "https://linuxhub-group.gitlab.io"
relativeURLs = true
languageCode = "zh-cn"
title = "Linuxhub"
theme = "github-style"
# googleAnalytics = "UA-123456-789"
pygmentsCodeFences = true
pygmentsUseClasses = true
[params]
searchURL = "https://linuxhub-group.gitlab.io"
author = "LinuxHub"
description = "In solitude, where we are least alone."
github = "LinuxHub-Group"
# facebook = "MeiK2333"
# twitter = "MeiK2333"
# linkedin = "MeiK2333"
# instagram = "MeiK2333"
# tumblr = "MeiK2333"
# email = "[email protected]"
url = "https://github.com/LinuxHub-Group"
keywords = "blog"
rss = true
lastmod = true
userStatusEmoji = "🥵"
favicon = "images/github.png"
location = "Japan"
enableGitalk = false
enableGiscus = true
[params.giscus]
repo = "LinuxHub-Group/linuxhub-group.github.io"
repo_id = "R_kgDOIItJPA"
category = "Show and tell"
category_id = "DIC_kwDOIItJPM4CR1Sn"
lang = "en"
# [[params.links]]
# title = "Link2"
# href = "https://meik2333.com"
# icon = "https://meik2333.com/images/avatar.png"
[frontmatter]
lastmod = ["lastmod", ":fileModTime", ":default"]