1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 05:42:09 +02:00

hugo-server: update Spanish translation (#14969)

Co-authored-by: Darío Hereñú <magallania@gmail.com>
This commit is contained in:
Igor Támara 2024-11-30 12:27:17 -05:00 committed by GitHub
parent 8c246823d8
commit fea387d6e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,10 +11,14 @@
`hugo server --port {{número_de_puerto}}`
- Construye y publica un sitio mientras se minifican los formatos de salida soportados (HTML, XML, etc.):
- Construye y publica un sitio mientras se minimizan los formatos de salida soportados (HTML, XML, etc.):
`hugo server --minify`
- Construye y sirve un sitio en el entorno de producción con reconstrucción completa (re-render) disminuyendo el tamaño (minify) en los formatos soportados:
`hugo server --environment {{producción}} --disableFastRender --minify`
- Muestra la ayuda:
`hugo server --help`