blob: 11a0ed3af071c74ab6eebecb54f629e6eef82d65 [file] [log] [blame]
avm999637607b652020-01-19 20:40:26 +01001site_name: avm99963
2theme:
3 name: 'material'
4 language: 'es'
avm999638bd7f9b2020-05-21 12:22:46 +02005 icon:
6 logo: material/help-box
avm999637607b652020-01-19 20:40:26 +01007repo_name: avm99963/support.avm99963.com
8repo_url: https://github.com/avm99963/support.avm99963.com
9extra_css: ["css/styles.css"]
avm999638d03aa42020-05-21 13:41:29 +020010plugins:
11 - search
12 - minify:
13 minify_html: true
14 - git-revision-date-localized
avm999637607b652020-01-19 20:40:26 +010015markdown_extensions:
avm999638d03aa42020-05-21 13:41:29 +020016 - markdown.extensions.admonition
17 - markdown.extensions.footnotes
18 - markdown.extensions.toc:
19 permalink: true
avm999637607b652020-01-19 20:40:26 +010020nav:
21 - 'Sobre esta web': 'index.md'
22 - 'Chrome':
23 - 'Malware en Chrome': 'chrome/malware.md'
24 - 'Inhabilitar extensiones de Chrome': 'chrome/diagnostico-extensiones.md'
25 - 'Chrome no carga páginas web': 'chrome/no-carga-paginas-web.md'
26 - 'Canales de Chrome': 'chrome/canales.md'
avm99963c37300a2020-01-19 20:41:51 +010027 - 'Error con certificado': 'chrome/error-certificado.md'
avm99963ed9d51d2020-03-19 20:21:02 +010028 - 'Traducciones':
29 - 'Descarte y recarga de pestañas': 'chrome/traducciones/descarte-recarga-pestanas.md'
avm999632ff500f2020-03-25 01:44:28 +010030 - 'Para desarrolladores':
31 - 'Vida de un objeto URLRequest': 'chrome/desarrolladores/vida-de-una-url-request.md'
32 - 'Un curso rápido sobre diagnóstico de problemas con chrome://net-internals': 'chrome/desarrolladores/curso-diagnostico-net-internals.md'
avm999638d03aa42020-05-21 13:41:29 +020033extra:
34 social:
35 - icon: material/web
36 link: https://avm99963.com
37 - icon: fontawesome/brands/github
38 link: https://github.com/avm99963
39 - icon: fontawesome/brands/twitter
40 link: https://twitter.com/avm99963
41copyright: Copyright &copy; Adrià Vilanova Martínez. Except as otherwise noted, the content of this page is licensed under the <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 License</a>.