This is the source code of my website. The generated HTML is stored in the master branch, for Github's benefit.
It's fairly simple: bundle
. That's all. You should be able to run the default
task in rake. (Running rake
with no arguments, spawning middleman server
)
- Run
rake article blah blah blah
to create a new blog post entitled 'blah blah blah'. - Run
rake deploy
to push the resulting code to github and my server
This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/.