1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

hugo-server: add Spanish translation (#13631)

This commit is contained in:
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

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`