A static site generator using MDX and Deno. Work in progress.
- Serve a directory and render
mdxfiles on the fly - Compile to html and deploy to a static host.
- Import
jsxfiles frommdxfiles. - Import
mdxfiles frommdxfiles using import rewriting - Frontmatter support
- shiki support
-
MDX options provided by user
-
Configurable layout
-
On demand render with server
-
HMR
-
Deploy with real blog
-
Cache build files to avoid rebuilds
-
Serve shouldn't have to save cache files to local file store
-
Handle nested
mdximports forevaluate -
Support importing
tsxcomponents frommdx -
Support a documentation like website format
-
Basic CLI to allow operations like
init,New Post, etc that can use preferred templates