cuibonobo / cuibonobo.com

A static site generator for cuibonobo.com
https://cuibonobo.com
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

Resolve mismatch between data store types and SvelteKit routes #26

Closed cuibonobo closed 2 years ago

cuibonobo commented 3 years ago

Maybe the page type can hold routing and template information? This would required the ability to render individual Svelte pages if we are given a template. This would eliminate the need to have module blocks on Svelte pages because whatever is building the pages would already have the data.

cuibonobo commented 2 years ago

Fixed with #29 because the data store no longer separates posts by type. Routes are only determined by the Svelte folder structure.