Comment on From Gatsby gridlock to Astro bliss: my personal site redesignparentComments−dimitrisnl1yIt looks great, but that's a DSL I must learn and re-use nowhere else.−cpursley1yThere's not really any DSL. You just put some TS in the frontmatter for fetching/transforming at build time, TS in a script tab (if needed) and the html is just basic templating that takes props.
Comments
It looks great, but that's a DSL I must learn and re-use nowhere else.
There's not really any DSL. You just put some TS in the frontmatter for fetching/transforming at build time, TS in a script tab (if needed) and the html is just basic templating that takes props.