-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
42 lines (36 loc) · 972 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
40
41
42
baseURL = "https://kangminsuk.com/"
title = "Minsuk Kang 강민석"
theme = "kang"
enableRobotsTXT = true
dateFormat = "2006-01-02"
timeZone = "Asia/Seoul"
tags = ["blog", "short story", "fiction", "jagunbae", "작은배", "강소팟", "강단과 소신"]
[markup]
[markup.highlight]
lineNos = true
lineNumbersInTable = false
noClasses = false
[markup.goldmark.renderer]
unsafe = true
[params]
description = "A writer of the Internet."
favicon = "images/favicon.webp"
[languages]
[languages.en]
title = "Minsuk Kang"
languageName = "English"
LanguageCode = "en-US"
contentDir = "content"
[languages.en.params]
blogPath = "/blog"
titleImage = "/images/kang.jpg"
[languages.ko]
title = "강민석"
languageName = "한국어"
LanguageCode = "ko-KO"
contentDir = "content.ko"
[languages.ko.params]
blogPath = "/ko/blog"
titleImage = "/images/kang2.jpg"
[taxonomies]
tag = "tags"