web3/site/components
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
..
Home Merge branch 'main' of https://github.com/life-itself/web3 into main 2022-03-21 19:14:36 +03:00
Layout.js [site/theme][s]: add footer with main links and social media links. 2022-03-17 15:15:54 +01:00
MDX.js [site/infra,#94][l]: switch from next/mdx to contentlayerfor rendering markdown files. 2022-03-23 14:37:53 +01:00
Nav.js [site/theme][s]: tweak logo section of Nav (uppercase, yellow). 2022-03-07 23:12:34 +01:00