This repository contains all the data for my personal website, billdami.com. It is built with Jekyll, an open source static site generator.
The following directories and their contents are copyright Bill Dami. You may not reuse anything therein without my permission:
- _drafts/
- _posts/
- img/
- resume/
- work/
All other directories and files are MIT Licensed.
To force GitHub Pages to rebuild the site with the current commit, use the following command:
git commit -m 'rebuild pages' --allow-empty
git push origin master