hugo-server: add Spanish translation (#13631)

pull/28/head
Darío Hereñú 2024-09-12 03:11:32 -03:00 committed by GitHub
parent c7535ef0c1
commit 8d914003c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# hugo server
> Construye y publica un sitio con el servidor web integrado de Hugo.
> Más información: <https://gohugo.io/commands/hugo_server/>.
- Construye y publica un sitio:
`hugo server`
- Construye y publica un sitio en un número de puerto especificado:
`hugo server --port {{número_de_puerto}}`
- Construye y publica un sitio mientras se minifican los formatos de salida soportados (HTML, XML, etc.):
`hugo server --minify`
- Muestra la ayuda:
`hugo server --help`