Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rathrio/blog_engine
Simple file based blog engine
https://github.com/rathrio/blog_engine
Last synced: 18 days ago
JSON representation
Simple file based blog engine
- Host: GitHub
- URL: https://github.com/rathrio/blog_engine
- Owner: rathrio
- Created: 2012-07-18T19:44:18.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-02-25T17:46:17.000Z (over 9 years ago)
- Last Synced: 2024-08-01T00:57:05.257Z (3 months ago)
- Language: JavaScript
- Homepage: rathrio.ch
- Size: 714 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog Engine
This is a simple file based blog engine built with [Sinatra](http://www.sinatrarb.com/)
based on the basic example from this excellent [book](http://shop.oreilly.com/product/0636920019664.do).## Installation
Execute `$ bundle install` to install all required gems and their dependencies.
To fetch all [articles](https://github.com/rathrio/articles) execute `$ git submodule init` and
`$ git submodule update`.## Running
Execute `$ shotgun` to start up a the webserver. Visit `localhost:9393` in your browser to view the blog.