https://github.com/kehers/tinypress
Create and easily manage your blog on Github
https://github.com/kehers/tinypress
Last synced: 2 months ago
JSON representation
Create and easily manage your blog on Github
- Host: GitHub
- URL: https://github.com/kehers/tinypress
- Owner: kehers
- Created: 2015-12-07T05:33:00.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-07T06:20:59.000Z (about 10 years ago)
- Last Synced: 2024-04-13T00:43:35.326Z (almost 2 years ago)
- Language: PHP
- Size: 1.14 MB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github - TinyPress - TinyPress is the easiest way to publish a blog on GitHub. (Tips, tricks, tools, and add-ons for GitHub power users)
README
## Tinypress
### About
Tinypress allows you create and manage your Github page blog. It uses the [Github API](https://developer.github.com/) to provide [Jekyll's](http://jekyllrb.com/) implementation through a simple interface.
### Languages and Database
The core of the site is powered by PHP. The markdown parsers are written in Ruby. The client side is, ofcourse, HTML, CSS and Javascript (Backbone). The database is MySQL. MySQL stores template configurations, scheduled posts, saved posts and profile details. Redis is used to cache posts pulled from Github to prevent incessant API polling.
### Services
*To be updated*
### Setup
*To be updated*