woo good progress on #scout today, my static site generator
cleaned and split the code, and quickly built basic templating :3
it now:
- maps input mdx files to output structure (with nice urls, projects.mdx > projects/index.html)
- parses frontmatter
- renders mdx from page
- puts mdx component in the template as chosen in the frontmatter
- statically renders page to output dir
next up:
- css (with ICSS, postcss)
- configurable component injection, both for use in pages, and to override certain markdown mappings
- making my site with this :P