diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-01-13 08:19:13 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-01-13 08:19:13 -0500 |
| commit | 098292edefb338bd9e968d32ba4502bdb3ecb5a8 (patch) | |
| tree | 8849d8a806354e1e779891a6e214ed42c2f9f24c /themes | |
| parent | 68ed6bb0b68677b5a19db0d00aa9f2e33cb3ba98 (diff) | |
| download | samanthony.xyz-098292edefb338bd9e968d32ba4502bdb3ecb5a8.zip | |
move fonts to theme
Diffstat (limited to 'themes')
| m--------- | themes/aoidh/assets/fonts/plex | 0 | ||||
| -rw-r--r-- | themes/aoidh/hugo.toml | 57 |
2 files changed, 57 insertions, 0 deletions
diff --git a/themes/aoidh/assets/fonts/plex b/themes/aoidh/assets/fonts/plex new file mode 160000 +Subproject bb3ab6404e1881ea286f8742dc839e09057db6d diff --git a/themes/aoidh/hugo.toml b/themes/aoidh/hugo.toml index 1410ef9..b8cf716 100644 --- a/themes/aoidh/hugo.toml +++ b/themes/aoidh/hugo.toml @@ -2,3 +2,60 @@ [module.hugoVersion] extended = false min = '0.146.0' + [[module.mounts]] + source = 'assets/fonts/plex/packages/plex-serif/fonts/split/woff2' + target = 'static/fonts/plex/packages/plex-serif/fonts/split/woff2' + [[module.mounts]] + source = 'assets/fonts/plex/packages/plex-mono/fonts/split/woff2' + target = 'static/fonts/plex/packages/plex-mono/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] |