Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create netlify.toml #28

Closed
MichaelCurrin opened this issue Nov 23, 2020 · 1 comment · Fixed by #29
Closed

Create netlify.toml #28

MichaelCurrin opened this issue Nov 23, 2020 · 1 comment · Fixed by #29

Comments

@MichaelCurrin
Copy link

This will make it easier for others to setup and manage the site.

[build]
  command = "jekyll build --trace"
  publish = "_site"

You can also let Netlify set these values for you in the project UI but l like to be explicit. You also get control like setting environment to be JEKYLL_ENV=production and adding flags like --trace.

@maximevaillancourt
Copy link
Owner

Neat! Thank you for the suggestion Michael. 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants