Personal website with blog, resume and pojects.
- Static site generation with Jekyll
- Responsive front-end using ZURB Foundation
- "Skim Friendly Resume" inspired by Maxim Chernyak
- PDF resume generated using a custom Jekyll plugin that wraps around wkhtmltopdf
-
Clone this repo:
git clone https://github.com/tombb/tom.broerse.me.git
-
Install wkhtmto2pdf:
- Download the static binary from http://code.google.com/p/wkhtmltopdf/downloads/list
- Extract it to /bin/wkhtmltopdf
-
Generate the site:
cd tom.broerse.me jekyll --server
After a few seconds the site should be up and running at http://localhost:4000.
Feel free to change any of this to your own needs.