An Octopress site running on Heroku.
Since we aren’t blogging, not using Octopress blogging feature for now.
The actual site is running at idcon.org
git clone git@github.com:nov/octopress-idcon.git cd octopress-idcon rbenv install # optional, you just need ruby 1.9.3 gem install bundler # skip if you already have it bundle
Assuming you already have pow pow.cx
cd ~/.pow ln -s /somewhere/you/installed/octopress-idcon idcon open http://idcon.dev
You just run the default rake task, which fetches recent events from idcon.doorkeeper.jp and update index.html
rake
If you have idcon.org heroku repository access,
git push heroku
otherwise, send a pull request.
When you are modifying SASS or HTML and don’t want to type “rake” each time you want to preview, just run
rake watch
then all changes you made are affected in realtime.
You just reload your browser.