Commit Graph

4 Commits

Author SHA1 Message Date
sdiehl 0e4796abca Revert "Move ideologies to top level"
This reverts commit e3aa6c2d98.
2022-03-24 19:22:04 +00:00
sdiehl e3aa6c2d98 Move ideologies to top level 2022-03-24 14:21:19 +00:00
sdiehl 084b12f059 accelerationism page 2022-03-23 15:55:30 +00:00
Rufus Pollock 604708f165 [site/infra,#94][l]: switch from next/mdx to contentlayerfor rendering markdown files.
* Move all markdown into a dedicated `content/` directory
* use contentlayer (https://github.com/contentlayerdev/contentlayer) for loading markdown
* add catch all route pages/[...slug].js to generate all markdown routes using contentlayer to find pages

frontmatter now properly supported

NB: some nice side benefits like removing the hack in _app.js to render markdown template vs the general layout template

TODO: page titles need fixing
2022-03-23 14:37:53 +01:00