summaryrefslogtreecommitdiffstats
path: root/docs/content/en/hugo-modules/_index.md
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-07-24 19:44:57 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-07-25 13:21:30 +0200
commit77bf2991b1690bcde8c6570cd4c12f2041d93096 (patch)
tree2d46c4f845892e6d4e6c8c3ac6d9786094842da5 /docs/content/en/hugo-modules/_index.md
parente5f229974166402f51e4ee0695ffb4d1e09fa174 (diff)
docs: Add Hugo Modules docs
Diffstat (limited to 'docs/content/en/hugo-modules/_index.md')
-rw-r--r--docs/content/en/hugo-modules/_index.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/content/en/hugo-modules/_index.md b/docs/content/en/hugo-modules/_index.md
new file mode 100644
index 000000000..1d870d12d
--- /dev/null
+++ b/docs/content/en/hugo-modules/_index.md
@@ -0,0 +1,24 @@
+---
+title: Hugo Modules
+linktitle: Hugo Modules Overview
+description: How to use Hugo Modules.
+date: 2017-02-01
+publishdate: 2017-02-01
+menu:
+ docs:
+ parent: "modules"
+ weight: 01
+weight: 01
+sections_weight: 01
+categories: [hugo modules]
+keywords: [themes,modules]
+draft: false
+aliases: [/themes/overview/,/themes/]
+toc: 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.
+
+