-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
53 lines (48 loc) · 1.09 KB
/
config.toml
File metadata and controls
53 lines (48 loc) · 1.09 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
baseURL = 'https://kylekun.com'
languageCode = 'en-us'
title = "Caio Pedroso's Blog"
theme = 'yinyang'
DefaultContentLanguage = "en"
enableRobotsTXT = true
canonifyURLs = false
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
guessSyntax = true
noClasses = true
style = "bw"
tabWidth = 2
[languages]
[languages.en]
contentDir = "content/en"
languageName = "English | 🇺🇸"
weight = 1
# [languages.pt]
# contentDir = "content/pt"
# languageName = "Português | 🇧🇷"
# weight = 2
[params]
headTitle = "< Caio Pedroso >"
description = "Exploring ideas in this shared illusion we call \"reality\"."
favicon = "/logo.png"
mainSections = ["posts"]
# staticPrefix = ""
postHeaderContent = ""
postFooterContent = '<p>Subscribe to my Newsletter:</p>'
disqus = "kylekundev"
# extraHead = 'analytics url'
lazyImage = true
[[params.socials]]
name = "Work"
link = "/work"
[[params.socials]]
name = "Social"
link = "/social"
[[params.socials]]
name = "About"
link = "/about"
[[params.socials]]
name = "RSS"
link = "/index.xml"