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 install
And then start the dev server.
$ bundle exec jekyll serve
You can now view the page at http://localhost:4000
To run it on a different port run:
$ bundle exec jekyll serve --port 4001
You can also turn on live reloading and incremental builds while editing.
$ bundle exec jekyll serve --incremental --livereload
The build script is in netlify.toml
and it runs the following:
$ jekyll build
You can convert a SVG social card to PNG with:
$ ./gen-social-cards assets/social-cards/filename.svg
To 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.