Danny Smith - Articles & Notes · Jul 11, 2026
Adding projects to this site, plus a few other bits
0Sign in to vote or save
This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
I’ve made a few little additions to this site, the biggest one being a new page at /making which shows some of my side-projects. It’s driven by a new projects content collection whose schema looks like this: const projects = defineCollection ({ loader : glob ({ pattern : ' **/[^_]*.{md,mdx} ' , base : ' ./src/content/projects ' }), schema : ({ image }) => z. object ({ title : z. string (), byline…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.