Skip to content

Commit e1cdf94

Browse files
committed
Add a netlify config file to speculatively build the site properly.
1 parent c339fee commit e1cdf94

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

netlify.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[build]
2+
command = "bundle install && bundle exec jekyll build"
3+
publish = "_site/"
4+
5+
[context.production.environment]
6+
JEKYLL_ENV = "production"
7+
8+
[context.deploy-preview.environment]
9+
JEKYLL_ENV = "development"

0 commit comments

Comments
 (0)