An open API service indexing awesome lists of open source software.

https://github.com/dtrckd/md2blog

Ultra light, simple and easy website generator based on markdown syntax.
https://github.com/dtrckd/md2blog

Last synced: 10 months ago
JSON representation

Ultra light, simple and easy website generator based on markdown syntax.

Awesome Lists containing this project

README

          

# md2blog
**Ultra light, simple and easy website generator based on markdown syntax.**

1. get things {tags, pages etc} from markdonws files,
2. generatate HTML:
* list of tags menu (square tags be inspired by ge-lidt top leadborder...)
* all tags pages list [sqare by title]
* unique html from markdowns

## Files Tree
./
./index.php
./menu.php
./images/ -- Images input
./md/ -- Markdown input
./html/ --XULHtml output
./css/ -- Static style files

## Usage
python md2blog.py

## Todo
* CSS/style Customization.
* Markown enhencement for special HTML and Javascstipt features...
* integration of MEAN/Meteor.