Commit Graph

7 Commits

Author SHA1 Message Date
khalilcodes 5e75ffc8bb add remark wiki link package 2022-04-07 03:04:15 +03:00
khalilcodes 72beb533c5 add react-player package 2022-03-25 14:35:50 +03: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
sdiehl 46267a08d9 Fix site build, add yarn. 2022-03-13 11:10:39 +00:00
Rufus Pollock 7538c4f26b [site/theme][m]: implement dark mode and default to it (purple background).
* upgraded tailwind to >= 3.0.0 and typography to >= 0.5.
* (accidental): move web3.html to public so it works
2022-03-04 16:00:56 +01:00
Rufus Pollock 3481f8e0ef [site/build][xs]: add export command. 2022-03-04 02:43:16 +01:00
Rufus Pollock cfd151fe5c [site,#53][l]: skeleton website based off nextjs template https://github.com/datopian/nextjs-tailwind-mdx.
No real content yet. Just a skeleton.
2022-03-03 10:53:31 +01:00