Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aritheelk/mediachicken.com

flask application for mediachicken.com. Eventually this project will turn into a minimal MD+YAML powered blogging engine for flask.
https://github.com/aritheelk/mediachicken.com

Last synced: 5 days ago
JSON representation

flask application for mediachicken.com. Eventually this project will turn into a minimal MD+YAML powered blogging engine for flask.

Awesome Lists containing this project

README

        

# mediachicken
flask application for mediachicken.com. It is a custom written blogging engine built for heroku (but deployable on any server) and flask. It runs off a few various technologies including markdown for posts. It also runs without a database, it's post indexes are created on run and stored in yaml files. Eventually this will likely be switched to Redis or similar to eliminate the need for constant file IO.

# what's inside
- Python 3.4 + flask - core engine
- jade - templating language
- SCSS - template styling
- Coffeescript - custom template scripts
- Markdown - posts are written in markdown
- YAML - post meta data is stored in YAML headers, also for indexes.
- Grunt - for automagical compilation and compression of themes.

# credits
## developers
- @mediachicken Garet McKinley - creator

## assets

- skrollr - https://github.com/Prinzhorn/skrollr
- bootstrap - http://getbootstrap.com
- jQuery - http://jquery.com