Skip to content

scottwater/scottw_com_blog

Repository files navigation

About

This is the personal blog of [Scott Watermasysk](http://scottw.com).

It is built with Jekyll and is currently hosted on Heroku with the help of Rack-Jekyll.

Building this site was made possible by the awesomeness of Jekyll and following folks for posting their Jekyll sites to Github:

At times it might be hard to see it in my mangled markup, but I borrowed pits and pieces form each of their sites to make this work.

Setup

Besides installing Jekyll and its dependencies, you will need both rack-jekyll and rack-rewrite.

gem install rack-jekyll gem install rack-rewrite

To run it locally, you will also need something like shotgun to serve the app.

gem install shotgun

Once shotgun is install, you can do:

shotgun config.ru

License

All original textual content is licensed under the Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 United States License.

All code is licensed under the Apache License, Version 2.0, reproduced below:

Copyright 2010 Scott Watermasysk

Licensed under the Apache License, Version 2.0 (the “License”);
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an “AS IS” BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Releases

No releases published

Packages

No packages published

Languages