-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.toml
55 lines (43 loc) · 1.19 KB
/
config.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
baseURL = "http://tomasfarias.dev"
defaultContentLanguage = "en"
languageCode = "en"
title = "tomasfarias.dev"
theme = "hugo-bearcub"
enableRobotsTXT = true
enableEmoji = true
copyright = "Copyright © 2023, Tomás Farías Santana."
[module]
[[module.mounts]]
source = "content"
target = "content"
excludeFiles = '/articles/**/**.org'
[markup]
[markup.highlight]
style = "solarized-dark"
lineNumbersInTable = false
[markup.goldmark.renderer]
unsafe = true
[params]
description = "A blog on topics sorrounding software, data, and other interests."
avatar = "img/avatar.avif"
themeStyle = "original"
favicon = "favicon.ico"
ignoreFiles = [ '\.org$' ]
[params.author]
name = "Tomás Farías Santana"
email = "[email protected]"
link = "https://tomasfarias.dev"
[[params.social]]
icon = "fa-brands fa-github"
name = "GitHub"
url = "https://github.com/tomasfarias"
[[params.social]]
icon = "fa-brands fa-linkedin"
name = "LinkedIn"
url = "https://www.linkedin.com/in/tomasfarias/"
[[params.social]]
icon = "fa-solid fa-envelope"
name = "MailTo"
url = "mailto:[email protected]"
[taxonomies]
tags = "tags"