Add Netlify configuration.

- The netlify.toml file explains how to build this site for production
  and deploy previews.
- The Makefile has some commands to make building the site slightly more
  user friendly, try typing `make help`.
- The Gemfile includes all the dependencies exported from GitHub Pages.
  This site might not need all of the but I don't have the knowledge to
  exclude the unused ones.

Signed-off-by: David Calavera <david.calavera@gmail.com>
This commit is contained in:
David Calavera
2016-09-07 16:37:43 -07:00
parent ef8da15e43
commit ac2a52af20
5 changed files with 160 additions and 14 deletions
+6
View File
@@ -0,0 +1,6 @@
[build]
command = "make build"
publish = "_site"
[context.deploy-preview]
command = "make build-preview"