mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 06:02:18 +02:00
hugo-server: add page (#13610)
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
This commit is contained in:
parent
a70336b903
commit
3cfa42366d
1 changed files with 20 additions and 0 deletions
20
pages/common/hugo-server.md
Normal file
20
pages/common/hugo-server.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# hugo server
|
||||||
|
|
||||||
|
> Build and serve a site with Hugo's built-in webserver.
|
||||||
|
> More information: <https://gohugo.io/commands/hugo_server/>.
|
||||||
|
|
||||||
|
- Build and serve a site:
|
||||||
|
|
||||||
|
`hugo server`
|
||||||
|
|
||||||
|
- Build and serve a site on a specified port number:
|
||||||
|
|
||||||
|
`hugo server --port {{port_number}}`
|
||||||
|
|
||||||
|
- Build and serve a site while minifying supported output formats (HTML, XML, etc.):
|
||||||
|
|
||||||
|
`hugo server --minify`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`hugo server --help`
|
Loading…
Add table
Reference in a new issue