FixIt Bundle
👉 English README | 简体中文说明
🌲 Bundles the FixIt core theme and all hugo-fixit components into a single component.
Install Component
First make sure that your project itself is a Hugo module.
Then add this theme component to your hugo.toml configuration file:
1
2
3
4
| [module]
[[module.imports]]
path = "github.com/hugo-fixit/fixit-bundle"
|
On the first start of Hugo it will download the required files.
To update to the latest version of the module run:
1
2
| hugo mod get -u
hugo mod tidy
|
Usage
Add the following to your hugo.toml:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| [params]
# ...
[outputs]
_merge = "shallow"
[taxonomies]
_merge = "shallow"
[markup]
_merge = "shallow"
[module]
[[module.imports]]
path = "github.com/hugo-fixit/fixit-bundle"
|
You can use all configurations and features of all included theme components.
Component List