-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
47 lines (40 loc) · 1.12 KB
/
hugo.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
baseURL = 'https://alexzan.me/'
languageCode = 'en-us'
title = 'Alessandro Zangrandi'
theme = 'hugo-theme-flat'
copyright = '2024 - Alessandro Zangrandi'
enableRobotsTXT = true
[author]
name = 'Alessandro Zangrandi'
email = '[email protected]'
[permalinks]
[permalinks.page]
posts = '/:year/:month/:day/:slug/'
[permalinks.section]
posts = '/posts/'
[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark]
[markup.goldmark.extensions]
typographer = false
[[menus.main]]
name = "Posts"
url = "/posts/"
weight = 30
[[menus.main]]
name = "Projects"
url = "/projects/"
weight = 50
[[menus.main]]
pageref = "about"
name = "About"
weight = 80
[[params.footer_rows]]
[[params.footer_rows.items]]
name = "Hugo"
url = "https://gohugo.io"
pre = "Powered by <a href=\"https://gohugo.io\" rel=\"nofollow noopener\" target=\"_blank\">Hugo</a>"
[[params.footer_rows.items]]
name = "theme flat"
url = "https://cgit.leafee98.com/hugo-theme-flat.git"
pre = "Theme: edited version of <a href=\"https://git.leafee98.com/leafee98/hugo-theme-flat.git\" rel=\"nofollow noopener\" target=\"_blank\">hugo-theme-flat</a>"