-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.toml
76 lines (64 loc) · 1.55 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
baseurl = "https://www.kaitoy.xyz"
languageCode = "en-us"
title = "To Be Decided"
theme = "minimal"
disqusShortname = "kaitoy-tobedecided"
googleAnalytics = "UA-65248565-1"
copyright = "© 2015 Kaito Yamada"
pygmentsCodeFences = true
pygmentsOptions = "style=native"
[params]
author = "Kaito Yamada"
# profilePic = "https://secure.gravatar.com/avatar/5fbe47b2a4b3637dd26dfc9a49381895"
gravatar = "5fbe47b2a4b3637dd26dfc9a49381895"
description = "Kaitoy's Personal Tech Blog"
githubUsername = "Kaitoy"
accent = "#fa1e44"
showBorder = true
backgroundColor = "#fefefe"
font = "Noto Sans JP"
# highlight = true
# highlightStyle = "monokai"
# highlightLanguages = ["go", "dos", "kotlin", "yaml", "dockerfile", "shell-session"]
mathJax = false
# favicon = "/images/favicon.ico"
# css = []
# js = []
dateFormat = "Mon, Jan 2, 2006"
[[menu.main]]
url = "/"
name = "Home"
weight = 1
[[menu.main]]
url = "/post/"
name = "Posts"
weight = 2
[[menu.main]]
url = "/tags/"
name = "Tags"
weight = 3
[[menu.main]]
url = "/about/"
name = "About"
weight = 4
[[menu.icon]]
url = "mailto:[email protected]"
name = "envelope-o"
weight = 1
[[menu.icon]]
url = "https://github.com/kaitoy"
name = "github"
weight = 2
[[menu.icon]]
url = "https://www.linkedin.com/in/kaito-yamada-8558b913a"
name = "linkedin"
weight = 3
[[menu.icon]]
url = "https://www.facebook.com/yamada.kaito.90"
name = "facebook-square"
weight = 4
[Indexes]
tag = "tags"
[permalinks]
post = "/:year/:month/:day/:slug/"
MetadataFormat = "toml"