samsoffes / samsoff.es
- Source
- Commits
- Network (1)
- Issues (1)
- Downloads (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Feb 04 20:53:04 -0800 2010 | |
| |
Gemfile | Thu Feb 04 20:54:12 -0800 2010 | |
| |
Rakefile | Thu Feb 04 21:33:10 -0800 2010 | |
| |
Readme.markdown | Thu Feb 04 21:38:44 -0800 2010 | |
| |
config.ru | Thu Feb 04 20:53:04 -0800 2010 | |
| |
config/ | Thu Feb 04 23:22:58 -0800 2010 | |
| |
jekyll/ | Thu Feb 04 23:30:32 -0800 2010 | |
| |
samsoffes.rb | Thu Feb 04 21:33:10 -0800 2010 | |
| |
stylesheets/ | Thu Feb 04 23:22:58 -0800 2010 |
samsoff.es
This is my blog. You can read it at http://samsoff.es.
It's running on Jekyll (blog-aware, static site generator) on Sinatra with Markdown.
I used a lot of ideas from Tom Preston-Werner, Tom Ward, and Alex Payne. I also used the technique for running Jekyll on Sinatra from Jesse Storimer's blog.
Feel free to use anything here except my posts without asking.
Running Locally
Be sure you have all of the gems required by running
gem bundle
To start, run rake jekyll:auto in one tab, and rake server in another.
This will start the server at http://localhost:9393/.
You will probably want to Compass in watch mode as well. Run this command to have Compass watch the sass directory. You'll need to restart the server each time you change a sass file though (which sucks, I know).
rake compass:watch
Running rake jekyll will remove the Jekyll cache and rebuild it. You can read Rakefile for more information.

