Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnmurray/johnmurray_io_old
My personal web site
https://github.com/johnmurray/johnmurray_io_old
Last synced: about 2 months ago
JSON representation
My personal web site
- Host: GitHub
- URL: https://github.com/johnmurray/johnmurray_io_old
- Owner: JohnMurray
- Created: 2012-05-23T11:08:22.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-25T05:26:46.000Z (over 10 years ago)
- Last Synced: 2024-10-15T23:26:01.514Z (3 months ago)
- Language: Ruby
- Size: 2 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# johnmurray.io
This code-base represents my personal blog [johnmurray.io][1]. However, it is freely
available for you to re-use (to build your own blog site presumably) if you so choose.The site is a standard [Sinatra][2] site with one exception. The site had now database
and renders Markdown files (using the RDiscount gem). Memcache is also used along with
standard HTTP cache headers to make this processes very lightweight. I deploy this site
to Heroku (as-is) and so that should be no problem.Feel free to email me if you have any questions or requests at me at johnmurray dot io.
[1]: http://www.johnmurray.io
[2]: http://sinatrarb.com