This is my personal website. It is built using the static site generator Middleman.
Clone the project on the develop
branch and run setup.
git clone https://github.com/createdbypete/createdbypete.github.io.git --branch develop
cd createdbypete.github.io
./bin/setup
Run the Middleman server for development.
./bin/server
You can build the project with Docker as your only dependency.
docker build -t createdbypete.github.io:latest .
docker -v $(pwd)/build:/src/build createdbypete.github.io:latest bundle exec middleman build
Ensure Firebase is setup locally to deploy the static files.
./bin/deploy