The source for https://gohugo.io/
Go to file
adam-bienkowski e94e49db26
content: Add Smart Hugo to editor plugins
2025-11-24 10:59:38 -08:00
.github content: Adjust Markdown to pass linter tests 2025-08-17 21:02:46 -07:00
.vscode Markdown and formatting fixes (#1850) 2022-10-20 16:05:43 +09:00
archetypes content: Replace note shortcode calls with blockquote alerts 2025-03-08 06:00:23 -08:00
assets Revert the minimal analytics changes (#3265) 2025-11-05 10:58:54 +01:00
content content: Add Smart Hugo to editor plugins 2025-11-24 10:59:38 -08:00
data content: Correct page collection quick-reference data 2025-11-02 02:58:06 -08:00
layouts Revert the minimal analytics changes (#3265) 2025-11-05 10:58:54 +01:00
static theme: Remove Internet Explorer configs (#2929) 2025-02-18 09:25:59 +01:00
.codespellrc misc: Update spellcheck configs 2025-08-16 11:29:27 -07:00
.cspell.json misc: Fix cspell configuration 2025-11-16 09:31:01 -08:00
.editorconfig Create .editorconfig 2019-07-30 17:49:06 +02:00
.gitignore Revert the minimal analytics changes (#3265) 2025-11-05 10:58:54 +01:00
.markdownlint-cli2.yaml content: Replace inline URLs with autolinks 2025-08-24 11:49:58 -07:00
.prettierignore theme: More changes related to new template system 2025-05-11 12:17:07 -07:00
.prettierrc dev: Add prettier-plugin-void-html 2025-02-14 09:11:20 +01:00
LICENSE.md content: Consolidate configuration documentation 2025-03-05 04:50:06 -08:00
README.md content: Replace calls to the code shortcode with fenced code blocks 2025-03-06 02:49:11 -08:00
go.mod Revert the minimal analytics changes (#3265) 2025-11-05 10:58:54 +01:00
go.sum Revert the minimal analytics changes (#3265) 2025-11-05 10:58:54 +01:00
hugo.toml Revert the minimal analytics changes (#3265) 2025-11-05 10:58:54 +01:00
hugo.work Add new theme 2025-02-11 16:30:05 +01:00
hugoreleaser.yaml hugoreleaser.toml => hugoreleaser.yaml 2025-01-16 15:31:39 +01:00
netlify.toml Update netlify.toml 2025-10-24 18:18:41 +02:00
package.hugo.json Add package.hugo.json 2025-04-13 11:13:53 +02:00
package.json npm: Use tilde ranges for versions 2025-04-08 09:26:55 -07:00

README.md

Hugo

A fast and flexible static site generator built with love by bep, spf13, and friends in Go.


Netlify Status PRs Welcome

This is the repository for the Hugo documentation site.

Please see the contributing section for guidelines, examples, and process.

Install

npm i
hugo server

Note: We're working on removing the need to run npm i for local development. Stay tuned.