If you'd like to contribute to our compilation of Common Serverless Errors, submit a new issue and fill out the template.
Or if you'd like to edit a specific doc, just submit a PR!
To use this repo locally, start by running.
$ bundle installAnd then start the dev server.
$ bundle exec jekyll serveYou can now view the page at http://localhost:4000
To run it on a different port run:
$ bundle exec jekyll serve --port 4001You can also turn on live reloading and incremental builds while editing.
$ bundle exec jekyll serve --incremental --livereloadThe build script is in netlify.toml and it runs the following:
$ jekyll buildYou can convert a SVG social card to PNG with:
$ ./gen-social-cards assets/social-cards/filename.svgTo deploy git push to master branch.
Deploy status can be viewed on the Netlify dashboard.
https://app.netlify.com/sites/seed
To use jekyll.environment in template, set JEKYLL_ENV to production as environment variable in the Netlify dashboard.