Skip to content

Repository files navigation

MDX Blog

Place your .mdx files inside the content/ folder. Running npm run build converts each file to an HTML page in dist/ and creates an index page linking to them. Any other files in content/ (like images) are copied to dist/ so you can reference them from your posts.

Serve the generated site locally with:

npm run build
npm run serve

A GitHub Actions workflow in .github/workflows/deploy.yml builds the site and publishes the dist/ folder to GitHub Pages whenever you push to the master branch.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages

Generated from B1RO/mdx_docker