mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-06 08:43:40 +00:00
30 lines
745 B
TOML
30 lines
745 B
TOML
# 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"
|