-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathconfig.toml
59 lines (51 loc) · 1.46 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
55
56
57
58
59
# Site settings
baseurl = "https://sjtug.org/"
languageCode = "zh-cn"
title = "SJTUG - A Joyful Techie User Group"
theme = "sjtug"
# Enter your tracking code to enable Google Analytics
googleAnalytics = ""
# Disable comments by leaving disqusShortname empty
disqusShortname = ""
canonifyURLs = true
[params]
name = "SJTUG"
description = "SJTU *NIX User Group"
# Enter optionally your twitter account
twitter = "sjtug"
enableRSS = true
# Add custom assets with their paths relative to the static folder
customCSS = []
customJS = []
# The variables below are optionally too and can be used to
# translate or customize each string of the theme.
# Navigation links
home = ""
news = "Archive"
softwares = "Mirrors"
about = "About"
subscribe = "Contacts"
# Pagination links
olderPosts = ""
newerPosts = ""
readMore = ""
copyright = ""
# Sharing options and author information in posts
aboutAuthor = "SJTUG information automata"
tweet = ""
share = ""
# 404 page
title404 = ""
subtitle404 = ""
# Choose a font for the social icons in the footer. Either "mono-social" or "font-awesome"
iconFont = "font-awesome"
# The social icons can be styled differently if you use mono as font - circle, rounded, or empty
socialIconStyle = "circle"
[taxonomies]
tag = "tags"
# Add additional social link entries underneath
[social]
twitter = "https://www.twitter.com/sjtug"
github = "https://www.github.com/sjtug"
[markup.goldmark.renderer]
unsafe = true