-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
38 lines (32 loc) · 751 Bytes
/
Copy pathhugo.toml
File metadata and controls
38 lines (32 loc) · 751 Bytes
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
baseURL = 'https://fscotto.co/'
title = 'Fabio Scotto di Santolo'
languageCode = 'en-us'
copyright = '© 2026 Fabio Scotto di Santolo'
canonifyURLs = true
enableEmoji = true
enableRobotsTXT = true
[[menus.main]]
name = 'Home'
pageRef = '/'
weight = 10
[module]
[module.hugoVersion]
extended = true
min = '0.116.0'
[[module.imports]]
path = 'github.com/elecbrandy/freshpink'
[params]
description = 'Personal showcase for Fabio Scotto di Santolo'
primaryColor = '#fa8b84'
math = false
githubUsername = 'fscotto'
showGithubChart = true
showMainImage = false
copyright = 'Copyright © 2026 Fabio Scotto di Santolo'
[taxonomies]
tag = 'tags'
category = 'categories'
series = 'series'
[markup]
[markup.goldmark.renderer]
unsafe = true