My site.
The fantastic Jami Gibbs created this jeyll template. You can check out her code here.
Here are some steps to get you started for local development:
- Clone this repo and cd into the directory:
git clone https://github.com/jamigibbs/portfolio.git your-dir-name
cd your-dir-name
- Run Jekyll:
jekyll serve --watch
- In your browser, navigate to:
http://127.0.0.1:4000