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:
parent
c7535ef0c1
commit
8d914003c3
1 changed files with 20 additions and 0 deletions
20
pages.es/common/hugo-server.md
Normal file
20
pages.es/common/hugo-server.md
Normal 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`
|
Loading…
Add table
Reference in a new issue