mdx-site
mdx-site copied to clipboard
Static site generator powered by TypeScript, MDX, & React.
Currently mdx-site doesn't work at all on Windows. I tweaked package.json and the defaults to make things work. I also added a default `npm_package_bin_mdx_site` path (which must be set in...
Bumps [acorn](https://github.com/acornjs/acorn) from 6.2.1 to 6.4.1. Commits 9a2e9b6 Mark version 6.4.1 90a9548 More rigorously check surrogate pairs in regexp validator df0cf1a Mark version 6.4.0 5303412 Also export Parser via Parser.acorn...
It seems wrong to force the title to be embedded as an ``, but that's what happens: https://github.com/ericclemmons/mdx-site/blob/8e67f229e610559d5f6cd26863c3422ccc97c2ba/src/utils/renderPage.tsx#L36 Need to just include the Markdown that I actually add.
To support client-side rendering, I'm thinking: 1. Generate `${folder}/index.html` from `public/index.html`. 1. Generate `${folder}/index.js` from the `index.mdx` + `index.tsx` 1. Run parcel against it to replace it.
I'm supporting _both_ Medium format & my legacy blog format. I'd like dates added to blog posts, since some are _years_ apart.