Skip to content
/ MDB Public

Minimal markdown blog generator for your Static Site

Notifications You must be signed in to change notification settings

R3ZV/MDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markdown Blog

How it works

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.

Website Structure

├── articles
│   ├── blog1.md
│   └── blog2.md
├── blogs (generated by MDB)
│   ├── blog.html
│   ├── post1.html
│   └── post2.html
├── index.html
└── styles
    ├── global.css
    └── index.css

Usage

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

About

Minimal markdown blog generator for your Static Site

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published