/Blogular

:ledger: Blog generator with minimum setup

Primary LanguageHTML

Blogular

######Blog generator with minimum setup

Inspired by glob

For demo

  cd Blogular

and then,

  python -m SimpleHTTPServer <port-number>  # for Python 2 users

OR

  python3 -m http.server <port_number>   # for Python 3 users

Usage

Populate data/blog_detail.json file with the content of your article. That's it! Yup, now you are ready to serve your dishes my friend! 😄