windhamdavid 5 years ago
parent
commit
548c302e74
1 changed files with 16 additions and 1 deletions
  1. 16 1
      README

+ 16 - 1
README

@@ -1 +1,16 @@
-http://windhamdavid.github.com
+### A Github Jekyll page
+- published at [http://windhamdavid.github.com](http://windhamdavid.github.com)
+- using [https://jekyllrb.com/](https://jekyllrb.com/)
+
+```
+gem install jekyll bundler
+bundle init
+bundle
+
+```
+add the github pages gem
+```
+gem "github-pages", group: :jekyll_plugins
+```
+
+see also [https://jekyllrb.com/docs/github-pages/](https://jekyllrb.com/docs/github-pages/)