-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json.backup
200 lines (200 loc) · 8.03 KB
/
config.json.backup
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
{
"baseURL": "https://blog.usarr.tech",
"defaultContentLanguage": "es",
"languageCode": "es",
"title": "Blog | Usarral",
"disableHugoGeneratorInject": true,
"preserveTaxonomyNames": true,
"paginate": 7,
"permalinks": {
"posts": "/:filename/"
},
"markup": {
"highlight": {
"guessSyntax": true,
"noClasses": false,
"tabWidth": 2
},
"goldmark": {
"renderer": {
"unsafe": true
}
}
},
"outputs": {
"home": [
"HTML",
"RSS",
"Algolia"
]
},
"outputFormats": {
"Algolia": {
"baseName": "algolia",
"isPlainText": true,
"mediaType": "application/json",
"notAlternative": true
}
},
"languages": {
"es": {
"languageName": "es",
"languageIcon": "/images/es.png",
"title": "Blog | Usarral",
"weight": 0,
"params": {
"description": "Blog desarrollado en la asignatura Desarrollo en Entorno Servidor 2022-2023 en el CPIFP Los Enlaces",
"image": "/favicon/apple-touch-icon.png",
"cookieMessage": "Este sitio web utiliza cookies para mejorar su experiencia. Asumiremos que está de acuerdo con esto, pero puede optar por no participar si lo desea."
},
"menu": {
"topics": [
{
"identifier": "Mail",
"name": "Contacto",
"title": "Contacta conmigo",
"url": "mailto:[email protected]",
"weight": 2
}
],
"main": [
{
"identifier": "Mail",
"name": "Contacto",
"title": "Contacta conmigo",
"url": "mailto:[email protected]",
"weight": -112
},
{
"identifier": "RSS",
"name": "RSS",
"title": "RSS del sitio",
"url": "/index.xml",
"weight": -111
},
{
"identifier": "Github",
"name": "Github",
"title": "Mi perfil de Github",
"url": "https://github.com/usarral",
"weight": -110
},
{
"identifier": "Youtube",
"name": "Youtube",
"title": "Mi perfil de Youtube",
"url": "https://www.youtube.com/channel/UCHarnqEHtcQ616mopL_pjmg/",
"weight": -109
},
{
"identifier": "Twitter",
"name": "Twitter",
"title": "Mi perfil de Twitter",
"url": "https://twitter.com/usarral_",
"weight": -108
}
]
}
// },
// "en": {
// "languageName": "EN",
// "languageIcon": "/images/en.png",
// "title": "Blog | Usarral",
// "weight": 0,
// "params": {
// "description": "Blog developed in the subject Development in a Server Environment 2022-2023 at the CPIFP Los Enlaces",
// "image": "/favicon/apple-touch-icon.png",
// "cookieMessage": "This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish."
// },
// "menu": {
// "main": [
// {
// "identifier": "Mail",
// "name": "Contacto",
// "title": "Contact with me",
// "url": "mailto:[email protected]",
// "weight": -112
// },
// {
// "identifier": "RSS",
// "name": "RSS",
// "title": "Site RSS",
// "url": "/index.xml",
// "weight": -111
// },
// {
// "identifier": "Github",
// "name": "Github",
// "title": "My Github profile",
// "url": "https://github.com/usarral",
// "weight": -110
// },
// {
// "identifier": "Youtube",
// "name": "Youtube",
// "title": "My Youtube profile",
// "url": "https://www.youtube.com/channel/UCHarnqEHtcQ616mopL_pjmg/",
// "weight": -109
// },
// {
// "identifier": "Twitter",
// "name": "Twitter",
// "title": "My Twitter profile",
// "url": "https://twitter.com/usarral_",
// "weight": -108
// }
// ]
// }
// },
// "fr": {
// "languageName": "FR",
// "languageIcon": "/images/fr.png",
// "title": "Blog | Usarral",
// "weight": 0,
// "params": {
// "description": "Blog developed in the subject Development in a Server Environment 2022-2023 at the CPIFP Los Enlaces",
// "image": "/favicon/apple-touch-icon.png",
// "cookieMessage": "This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish."
// },
// "menu": {
// "main": [
// {
// "identifier": "Mail",
// "name": "Contact",
// "title": "Contactez moi",
// "url": "mailto:[email protected]",
// "weight": -112
// },
// {
// "identifier": "RSS",
// "name": "RSS",
// "title": "RSS du site",
// "url": "/index.xml",
// "weight": -111
// },
// {
// "identifier": "Github",
// "name": "Github",
// "title": "Mon profil Github",
// "url": "https://github.com/usarral",
// "weight": -110
// },
// {
// "identifier": "Youtube",
// "name": "Youtube",
// "title": "Mon profil Youtube",
// "url": "https://www.youtube.com/channel/UCHarnqEHtcQ616mopL_pjmg/",
// "weight": -109
// },
// {
// "identifier": "Twitter",
// "name": "Twitter",
// "title": "Mon profil Twitter",
// "url": "https://twitter.com/usarral_",
// "weight": -108
// }
// ]
// }
}
}
}