-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
86 lines (68 loc) · 1.63 KB
/
config.toml
File metadata and controls
86 lines (68 loc) · 1.63 KB
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
baseURL = "https://kangsemin.github.io/"
title = "브레인스토밍"
defaultContentLanguage = "ko"
languageCode = "ko-kr"
theme = "PaperMod"
[pagination]
pagerSize = 10
[params]
env = "production"
title = "강세민 기술블로그"
description = "스프링, CS, 디자인패턴, 알고리즘 외 기타등등 기록용"
keywords = ["스프링", "CS", "디자인패턴", "알고리즘"]
author = "Semin"
ShowRelativeTime = false
DateFormat = "2006-01-02 15:04"
ShowSearch = true
ShowReadingTime = true
ShowShareButtons = true
ShowPostNavLinks = true
ShowBreadCrumbs = true
ShowCodeCopyButtons = true
comments = false
disableThemeToggle = false
defaultTheme = "dark"
socialIcons = [
{ name = "github", url = "https://github.com/KangSemin" },
{ name = "email", url = "mailto:semin15151@gmail.com" }
]
[params.profileMode]
enabled = true
title = "대충 타이틀"
subtitle = "아무튼 기술블로그임~"
imageUrl = "images/profile.png"
imageTitle = "My Profile"
imageWidth = 120
imageHeight = 120
buttons = [
{ name = "Posts", url = "/posts" },
]
[menu]
[[menu.main]]
name = "Posts"
url = "/posts"
weight = 1
[[menu.main]]
name = "About"
url = "/about"
weight = 2
[[menu.main]]
name = "Categories"
url = "/categories"
weight = 3
[[menu.main]]
name = "Tags"
url = "/tags"
weight = 4
[[menu.main]]
name = "Search"
url = "/search"
weight = 5
[outputs]
home = ["HTML", "RSS", "JSON"]
[markup]
[markup.goldmark.renderer]
unsafe = true
[services]
[services.googleAnalytics]
id = ""