TODO description here if needed
TODO demo here if needed
- FixIt v0.3.9 or later.
The installation method is the same as installing a theme. There are several ways to install, choose one, for example, install through Hugo Modules:
[module]
[[module.imports]]
path = "github.com/hugo-fixit/FixIt"
+ [[module.imports]]
+ path = "github.com/hugo-fixit/{component-xxx}"
TODO configuration here if needed
Inject the {component-xxx}.html
into the custom-assets
through the custom block opened by the FixIt theme in the layouts/partials/custom.html
file:
{{- define "custom-assets" -}}
{{- partial "inject/{component-xxx}.html" . -}}
{{- end -}}
Here is an example of usage:
{{< shortcode-xxx >}}