Markdown blog implementation for developers.
- Fast: Preact is on place, so it can't be slow ⚡.
- Minimal: Super simple structure from preact-minimal
- Easy to extend: Markdown based, just add one more file to
posts/
and you're done 💪
Clone the project
git clone git@github.com:aganglada/mdblog.git
Enter the folder
cd mdblog
Install dependencies
yarn
If you are using npm...
npm i
npm run dev
You can start developing now on http://localhost:4000
npm run prod
Running this command will create an assets
folder that you can expose to your server.
npm run start
You can check on http://localhost:8080
Can it be easier?
- Go to
posts/
folder in the root structure. - Remove the example files.
- Add a new one.
- Pagination
- Themes
- Your suggestions
Pull request are more than welcome
MIT