The world’s fastest framework for building websites.
Find a file
Bjørn Erik Pedersen b3d87dd0fd Squashed 'docs/' changes from dc7a9ae12..b654fcba0
b654fcba0 content: Fix links
d44357418 content: Update GitLab Pages workflow example
33968c7e2 content: Update Netlify configuration file
a6d0c8c50 content: Update GitHub Pages workflow example
d1aabfa36 content: Fix broken link
7b50139a6 content: Miscellaneous edits
a30e2c189 Menus: add forgotten link target
5c2aa88b4 content: Updates for v0.146.7
114413c18 netlify: Hugo 0.146.7
67e9261b1 netlify: Hugo 0.146.6
efa040229 content: Update templates/embedded.md
b8f888c76 theme: Rename internal templates from partials/ to _partials/
727178cbb content: Fix broken anchor links
0f12708f1 Fix typo
380b1c163 Update Current.md
8b500f3e5 netlify: Hugo 0.146.5
e3d6b6fad netlify: Hugo 0.146.4
ac1b92713 content: Fix text formatting in templates/partial.md
719329530 content: Clarify usage of template function
a95eca524 theme: Misc adjustments for the themes site
8e6c26067 Add package.hugo.json
9691007fb netlify: Hugo 0.146.3
ec08acc59 netlify: Hugo 0.146.2
8f320a0b6 netlify: Hugo 0.146.1
d5e6cb618 content: Remove expired new-in badges
b5779d7fc content: Update templates.Current function
5df1229d5 theme: Move templates to new structure
a7a6a614d theme: Remove accidentally added template
195b368e8 content: Miscellaneous updates related to v0.146.0
0a906ad49 netlify: Hugo 0.146.0

git-subtree-dir: docs
git-subtree-split: b654fcba0d4385da1e47179ef3763f277f044242
2025-04-24 10:23:16 +02:00
.github Squashed 'docs/' changes from 73a01565c..d1a251933 2025-02-13 10:40:34 +01:00
.vscode Squashed 'docs/' content from commit 5c085a37b 2024-01-27 10:48:33 +01:00
archetypes Squashed 'docs/' changes from d1a251933..dc7a9ae12 2025-04-10 13:02:49 +02:00
assets Squashed 'docs/' changes from d1a251933..dc7a9ae12 2025-04-10 13:02:49 +02:00
content Squashed 'docs/' changes from dc7a9ae12..b654fcba0 2025-04-24 10:23:16 +02:00
data Squashed 'docs/' changes from dc7a9ae12..b654fcba0 2025-04-24 10:23:16 +02:00
layouts Squashed 'docs/' changes from dc7a9ae12..b654fcba0 2025-04-24 10:23:16 +02:00
static Squashed 'docs/' changes from d1a251933..dc7a9ae12 2025-04-10 13:02:49 +02:00
.codespellrc Squashed 'docs/' changes from 73a01565c..d1a251933 2025-02-13 10:40:34 +01:00
.cspell.json Squashed 'docs/' changes from d1a251933..dc7a9ae12 2025-04-10 13:02:49 +02:00
.editorconfig Squashed 'docs/' content from commit 5c085a37b 2024-01-27 10:48:33 +01:00
.gitignore Squashed 'docs/' changes from d1a251933..dc7a9ae12 2025-04-10 13:02:49 +02:00
.markdownlint.yaml Squashed 'docs/' changes from d1a251933..dc7a9ae12 2025-04-10 13:02:49 +02:00
.markdownlintignore Squashed 'docs/' content from commit 5c085a37b 2024-01-27 10:48:33 +01:00
.prettierignore Squashed 'docs/' changes from d1a251933..dc7a9ae12 2025-04-10 13:02:49 +02:00
.prettierrc Squashed 'docs/' changes from d1a251933..dc7a9ae12 2025-04-10 13:02:49 +02:00
.textlintignore Squashed 'docs/' content from commit 5c085a37b 2024-01-27 10:48:33 +01:00
go.mod Squashed 'docs/' changes from 73a01565c..d1a251933 2025-02-13 10:40:34 +01:00
go.sum Squashed 'docs/' changes from 4429eeeea..73a01565c 2025-01-23 09:46:02 +01:00
hugo.toml Squashed 'docs/' changes from d1a251933..dc7a9ae12 2025-04-10 13:02:49 +02:00
hugo.work Squashed 'docs/' changes from 73a01565c..d1a251933 2025-02-13 10:40:34 +01:00
hugoreleaser.yaml Squashed 'docs/' changes from 4429eeeea..73a01565c 2025-01-23 09:46:02 +01:00
LICENSE.md Squashed 'docs/' changes from d1a251933..dc7a9ae12 2025-04-10 13:02:49 +02:00
netlify.toml Squashed 'docs/' changes from dc7a9ae12..b654fcba0 2025-04-24 10:23:16 +02:00
package.hugo.json Squashed 'docs/' changes from dc7a9ae12..b654fcba0 2025-04-24 10:23:16 +02:00
package.json Squashed 'docs/' changes from d1a251933..dc7a9ae12 2025-04-10 13:02:49 +02:00
README.md Squashed 'docs/' changes from d1a251933..dc7a9ae12 2025-04-10 13:02:49 +02:00
tailwind.config.js Squashed 'docs/' changes from 73a01565c..d1a251933 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.