generated from z-shell/z-shell.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
54 lines (51 loc) · 1.33 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
45
46
47
48
49
50
51
52
53
54
baseURL = "https://z-annex.github.io/"
languageCode = "en"
title = "❮ ZI ❯"
theme = "github-style"
googleAnalytics = "G-MT10GVL59X"
pygmentsCodeFences = true
pygmentsUseClasses = true
[params]
author = "Z-Shell Community"
description = "Open-source society passionate about Zsh, privacy-respecting, and decentralized internet."
# github = "z-shell"
# facebook = ""
#twitter = "zshell_zi"
# linkedin = "ss-o"
# instagram = ""
# tumblr = ""
email = "[email protected]"
url = "https://z.digitalclouds.dev"
keywords = "A Swiss Army Knife for Zsh Unix shell."
rss = false
lastmod = true
userStatusEmoji = ""
favicon = "images/avatar.png"
location = "United Kingdom"
enableGitalk = false
[params.gitalk]
#clientID = ""
#clientSecret = ""
#repo = "github.zshell.dev"
#owner = "z-shell"
#admin = "ss-o"
#id = "location.pathname"
#labels = "gitalk"
#perPage = 15
#pagerDirection = "last"
#createIssueManually = false
#distractionFreeMode = false
[[params.links]]
title = "Z-Shell"
href = "https://github.com/z-shell"
icon = "https://github.com/z-shell.png"
[[params.links]]
title = "digital-clouds"
href = "https://github,com/digital-clouds"
icon = "https://github.com/digital-clouds.png"
[[params.links]]
title = "ss-o"
href = "https://github,com/ss-o"
icon = "https://github.com/ss-o.png"
[frontmatter]
lastmod = ["lastmod", ":fileModTime", ":default"]