ac2a52af20
- 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>
7 lines
112 B
TOML
7 lines
112 B
TOML
[build]
|
|
command = "make build"
|
|
publish = "_site"
|
|
|
|
[context.deploy-preview]
|
|
command = "make build-preview"
|