-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
43 lines (35 loc) · 1.11 KB
/
hugo.toml
File metadata and controls
43 lines (35 loc) · 1.11 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
baseURL = 'https://fscotto.co/'
title = 'Fabio Scotto di Santolo'
theme = 'risotto'
languageCode = 'en-us'
copyright = "© 2024 Fabio Scotto di Santolo"
# prevent build failures when using Hugo's Instagram shortcode due to deprecated Instagram API.
# See https://github.com/gohugoio/hugo/issues/7228#issuecomment-714490456
ignoreErrors = ["error-remote-getjson"]
enableEmoji = true
enableRobotsTXT = true
[params]
noindex = false
[params.theme]
palette = "dracula"
# Sidebar: about/bio
[params.about]
title = "About me"
description = "I'm a Fabio an italian software developer"
logo_image = "images/avatar.jpg"
# Sidebar: social links
# Available icon sets:
# * FontAwesome 6 <https://fontawesome.com/> ('fa-brands', 'fa-normal', or 'fa-solid' for brands)
# * Academicons <https://jpswalsh.github.io/academicons> ('ai ai-')
[[params.socialLinks]]
icon = "fa-brands fa-github"
title = "GitHub"
url = "https://github.com/fscotto"
[[params.socialLinks]]
icon = "fa-brands fa-linkedin"
title = "Linkedln"
url = "https://www.linkedin.com/in/fabio-scotto-di-santolo"
[taxonomies]
category = "categories"
tag = "tags"
series = "series"