Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tushar-rishav/blogular
:ledger: Blog generator with minimum setup
https://github.com/tushar-rishav/blogular
Last synced: about 2 months ago
JSON representation
:ledger: Blog generator with minimum setup
- Host: GitHub
- URL: https://github.com/tushar-rishav/blogular
- Owner: tushar-rishav
- Created: 2015-09-16T14:28:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-17T11:53:43.000Z (almost 9 years ago)
- Last Synced: 2024-10-13T09:47:54.744Z (3 months ago)
- Language: HTML
- Homepage:
- Size: 691 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blogular
######Blog generator with minimum setup
###### Inspired by [glob](https://github.com/vasuman/glob)### For demo
```sh
cd Blogular
```
and then,
```
python -m SimpleHTTPServer # for Python 2 users
```
OR
```
python3 -m http.server # 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! :smile: