Compare commits

...

2 Commits

Author SHA1 Message Date
Iván Ruvalcaba 3219d0bc23 📝 Actualizar README 2024-04-18 11:00:03 -06:00
Iván Ruvalcaba 209971079e 📝 Actualizar documentación 2024-04-18 10:47:50 -06:00
2 changed files with 44 additions and 13 deletions

View File

@ -2,6 +2,30 @@
Mi flujo de trabajo personal en el proceso de redacción.
## Roadmap
- [ ] Introducción
- [ ] Generadores de documentación
- [ ] mdBook
- [ ] Instalación
- [ ] Configuración
- [ ] Archivo SUMMARY.md
- [ ] Plugins
- [ ] mdBook-yml-header
- [ ] Generadores de sitios web estáticos
- [ ] zola
- [ ] Markdown
- [ ] mdfmt
- [X] mdv
- [ ] Gestor de control de versiones
- [ ] git
- [ ] gitmoji-cli
- [ ] tig
- [ ] Especificaciones
- [ ] CommonMark
- [ ] Fenced code blocks
- [X] Licencia
## Autor
Copyright (C) 2024 Iván Ruvalcaba <ivanruvalcaba[at]disroot[dot]org>.
@ -9,17 +33,17 @@ Copyright (C) 2024 Iván Ruvalcaba <ivanruvalcaba[at]disroot[dot]org>.
## Licencia
1. El código que hace funcionar este sitio se encuentra bajo una licencia
FSF All Permissive:
FSF All Permissive:
> Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved. This file is offered as-is,
without any warranty.
> are permitted in any medium without royalty provided the copyright
> notice and this notice are preserved. This file is offered as-is,
> without any warranty.
<https://spdx.org/licenses/FSFAP.html>.
[https://spdx.org/licenses/FSFAP.html](https://spdx.org/licenses/FSFAP.html).
2. A no ser que se indique explícitamente lo contrario, el contenido del
sitio se encuentra bajo una licencia Creative Commons Attribution 4.0
International Public License (CC-BY-4.0).
sitio se encuentra bajo una licencia Creative Commons Attribution 4.0
International Public License (CC-BY-4.0).
<https://creativecommons.org/licenses/by/4.0/legalcode>.
[https://creativecommons.org/licenses/by/4.0/legalcode](https://creativecommons.org/licenses/by/4.0/legalcode).

View File

@ -2,7 +2,7 @@
title: mdv
description:
date: 2024-04-15
last_update: 2024-04-17
last_update: 2024-04-18
---
# mdv
@ -49,11 +49,18 @@ Además de ser un simple visor, *mdv* también puede funcionar como un «motor d
- `-port`: utilizar un puerto específico en lugar de elegir uno al azar.
- `-serve`: no abrir automáticamente una ventana del navegador web.
[mdv]: https://github.com/xrfang/mdv/
[GoldMark]: https://github.com/yuin/goldmark
[GFM]: https://github.github.com/gfm/
[MathJax]: https://es.wikipedia.org/wiki/MathJax
## Personalización
Este apartado queda fuera del ámbito del presente documento, por lo que se sugiere revisar el archivo [README] del proyecto para mayor información al respecto.
[^nota1]: Detección automática de hiperenlaces, es decir, encuentra hiperenlaces en contenido del archivo Markdown y los convierte automáticamente en etiquetas `<a>` de HTML.
[^nota2]: *N. del T*: La documentación original hace referencia al término «typographer», lo cual se tradujo como «tipografía» en ausencia de una mejor terminología. Se desconoce si se haga referencia a algún otro concepto.
[mdv]: https://github.com/xrfang/mdv/
[GoldMark]: https://github.com/yuin/goldmark
[GFM]: https://github.github.com/gfm/
[MathJax]: https://es.wikipedia.org/wiki/MathJax
[README]: https://github.com/xrfang/mdv/tree/master#customize