|
@@ -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/)
|