-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhugo.toml
More file actions
74 lines (64 loc) · 1.54 KB
/
hugo.toml
File metadata and controls
74 lines (64 loc) · 1.54 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
title = "Media Tracker"
baseURL = 'https://christt105.github.io/MediaTracker/'
languageCode = 'es-es'
defaultContentLanguage = "es"
enableEmoji = true
[outputs]
home = ["HTML", "RSS", "JSON", "RSS_ACABADO"]
[outputFormats]
[outputFormats.RSS_ACABADO]
mediaType = "application/rss+xml"
baseName = "acabados"
isPlainText = true
notAlternative = true
[module]
[[module.imports]]
path = "github.com/hugo-sid/hugo-blog-awesome"
[menu]
[[menu.main]]
pageRef="movies"
name = 'Películas'
url = '/movies/'
weight = 20
[[menu.main]]
pageRef="tv"
name = 'Series'
url = '/tv/'
weight = 30
[[menu.main]]
pageRef="games"
name = 'Juegos'
url = '/games/'
weight = 40
[[menu.main]]
pageRef="collage"
name = 'Collage'
url = '/collage/'
weight = 50
[[menu.main]]
pageRef="about"
name = 'Acerca de'
url = '/about/'
weight = 60
[params]
sitename = "Media Tracker"
defaultColor = "dark"
description = "Mi colección personal de películas, series y videojuegos."
mainSections = ['movies', 'games', 'tv']
toc = false
goToTop = true
dateFormat = "2 Jan 2006"
[params.author]
avatar = "avatar.webp"
intro = "Media Tracker"
name = "christt105"
description = "Este es mi rincón personal donde guardo un registro de todas las películas, series y videojuegos que consumo."
[[params.socialIcons]]
name = "github"
url = "https://github.com/christt105"
[[params.socialIcons]]
name = "rss"
url = "/MediaTracker/index.xml"
[params.footer]
since = 2025
customText = ""