Files
hugo/docs/content/en/hugo-modules/_index.md
2023-07-29 11:17:28 +02:00

1.4 KiB
Raw Permalink Blame History

title, linkTitle, description, menu, weight, categories, keywords, aliases, toc
title linkTitle description menu weight categories keywords aliases toc
Hugo Modules Overview How to use Hugo Modules.
docs
identifier parent weight
hugo-modules-overview modules 10
10
hugo modules
themes
modules
/themes/overview/
/themes/
true

Hugo Modules are the core building blocks in Hugo. A module can be your main project or a smaller module providing one or more of the 7 component types defined in Hugo: static, content, layouts, data, assets, i18n, and archetypes.

You can combine modules in any combination you like, and even mount directories from non-Hugo projects, forming a big, virtual union file system.

Hugo Modules are powered by Go Modules. For more information about Go Modules, see:

Some example projects: