-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
39 lines (35 loc) · 880 Bytes
/
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
baseURL = "https://blog.sungjunyoung.dev/"
languageCode = "en-us"
title = "sungjunyoung"
theme = "hello-friend"
paginate = 5
googleAnalytics = "G-CMFR9WZ898"
enableInlineShortcodes = true
enableEmoji = "true"
enableRobotsTXT = true
[params]
defaultTheme = "dark"
showMenuItems = 2
toc = true
rssFullText = false
[languages]
[languages.en]
title = "sungjunyoung"
subtitle = ""
keywords = ""
copyright = ""
menuMore = "Show more"
readMore = "Read More"
readOtherPosts = "Read other posts"
newerPosts = "Newer posts"
olderPosts = "Older posts"
dateFormatSingle = "2006-01-02"
dateFormatList = "2006-01-02"
[languages.en.params.logo]
logoText = "sungjunyoung"
logoHomeLink = "/"
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "about"
name = "About"
url = "/about"