-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
159 lines (159 loc) · 5.58 KB
/
config.json
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
{
"baseURL": "https://usarral.com",
"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 personal en el que escribo sobre desarrollo web, programación, sistemas y más.",
"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_dev",
"weight": -108
}
]
}
},
"en": {
"languageName": "en",
"languageIcon": "/images/en.png",
"title": "Blog | Usarral",
"weight": 0,
"params": {
"description": "Personal blog where I write about web development, programming, systems and more.",
"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": {
"topics": [
{
"identifier": "Mail",
"name": "Contact",
"title": "Contact me",
"url": "mailto:[email protected]",
"weight": 2
}
],
"main": [
{
"identifier": "Mail",
"name": "Contact",
"title": "Contact me",
"url": "mailto:[email protected]",
"weight": -112
},
{
"identifier": "RSS",
"name": "RSS",
"title": "Website 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 channel",
"url": "https://www.youtube.com/channel/UCHarnqEHtcQ616mopL_pjmg/",
"weight": -109
},
{
"identifier": "Twitter",
"name": "Twitter",
"title": "My Twitter profile",
"url": "https://twitter.com/usarral_dev",
"weight": -108
}
]
}
}
}
}