The program will convert every markdown file from 'articles' into HTML files in the 'posts' directory.
blog.html
will contain links to all of your posts with the possibility
to add more features in the future like post description, published date and more.
├── articles
│ ├── blog1.md
│ └── blog2.md
├── blogs (generated by MDB)
│ ├── blog.html
│ ├── post1.html
│ └── post2.html
├── index.html
└── styles
├── global.css
└── index.css
You will need just installed to build the binary.
git clone [email protected]:R3ZV/MDB.git
cd MDB
just run
The resulting binary can be either added to the PATH or if you have a 'bin' folder for your scripts you can add it there.
cp ./bin/mdb ~/bin/mdb
mdb help