diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-01-13 09:19:51 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-01-13 09:19:51 -0500 |
| commit | 4df097eee94449eedc226e785afd753bb5747cc3 (patch) | |
| tree | ac36eea8e355be07f457988ec4007e9198cf18ca /hugo.toml | |
| parent | fd4634688b17b4232c2b4814e9e008645493a6ee (diff) | |
| download | samanthony.xyz-4df097eee94449eedc226e785afd753bb5747cc3.zip | |
revert to using system fonts (webfonts too slow)
This reverts commits
098292edefb338bd9e968d32ba4502bdb3ecb5a8
fd4634688b17b4232c2b4814e9e008645493a6ee
Diffstat (limited to 'hugo.toml')
| -rw-r--r-- | hugo.toml | 56 |
1 files changed, 56 insertions, 0 deletions
@@ -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] |