|
1 week ago | |
---|---|---|
doc | 3 months ago | |
layouts/partials | 1 week ago | |
README.md | 1 week ago | |
config.toml | 4 months ago | |
go.mod | 1 week ago |
Documentation can be found in the ./doc
folder. The folder is not
exported with the Hugo module by default, but should be able to be added
using the following:
[module]
[[module.imports]]
path = "git.shadow53.com/orbiter-hugo/utils-base"
[[module.imports.mounts]]
source = "doc"
target = "content/path/to/doc"
Note that the following modules are used by the documentation. They are not
included in the module dependencies in config.toml
.
It may be enough to include these as dependencies in the site hosting the documentation. If not, try the following (untested):
[module]
[[module.imports]]
path = "git.shadow53.com/orbiter-hugo/utils-base"
[[module.imports.mounts]]
source = "doc"
target = "content/path/to/doc"
[[module.imports.imports]]
path = "git.shadow53.com/orbiter-hugo/plugins-alert"
[[module.imports.imports]]
path = "git.shadow53.com/orbiter-hugo/shortcodes-link"