-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml.backup
109 lines (99 loc) · 2.84 KB
/
config.toml.backup
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
baseURL = 'https://ramonsuarez.github.io'
languageCode = 'en'
defaultContentLanguage = "en"
title = "Ramon's curiosity lead learning life"
theme = 'gokarna'
enableEmoji = true
enableRobotsTXT = true
enableInlineShortcodes = true
pagination = 11
removePathAccents = true
summaryLength = 70
timeZone = "Europe/Brussels"
# googleAnalytics = "UA-11272252-1"
# Choose one of emacs, trac or perldoc
pygmentsStyle = "monokai"
[params]
footer = "Ramon Suarez"
author = "Ramon Suarez"
description = "Exploring the world through action."
avatarURL = "thinkingramon.webp"
AvatarAltText = "avatar"
avatarSize = "size-m"
showPostsOnHomePage = "recent"
ShowTableOfContents = true
customHeadHTML = """
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-11272252-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-11272252-1');
</script>
"""
socialIcons = [
{name = "linkedin", url = "https://www.linkedin.com/in/ramonsuarez/"},
{name = "twitter", url = "https://twitter.com/ramonsuarezraamon"},
{name = "facebook", url = "https://www.facebook.com/ramonsuarezdotcom"},
{name = "github", url = "https://github.com/ramonsuarez/"},
{name = "buymeacoffee", url = "https://www.buymeacoffee.com/ramonsuarez"},
]
metaKeywords = ["Ramon Suarez", "entrepreneurship", "data visualization", "data analysis", "data analyst", "business intelligence", "entrepreneu", "blog", "ideas", "projects", ]
[menu]
[[menu.main]]
name = "Home"
pre = "<span data-feather='home'></span>"
url = "/"
weight = 1
[[menu.main]]
name = "Posts"
pre = "<span data-feather='book-open'></span>"
url = "/post/"
weight = 2
# [[menu.main]]
# name = "Categories"
# pre = "<span data-feather='tag'></span>"
# url = "/categories/"
# weight = 4
#[[menu.main]]
# name = "Projects"
# pre = "<span data-feather='box'></span>"
# url = "/project/"
# weight = 4
[[menu.main]]
name = "Tags"
pre = "<span data-feather='tag'></span>"
url = "/tags/"
weight = 4
[[menu.main]]
identifier = "buymeacoffee"
pre = "<span data-feather='coffee'></span>"
url = "https://www.buymeacoffee.com/ramonsuarez"
weight = 6
[[menu.main]]
identifier = "rss"
pre = "<span data-feather='rss'></span>"
url = "/index.xml"
weight = 7
[[menu.main]]
name = "Terms"
pre = "<span data-feather='book'></span>"
url = "/page/privacy-policy/"
weight = 9
[markup]
[markup.goldmark.renderer]
safeMode = 'unsafe'
[markup.tableOfContents]
startLevel = 1
endLevel = 4
ordered = false
[imaging]
anchor = 'Smart'
# bgColor = '#ffffff'
hint = 'photo'
quality = 75
resampleFilter = 'Box'
[taxonomies]
category = 'categories'
tag = 'tags'