diff options
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] |