hugo/docs
2025-04-10 13:04:51 +02:00
..
.github Merge commit 'a024bc7d76' 2025-02-13 10:40:34 +01:00
.vscode
archetypes Merge commit '5be51ac3db' 2025-04-10 13:04:51 +02:00
assets Merge commit '5be51ac3db' 2025-04-10 13:04:51 +02:00
content Merge commit '5be51ac3db' 2025-04-10 13:04:51 +02:00
data Merge commit '5be51ac3db' 2025-04-10 13:04:51 +02:00
layouts Merge commit '5be51ac3db' 2025-04-10 13:04:51 +02:00
static Merge commit '5be51ac3db' 2025-04-10 13:04:51 +02:00
.codespellrc Merge commit 'a024bc7d76' 2025-02-13 10:40:34 +01:00
.cspell.json Merge commit '5be51ac3db' 2025-04-10 13:04:51 +02:00
.editorconfig
.gitignore Merge commit '5be51ac3db' 2025-04-10 13:04:51 +02:00
.markdownlint.yaml Merge commit '5be51ac3db' 2025-04-10 13:04:51 +02:00
.markdownlintignore
.prettierignore Merge commit '5be51ac3db' 2025-04-10 13:04:51 +02:00
.prettierrc Merge commit '5be51ac3db' 2025-04-10 13:04:51 +02:00
.textlintignore
go.mod Merge commit 'a024bc7d76' 2025-02-13 10:40:34 +01:00
go.sum Merge commit '346b60358d' 2025-01-23 09:47:46 +01:00
hugo.toml Merge commit '5be51ac3db' 2025-04-10 13:04:51 +02:00
hugo.work Merge commit 'a024bc7d76' 2025-02-13 10:40:34 +01:00
hugoreleaser.yaml Merge commit '346b60358d' 2025-01-23 09:47:46 +01:00
LICENSE.md Merge commit '5be51ac3db' 2025-04-10 13:04:51 +02:00
netlify.toml Merge commit '5be51ac3db' 2025-04-10 13:04:51 +02:00
package.json Merge commit '5be51ac3db' 2025-04-10 13:04:51 +02:00
README.md Merge commit '5be51ac3db' 2025-04-10 13:04:51 +02:00
tailwind.config.js Merge commit 'a024bc7d76' 2025-02-13 10:40:34 +01:00

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.