mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-08-04 04:58:55 -04:00
Add example of starting up the local server
This commit is contained in:
parent
d9612cb356
commit
22f4b7a44e
11
README.md
11
README.md
@ -16,3 +16,14 @@ Or if you already have a clone locally:
|
|||||||
git submodule update --init
|
git submodule update --init
|
||||||
```
|
```
|
||||||
Also note that the documentation version for a given version of Hugo can also be found in the `/docs` sub-folder of the [Hugo source repository](https://github.com/gohugoio/hugo).
|
Also note that the documentation version for a given version of Hugo can also be found in the `/docs` sub-folder of the [Hugo source repository](https://github.com/gohugoio/hugo).
|
||||||
|
|
||||||
|
Then to view the docs in your browser, run Hugo and open up the link:
|
||||||
|
```bash
|
||||||
|
hugo serve
|
||||||
|
Started building sites ...
|
||||||
|
.
|
||||||
|
.
|
||||||
|
Serving pages from memory
|
||||||
|
Web Server is available at http://localhost:1313/ (bind address 127.0.0.1)
|
||||||
|
Press Ctrl+C to stop
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user