A static site generator using MDX and Deno. Work in progress.
- Serve a directory and render
mdx
files on the fly - Compile to html and deploy to a static host.
- Import
jsx
files frommdx
files. - Import
mdx
files frommdx
files 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
mdx
imports forevaluate
-
Support importing
tsx
components frommdx
-
Support a documentation like website format
-
Basic CLI to allow operations like
init
,New Post
, etc that can use preferred templates