-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
164 lines (132 loc) · 4.4 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
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
baseURL = "/"
title = "Marco Zanotti"
languageCode = "en-us"
theme = "hugo-theme-hello-friend-ng"
PygmentsCodeFences = true
PygmentsStyle = "monokai"
paginate = 10
rssLimit = 10 # Maximum number of items in the RSS feed.
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_cache$", "\\.knit\\.md$", "\\.utf8\\.md$"]
googleAnalytics = "G-5SPJV4NW1L"
# disqusShortname = ""
archetypeDir = "archetypes"
contentDir = "content"
dataDir = "data"
layoutDir = "layouts"
publishDir = "public"
buildDrafts = false
buildFuture = false
buildExpired = false
canonifyURLs = true
enableRobotsTXT = true
enableGitInfo = false
enableEmoji = true
enableMissingTranslationPlaceholders = false
disableRSS = true
disableSitemap = false
disable404 = false
disableHugoGeneratorInject = false
[permalinks]
posts = "/posts/:year/:month/:title/"
[author]
name = "Marco Zanotti"
[blackfriday]
hrefTargetBlank = true
[taxonomies]
tag = "tags"
category = "categories"
series = "series"
[params]
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04"
# Metadata mostly used in document's head
description = "Personal website"
keywords = ""
images = [""]
# Home subtitle of the index page.
homeSubtitle = "Data Scientist - Forecaster Specialist - PhD Researcher"
# Set a background for the homepage
# backgroundImage = "img/kite.jpg"
# Prefix of link to the git commit detail page. GitInfo must be enabled.
# gitUrl = ""
# Set disableReadOtherPosts to true in order to hide the links to other posts.
disableReadOtherPosts = false
# Enable theme toggle
# This options enables the theme toggle for the theme.
# Per default, this option is off.
# The theme is respecting the prefers-color-scheme of the operating systeme.
# With this option on, the page user is able to set the scheme he wants.
enableThemeToggle = true
defaultTheme = "dark" # "light" or "dark"
themeColor = "#1b1c1d"
# Sharing buttons
# There are a lot of buttons preconfigured. If you want to change them,
# generate the buttons here: https://sharingbuttons.io
# and add them into your own `layouts/partials/sharing-buttons.html`
enableSharingButtons = true
# Integrate Javascript files or stylesheets by adding the url to the external assets or by
# linking local files with their path relative to the static folder, e.g. "css/styles.css"
customCSS = []
customJS = []
# Toggle this option need to rebuild SCSS, requires extended version of Hugo
justifyContent = false # Set "text-align: justify" to .post-content.
# Custom footer
# If you want, you can easily override the default footer with your own content.
disableKinds = true
footerLeft = "Powered by <a href=\"http://gohugo.io\">Hugo</a>"
footerRight = "Made with ❤, R and blogdown"
# Colors for favicons
[params.favicon.color]
mask = "#1b1c1d"
msapplication = "#1b1c1d"
theme = "#1b1c1d"
[params.logo]
logoMark = ">"
logoText = "$ cd /home/"
logoHomeLink = "/"
# Set true to remove the logo cursor entirely.
# logoCursorDisabled = false
# Set to a valid CSS color to change the cursor in the logo.
# logoCursorColor = "#67a2c9"
# Set to a valid CSS time value to change the animation duration, "0s" to disable.
# logoCursorAnimate = "2s"
# Uncomment this if you want a portrait on your start page
[params.portrait]
path = "/img/portrait.png"
alt = "Portrait"
maxWidth = "200px"
# Social icons
[[params.social]]
name = "twitter"
url = "https://twitter.com/mzano17"
[[params.social]]
name = "email"
url = "mailto:zanottimarco17@gmail.com"
[[params.social]]
name = "github"
url = "https://github.com/marcozanotti"
[[params.social]]
name = "linkedin"
url = "https://www.linkedin.com/in/marco-zanotti-a6a978124/?locale=en_US"
[[params.social]]
name = "whatsapp"
url = "https://api.whatsapp.com/send?phone=393349808108&text=Hello%20Marco,"
[menu]
[[menu.main]]
identifier = "about"
name = "About"
url = "about/"
[[menu.main]]
identifier = "projects"
name = "Projects"
url = "projects/"
[[menu.main]]
identifier = "teachings"
name = "Teachings"
url = "teachings/"
#[[menu.main]]
# identifier = "posts"
# name = "Blog"
# url = "posts/"