-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
84 lines (69 loc) · 1.6 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
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
baseURL = 'https://jfex.art/'
title = 'jfexart'
theme = 'risotto'
author = 'Jorge Salazar Tovar'
copyright = "© 2023 - 2024 | Jorge Salazar Tovar"
languageCode = "en"
DefaultContentLanguage = "en"
enableInlineShortcodes = true
enableEmoji = true
paginate = 5
[params.theme]
palette = "thimbleweed-dark"
[params.about]
title = "jfexart"
description = "the signals are strong tonight"
logo = "images/me.jpeg"
[[params.socialLinks]]
icon = "fa-brands fa-github"
title = "GitHub"
url = "https://github.com/jfexart"
[[params.socialLinks]]
icon = "fa-brands fa-linkedin"
title = "LinkedIn"
url = "https://www.linkedin.com/in/jfexart"
[[params.socialLinks]]
icon = "fa-brands fa-x-twitter"
title = "X"
url = "https://x.com/jfexart/"
[[params.socialLinks]]
icon = "fa-brands fa-unsplash"
title = "Unsplash"
url = "https://unsplash.com/@jfexart"
[[params.socialLinks]]
icon = "fa-brands fa-mastodon"
title = "Mastodon"
url = "https://mastodon.social/@jfexart/"
[[params.socialLinks]]
icon = "fa-solid fa-envelope"
title = "Email"
url = "mailto:[email protected]"
[menu]
[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 10
[[menu.main]]
name = 'posts'
pageRef = '/post'
weight = 20
# [[menu.main]]
# name = 'topics'
# pageRef = '/tags'
# weight = 30
[[menu.main]]
name = 'projects'
pageRef = '/project'
weight = 40
[taxonomies]
category = "categories"
tag = "tags"
series = "series"
[markup]
# Table of contents
# Add toc = true to content front matter to enable
[markup.tableOfContents]
startLevel = 2
endLevel = 3
ordered = true