-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhugo.toml
74 lines (62 loc) · 1.47 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
title = 'kr0no.me'
baseURL = 'https://kr0no.me'
languageCode = 'es-es'
theme = 'hugo-blog-awesome'
defaultContentLanguage = "es-es"
[services]
[services.googleAnalytics]
id = 'G-L9PMKJLY94'
[markup]
[markup.highlight]
noClasses = false
[markup.goldmark.renderer]
unsafe = true
[markup.tableOfContents]
startLevel = 2
endLevel = 4
ordered = false
[Languages.es-es.menu]
[[Languages.es-es.menu.main]]
pageRef="/"
name = 'Home'
url = '/'
weight = 10
[[Languages.es-es.menu.main]]
pageRef="posts"
name = 'Posts'
url = '/posts/'
weight = 20
[[Languages.es-es.menu.main]]
pageRef="cve"
name = 'CVEs'
url = '/cves/'
weight = 40
[Languages.es-es.params]
sitename = "kr0no.me"
defaultColor = "dark"
mainSections = ['posts']
toc = false
tocOpen = false
goToTop = true
dateFormat = ""
rssFeedDescription = "summary"
[Languages.es-es.params.author]
avatar = "avatar.jpg"
intro = "kr0no.me"
name = "Aitor F. (kr0no)"
description = "Aitor Fuentes, a.k.a kr0no. En mis ratos libres desarrollo videojuegos y cacharreo con cosas."
[[params.socialIcons]]
name = "github"
url = "https://github.com/kr0no"
[[params.socialIcons]]
name = "linkedin"
url = "https://www.linkedin.com/in/aitorfl/"
[[params.socialIcons]]
name = "bluesky"
url = "https://bsky.app/profile/kr0no.me"
[[params.socialIcons]]
name = "x"
url = "https://x.com/Aitor_FL"
[[params.socialIcons]]
name = "Rss"
url = "index.xml"