-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
85 lines (70 loc) · 1.71 KB
/
hugo.toml
File metadata and controls
85 lines (70 loc) · 1.71 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
74
75
76
77
78
79
80
81
82
83
84
85
baseURL = "https://aaseper.github.io/"
languageCode = "en-us"
title = "Alejandro Asensio Pérez"
description = "Excited to share my portfolio with you! Take a look around."
copyright="© Copyright 2026 Alejandro Asensio Pérez."
googleAnalytics = ""
enableEmoji=true
enableRobotsTXT=true
pygmentsUseClasses=true
pygmentsCodeFences=true
[params.intro]
main = "Alejandro Asensio Pérez"
sub = "Full-Stack Developer"
[params.main]
latestFeaturedHeader = "My latest featured project"
[taxonomies]
design = "designs"
tech = "techs"
[blackfriday]
hrefTargetBlank = true
[params]
breadcrumb = true
mainSections = ["portfolio"]
rendererSafe = true
[params.notFound]
gopher = "/images/gopher.png"
h1 = "Bummer!"
p = "It seems that this page doesn't exist."
[params.sections]
portfolio = "project"
[params.sidebar]
gradientOverlay = "rgba(132, 56, 21, 1),rgba(132, 56, 21, 1)"
logo = "/images/logo.png"
[params.social]
github = "https://github.com/aaseper"
linkedin = "https://linkedin.com/in/aaseper"
[params.contact]
email = "alejandro dot aseper at outlook dot es"
text= "Contact"
[menu]
[[menu.main]]
identifier = "about"
name = "About"
title = "About section"
url = "/about/"
weight = -120
[[menu.main]]
identifier = "portfolio"
name = "Portfolio"
title = "Portfolio"
url = "/portfolio/"
weight = -110
[sitemap]
changefreq = "monthly"
filename = "sitemap.xml"
priority = 0.5
[privacy]
[privacy.googleAnalytics]
anonymizeIP = true
disable = true
respectDoNotTrack = true
useSessionStorage = false
[privacy.twitter]
disable = false
enableDNT = true
simple = false
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true