diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-03-16 17:34:28 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-03-16 17:34:28 -0400 |
| commit | 2ab398cd629a98543e5393829735f3303e5abf1a (patch) | |
| tree | b2df6529d58b501af986b22264af7aa432f6b3a4 /hugo.toml | |
| parent | 8ee4b8237e2f89ee6d7b06d42d59bd5cddf83af7 (diff) | |
| download | samanthony.xyz-2ab398cd629a98543e5393829735f3303e5abf1a.zip | |
set type in ET Book font
Diffstat (limited to 'hugo.toml')
| -rw-r--r-- | hugo.toml | 56 |
1 files changed, 0 insertions, 56 deletions
@@ -32,59 +32,3 @@ relativeURLs = true name = 'Projects' pageRef = '/projects' weight = 4 - -[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] |