https://github.com/gohugoio/hugodocs
The source for https://gohugo.io/
https://github.com/gohugoio/hugodocs
hacktoberfest hugo hugo-docs hugo-site
Last synced: 5 months ago
JSON representation
The source for https://gohugo.io/
- Host: GitHub
- URL: https://github.com/gohugoio/hugodocs
- Owner: gohugoio
- License: other
- Created: 2017-06-14T07:52:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-05-12T22:42:22.000Z (5 months ago)
- Last Synced: 2025-05-12T23:32:34.497Z (5 months ago)
- Topics: hacktoberfest, hugo, hugo-docs, hugo-site
- Language: HTML
- Homepage:
- Size: 171 MB
- Stars: 1,087
- Watchers: 37
- Forks: 1,607
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
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.