mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
Add missing word to Module section
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
80ced9062c
commit
93b8064931
@@ -33,7 +33,7 @@ hugo mod init github.com/gohugoio/myShortcodes
|
||||
Also see the [CLI Doc](/commands/hugo_mod_init/).
|
||||
|
||||
## Use a Module for a Theme
|
||||
The easiest way to use a for a theme is to import it in the config.
|
||||
The easiest way to use a Module for a theme is to import it in the config.
|
||||
|
||||
1. Initialize the hugo module system: `hugo mod init github.com/<your_user>/<your_project>`
|
||||
2. Import the theme in your `config.toml`:
|
||||
|
||||
Reference in New Issue
Block a user