Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aritheelk/mediachicken.com
- Owner: AriTheElk
- Created: 2014-09-28T22:40:28.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-28T21:16:34.000Z (over 9 years ago)
- Last Synced: 2024-10-30T01:46:28.310Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 2.72 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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