mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 22:57:55 +00:00
28 lines
567 B
TOML
28 lines
567 B
TOML
[[imports]]
|
|
path = "github.com/foo-dogsquared/hugo-theme-more-contentful"
|
|
|
|
[[imports]]
|
|
path = "github.com/foo-dogsquared/website"
|
|
ignoreConfig = true
|
|
ignoreImports = true
|
|
|
|
[[imports.mounts]]
|
|
source = "assets/svg/avatars/"
|
|
target = "static/icons/avatars/"
|
|
|
|
[[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/"
|