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:
parent
8c246823d8
commit
fea387d6e6
1 changed files with 5 additions and 1 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue