nixos-config/docs/config/_default/module.toml

28 lines
567 B
TOML
Raw Normal View History

[[imports]]
path = "github.com/foo-dogsquared/hugo-theme-more-contentful"
[[imports]]
path = "github.com/foo-dogsquared/website"
2023-07-09 03:58:22 +00:00
ignoreConfig = true
ignoreImports = true
2023-07-09 03:58:22 +00:00
[[imports.mounts]]
source = "assets/svg/avatars/"
target = "static/icons/avatars/"
2023-07-09 03:58:22 +00:00
[[imports.mounts]]
source = "assets/scss/"
target = "assets/scss/"
[[imports.mounts]]
source = "assets/css/"
target = "assets/css/"
[[imports.mounts]]
source = "layouts/partials/"
target = "layouts/partials/"
[[imports.mounts]]
source = "data/more-contentful/themes/"
target = "data/more-contentful/themes/"