Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 793 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 793 Bytes

createdbypete.com

This is my personal website. It is built using the static site generator Middleman.

Getting Started

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

Build

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

Deploy

Ensure Firebase is setup locally to deploy the static files.

./bin/deploy