-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
73 lines (60 loc) · 1.76 KB
/
Copy pathhugo.toml
File metadata and controls
73 lines (60 loc) · 1.76 KB
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
title = "Leonardo Benicio"
theme = "github.com/lbenicio/aboutme-v2-theme"
baseURL = "/"
version = "2.0.2"
locale = "en-us"
resourceDir = "resources"
[pagination]
pagerSize = 24
path = "page"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
style = "github-dark"
guessSyntax = true
[taxonomies]
tag = "tags"
category = "categories"
[outputs]
home = ["HTML", "RSS"]
section = ["HTML", "RSS", "JSON"]
taxonomy = ["HTML", "RSS"]
term = ["HTML", "RSS"]
[sitemap]
changefreq = "daily"
priority = 0.5
filename = "sitemap.xml"
[permalinks]
post = "/post/:year/:month/:day/:slug/"
publications = "/publication/:slug/"
reading = "/artifact/:slug/"
[params]
author = "Leonardo Benicio"
description = "About me, writing, and publications"
showReadingTime = true
# Social handlers (global defaults; overridable per-page via front matter)
githubHandler = "lbenicio"
linkedinHandler = "leonardo-benicio"
twitterHandler = "lbenicio_"
# Site (overridden by CI via /tmp/hugo-dynamic.toml)
# appMode = "ABOUT_ONLY" keeps about/publications/contact local; only Blog is external.
siteUrl = "http://localhost:1313/"
appMode = "ABOUT_ONLY"
aboutOrigin = ""
blogOrigin = "http://localhost:1313/blog/"
# Umami analytics
umamiWebsiteId = "c3cde340-7e81-480f-a38a-dc20a57081fa"
umamiScriptUrl = "https://analytics.4686189.xyz/script.js"
# Newsletter
newsletterPostUrl = "https://mail.4686189.xyz/subscription/form"
newsletterCheckboxId = "5e6df"
newsletterCheckboxValue = "5e6df944-ee28-4612-a16f-72838fe90224"
newsletterCheckboxName = "l"
# Fork me ribbon
enableForkMe = true
forkMeRepoUrl = "https://github.com/lbenicio/lbenicio.github.io"
# Legal links
privacyUrl = "https://legal.lbenicio.dev/docs/privacy-policy"
termsUrl = "https://legal.lbenicio.dev/docs/terms-of-service"