-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.yaml
More file actions
96 lines (85 loc) · 2.17 KB
/
Copy pathhugo.yaml
File metadata and controls
96 lines (85 loc) · 2.17 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
86
87
88
89
90
91
92
93
94
95
96
---
baseURL: "https://mx-os.mx/"
title: Fundación MxOS
copyright: "Fundación MxOS (en formación) | GPLv3"
languageCode: "es-mx"
defaultContentLanguage: es
pagination:
pagerSize: 5
markup:
highlight:
style: monokai
noClasses: false
params:
contentTypeName: posts
showMenuItems: 7
showLanguageSelector: false
fullWidthTheme: false
centerTheme: true
autoCover: true
showLastUpdated: false
updatedDatePrefix: Actualizado
languages:
es:
languageName: Español
languageCode: es-mx
title: Fundación MxOS
params:
subtitle: "Sitio oficial de la Fundación MxOS: construyendo soberanía tecnológica con una distribución Linux segura, abierta y adaptada a México."
owner: Fundación MxOS
keywords: "fundación, mxos, mx-os, software libre, gnu, linux"
copyright: CC-BY-SA 2025
menuMore: más
postsFor: Artículos para
readMore: Leer más
readOtherPosts: Leer otros artículos
newerPosts: Artículos nuevos
olderPosts: Artículos viejos
missingContentMessage: Página no encontrada...
missingBackButtonLabel: Regresar al inicio
minuteReadingTime: min de lectura
words: palabras
logo:
logoText: Fundación MxOS
logoHomeLink: /
menu:
main:
- identifier: acerca
name: Acerca
url: https://docs.mx-os.mx/es-MX/organizacion/acerca/
weight: -15
- identifier: blog
name: Blog
url: /posts
weight: -12
- identifier: noticias
name: Noticias
url: /noticias
weight: -12
- identifier: documentación
name: Docs
url: https://docs.mx-os.mx/
weight: -10
- identifier: cuentas
name: Cuentas
url: /cuentas
weight: -5
- identifier: gracias
name: Gracias
url: /gracias
weight: -5
- identifier: contacto
name: Contacto
url: /contacto
security:
exec:
allow:
- ^(dart-)?sass(-embedded)?$
- ^go$
- ^git$
- ^npx$
- ^postcss$
- ^tailwindcss$
- ^pandoc
- ^rst2html
...