Personal site built with Middleman. More to come.
- Clone the repo.
git clone https://github.com/pschfr/middleman-personal
- Install Middleman.
- Run
bundle install
to install dependencies. - Finally, run with
bundle exec middleman server
.
Thanks to the middleman-gh-pages
gem, it's simple!
rake build
to compile to the build directory, andrake publish
to build and publish to thegh-pages
branch!
- This depends on a .gitignored file called
data/secret.json
, sodata/secret.example.json
is provided as a template. - LiveReload is disabled for now, see middleman/middleman#2142