mirror of https://github.com/CrimsonTome/tldr.git
hugo-server: add Spanish translation (#13631)
parent
c7535ef0c1
commit
8d914003c3
|
@ -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…
Reference in New Issue