summaryrefslogtreecommitdiffstats
path: root/hugo.toml
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2026-01-13 08:19:13 -0500
committerSam Anthony <sam@samanthony.xyz>2026-01-13 08:19:13 -0500
commit098292edefb338bd9e968d32ba4502bdb3ecb5a8 (patch)
tree8849d8a806354e1e779891a6e214ed42c2f9f24c /hugo.toml
parent68ed6bb0b68677b5a19db0d00aa9f2e33cb3ba98 (diff)
downloadsamanthony.xyz-098292edefb338bd9e968d32ba4502bdb3ecb5a8.zip
move fonts to theme
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml56
1 files changed, 0 insertions, 56 deletions
diff --git a/hugo.toml b/hugo.toml
index 519eaed..559985e 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -33,59 +33,3 @@ 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]