-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
69 lines (59 loc) · 1.45 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
baseURL = 'https://mtteo.dev/'
title = "mtteo.eth"
theme= "hugo-coder"
languagecode = "en"
defaultcontentlanguage = "en"
paginate = 20
[markup.highlight]
style = "github-dark"
[markup.goldmark]
[markup.goldmark.extensions]
[markup.goldmark.extensions.passthrough]
enable = true
[markup.goldmark.extensions.passthrough.delimiters]
block = [['\[', '\]'], ['$$', '$$']]
inline = [['\(', '\)']]
[markup.goldmark.parser.attribute]
block = true # default is false
[params]
author = "mtteo.eth"
info = "rust, cryptography, ethereum, decentralization"
description = "rust, cryptography, ethereum, decentralization"
keywords = "blog,developer,personal"
avatarurl = "/images/avatar.jpeg"
faviconSVG = "images/favicon.ico"
colorScheme = "auto"
hidecolorschemetoggle = false
[taxonomies]
category = "categories"
series = "series"
tag = "tags"
author = "authors"
# Social links
[[params.social]]
name = "Github"
icon = "fa fa-github fa-2x"
weight = 1
url = "https://github.com/MatteoMer/"
[[params.social]]
name = "Twitter"
icon = "fa fa-twitter fa-2x"
weight = 2
url = "https://twitter.com/Matteo_Mer/"
# Menu links
[[menu.main]]
name = "Blog"
weight = 4
url = "posts/"
[[menu.main]]
name = "About"
weight = 5
url = "about/"
[[menu.main]]
name = "TODOs"
weight = 2
url = "todo/"
[[menu.main]]
name = "Notes"
weight = 3
url = "https://publish.obsidian.md/matteo"