-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
69 lines (56 loc) · 1.52 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
baseURL = "https://blog.bubbler.blue/"
# baseURL = "https://bubbler-4.github.io/blog"
languageCode = "ko-kr"
title = "Bubbler's Bubblog"
theme = "PaperMod"
googleAnalytics = "G-7RJCHF5L4Z"
enableRobotsTXT = true
defaultContentLanguage = "ko"
[languages.en]
title = "Bubbler's Bubblog"
[languages.en.params]
dateFormat = "Jan 2, 2006"
[languages.en.menu]
main = [
{ name = "Archives", url = "archives", weight = 1 },
{ name = "Tags", url = "tags", weight = 2 },
{ name = "Search", url = "search", weight = 3 },
]
[languages.ko]
title = "Bubbler의 버블로그"
[languages.ko.params]
dateFormat = "2006년 1월 2일"
[languages.ko.menu]
main = [
{ name = "아카이브", url = "archives", weight = 1 },
{ name = "태그", url = "tags", weight = 2 },
{ name = "검색", url = "search", weight = 3 },
]
[outputs]
home = ["HTML", "RSS", "JSON"]
[params]
title = "Bubbler's Bubblog"
description = "Bubbler's dev stories"
keywords = ["Bubbler", "Rust", "PS", "Problem Solving"]
author = "Bubbler"
social = true
socialIcons = [
{ name = "github", url = "https://github.com/Bubbler-4" },
{ name = "stackoverflow", url = "https://stackoverflow.com/users/4595904/bubbler" }
]
defaultTheme = "auto"
ShowPostNavLinks = true
ShowBreadCrumbs = true
ShowCodeCopyButtons = true
ShowToc = true
math = true
comments = true
[params.homeInfoParams]
Title = "Welcome to Bubbler's Bubblog :)"
[params.assets]
disableHLJS = true
[menu]
main = [
{ name = "Archives", url = "archives" },
{ name = "Search", url = "search" },
]