-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
46 lines (41 loc) · 1.16 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
baseurl = "https://leite.dev"
languageCode = "en-us"
theme = "sky"
paginate = 5
disqusShortname = "Sky"
[params]
# dir name of your blog content (default is `content/posts`)
contentTypeName = "posts"
# ["orange", "blue", "red", "green", "pink"]
themeColor = "blue"
# if you set this to 0, only submenu trigger will be visible
showMenuItems = 10
# set theme to full screen width
fullWidthTheme = false
# center theme with default width
centerTheme = true
# set a custom favicon (default is a `themeColor` square)
# favicon = "favicon.ico"
[markup.goldmark.renderer]
unsafe= true
[languages]
[languages.en]
title = "Sky Leite"
subtitle = ""
keywords = "tech"
copyright = ""
menuMore = "Show more"
readMore = "Read more"
readOtherPosts = "Read other posts"
[languages.en.params.logo]
logoText = "Sky Leite"
logoHomeLink = "/"
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "contact"
name = "Contact Me"
url = "mailto:sky@leite.dev"
[[languages.en.menu.main]]
identifier = "github"
name = "Github"
url = "https://github.com/SkyLeite"