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.
- Host: GitHub
- URL: https://github.com/dtrckd/md2blog
- Owner: dtrckd
- License: gpl-3.0
- Created: 2016-02-08T22:14:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-08-02T14:33:59.000Z (10 months ago)
- Last Synced: 2025-08-02T16:32:00.030Z (10 months ago)
- Language: CSS
- Homepage:
- Size: 485 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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.