MdPress
Markdown-powered Site Generator
Simplicity First
Minimal setup with markdown-centered project structure helps you focus on writing.
Markdown-Powered
Enjoy the dev experience of webpack, use React components in markdown, and develop custom themes with React.
Performant
MdPress generates pre-rendered static HTML for each page, and runs as an SPA once a page is loaded.
# As Easy as 1, 2, 3
# install
yarn global add mdpress
# OR npm install -g mdpress
# create a markdown file
echo '# Hello MdPress' > README.md
# start writing
mdpress dev
# build to static files
mdpress build
COMPATIBILITY NOTE
MdPress requires Node.js >= 8.6.