-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
88 lines (74 loc) · 2.5 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
baseURL = 'https://blog.minseong.xyz'
languageCode = 'ko-kr'
title = "kkumtree"
theme = "v-framework"
buildFuture = true
paginate = 5
permalinks = [
{ post = "/:2006/:01/:02/:filename" }
]
[params]
shortTitle = "Blog"
contact = "mscho7969@ubuntu.com"
github = "kkumtree"
launchpad = "mscho7969"
source_repo = "https://github.com/kkumtree/blog.minseong.xyz"
defaultContentLanguage = "ko"
[params.copyright]
base = "© 2024 kkumtree and contributors All rights reserved."
creativeCommonsUrl = "https://creativecommons.org/licenses/by-nc-nd/4.0/"
creativeCommons = "CC BY-NC-ND 4.0"
# creativeCommonsIcoStyle = "height:22px!important;margin-left:3px;vertical-align:text-bottom;"
creativeCommonsIcoCc = "https://mirrors.creativecommons.org/presskit/icons/cc.svg"
creativeCommonsIcoBy = "https://mirrors.creativecommons.org/presskit/icons/by.svg"
creativeCommonsIcoNc = "https://mirrors.creativecommons.org/presskit/icons/nc.svg"
creativeCommonsIcoNd = "https://mirrors.creativecommons.org/presskit/icons/nd.svg"
[params.adsense]
client = "ca-pub-1254864146899485"
adslot_footer = "3556422150"
[params.giscus]
repo = "kkumtree/blog.minseong.xyz"
repoId = "R_kgDOIv-sqA"
category = "Blog Comments"
categoryId = "DIC_kwDOIv-sqM4CW7uO"
[params.languages.ko]
languageName = "한국어"
title = "Magic(physics) tool's blog"
weight = 1
[params.languages.ko.params]
shortTitle = "블로그"
description = "Magic(physics) tool's blog"
copyright = "© 2023 blog.minseong.xyz All rights reserved. 별도 고지가 있는 경우를 제외하고, 웹 사이트 소스코드는 MIT, 웹 사이트의 컨텐츠는 CC BY-SA 4.0 라이선스로 이용 가능합니다. "
[params.languages.ko.params.main_slide]
label = "About this blog"
link = "about"
[params.languages.ko.params.menu.main]
identifier = "tags"
name = "태그"
weight = 2
url = "/tags"
[params.languages.ko.params.menu.link]
identifier = "home"
name = "Github"
weight = 3
url = "https://github.com/kkumtree"
[params.languages.en]
languageName = "English"
title = "Magic(physics) tool's blog"
weight = 2
[params.languages.en.params]
shortTitle = "Blog"
description = "Magic(physics) tool's blog"
[params.languages.en.params.main_slide]
label = "About this blog"
link = "about"
[params.languages.en.params.menu.main]
identifier = "tags"
name = "Tags"
weight = 2
url = "/tags"
[params.languages.en.params.menu.link]
identifier = "home"
name = "Github"
weight = 3
url = "https://github.com/kkumtree"