README 384 B

12345678910111213141516
  1. ### A Github Jekyll page
  2. - published at [http://windhamdavid.github.com](http://windhamdavid.github.com)
  3. - using [https://jekyllrb.com/](https://jekyllrb.com/)
  4. ```
  5. gem install jekyll bundler
  6. bundle init
  7. bundle
  8. ```
  9. add the github pages gem
  10. ```
  11. gem "github-pages", group: :jekyll_plugins
  12. ```
  13. see also [https://jekyllrb.com/docs/github-pages/](https://jekyllrb.com/docs/github-pages/)