Rename theme path

This commit is contained in:
Dave Gallant
2024-01-07 10:19:25 -05:00
parent b9926ba634
commit 51bd556992
122 changed files with 1 additions and 2 deletions

View File

@@ -0,0 +1,29 @@
# Module debugging
#replacements = "github.com/schnerring/hugo-mod-json-resume -> ../../hugo-mod-json-resume"
[hugoVersion]
extended = true
min = "0.84.0"
[[mounts]]
source = "assets"
target = "assets"
[[mounts]]
source = "layouts"
target = "layouts"
[[mounts]]
source = "static"
target = "static"
[[mounts]]
source = "node_modules/prismjs"
target = "assets/prismjs"
[[mounts]]
source = "node_modules/prism-themes/themes"
target = "assets/prism-themes"
[[mounts]]
source = "node_modules/typeface-fira-code/files"
target = "static/fonts"
[[mounts]]
source = "node_modules/typeface-roboto-slab/files"
target = "static/fonts"
[[mounts]]
source = "node_modules/@tabler/icons/icons"
target = "assets/tabler-icons"