summaryrefslogtreecommitdiffstats
path: root/hugo.toml
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2026-01-12 20:47:39 -0500
committerSam Anthony <sam@samanthony.xyz>2026-01-12 20:47:39 -0500
commitc9276d6c8542f0b1a2971574060d5de383e7e4d3 (patch)
tree3df5cffb925c4ae5c8206c28d712eaf6662d57cc /hugo.toml
parent9ae487b4ac187dbdfab342177a5584b86326461f (diff)
downloadsamanthony.xyz-c9276d6c8542f0b1a2971574060d5de383e7e4d3.zip
resume webfonts
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml56
1 files changed, 56 insertions, 0 deletions
diff --git a/hugo.toml b/hugo.toml
index 559985e..519eaed 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -33,3 +33,59 @@ theme = 'aoidh'
name = 'Projects'
pageRef = '/projects'
weight = 5
+
+[module]
+ [[module.mounts]]
+ source = 'modules/fonts/plex/packages/plex-serif/fonts/split/woff2'
+ target = 'static/fonts/plex/packages/plex-serif/fonts/split/woff2'
+
+ # Default mounts
+ [[module.mounts]]
+ disableWatch = false
+ source = 'content'
+ target = 'content'
+ [module.mounts.sites]
+ [module.mounts.sites.complements]
+ [module.mounts.sites.matrix]
+ [[module.mounts]]
+ disableWatch = false
+ source = 'data'
+ target = 'data'
+ [module.mounts.sites]
+ [module.mounts.sites.complements]
+ [module.mounts.sites.matrix]
+ [[module.mounts]]
+ disableWatch = false
+ source = 'layouts'
+ target = 'layouts'
+ [module.mounts.sites]
+ [module.mounts.sites.complements]
+ [module.mounts.sites.matrix]
+ [[module.mounts]]
+ disableWatch = false
+ source = 'i18n'
+ target = 'i18n'
+ [module.mounts.sites]
+ [module.mounts.sites.complements]
+ [module.mounts.sites.matrix]
+ [[module.mounts]]
+ disableWatch = false
+ source = 'archetypes'
+ target = 'archetypes'
+ [module.mounts.sites]
+ [module.mounts.sites.complements]
+ [module.mounts.sites.matrix]
+ [[module.mounts]]
+ disableWatch = false
+ source = 'assets'
+ target = 'assets'
+ [module.mounts.sites]
+ [module.mounts.sites.complements]
+ [module.mounts.sites.matrix]
+ [[module.mounts]]
+ disableWatch = false
+ source = 'static'
+ target = 'static'
+ [module.mounts.sites]
+ [module.mounts.sites.complements]
+ [module.mounts.sites.matrix]