Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 635 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 635 Bytes

Personal Portfolio

This repository contains all the data for my personal website, billdami.com. It is built with Jekyll, an open source static site generator.

License

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.

Force rebuild

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