-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.toml
52 lines (48 loc) · 1.22 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
baseURL = "https://github.zshell.dev"
languageCode = "en"
title = "❮ Z-Shell ❯"
theme = "github-style"
#googleAnalytics = "G-4R9S46N2LB"
pygmentsCodeFences = true
pygmentsUseClasses = true
[params]
author = "Z-Shell Community"
description = "A Swiss army knife for Zsh"
github = "z-shell"
twitter = "zshell_zi"
email = "[email protected]"
matrix = "#zshell:matrix.org"
url = "https://www.zshell.dev"
keywords = "zsh, github, toolchain"
rss = true
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 = "images/logo.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"]