mirror of https://github.com/gohugoio/hugo
28 lines
1.1 KiB
Markdown
28 lines
1.1 KiB
Markdown
<a href="https://gohugo.io/"><img src="https://raw.githubusercontent.com/gohugoio/gohugoioTheme/master/static/images/hugo-logo-wide.svg?sanitize=true" alt="Hugo" width="565"></a>
|
|
|
|
A fast and flexible static site generator built with love by [bep], [spf13], and [friends] in [Go].
|
|
|
|
---
|
|
|
|
[](https://app.netlify.com/sites/gohugoio/deploys)
|
|
[](https://gohugo.io/contribute/documentation/)
|
|
|
|
This is the repository for the [Hugo](https://github.com/gohugoio/hugo) documentation site.
|
|
|
|
Please see the [contributing] section for guidelines, examples, and process.
|
|
|
|
[bep]: https://github.com/bep
|
|
[spf13]: https://github.com/spf13
|
|
[friends]: https://github.com/gohugoio/hugo/graphs/contributors
|
|
[go]: https://go.dev/
|
|
[contributing]: https://gohugo.io/contribute/documentation
|
|
|
|
# Install
|
|
|
|
```sh
|
|
npm i
|
|
hugo server
|
|
```
|
|
|
|
**Note:** We're working on removing the need to run `npm i` for local development. Stay tuned.
|