Configure build settings for a repository that uses continuous deployment, and understand build image options for your site.| docs.netlify.com
Use environment variables to configure your site’s build and functionality. Learn how to declare and use environment variables with your site.| docs.netlify.com
Netlify takes the headache out of hosting and deploying a cloud function from your domain too.| tyhopp.com
Inject JavaScript snippets into all pages of your site for analytics or A/B testing, either in the head tag or at the end of the body tag.| docs.netlify.com
Learn about the different options for declaring and using environment variables, their limits, and overrides.| docs.netlify.com
Create functions source files in TypeScript and JavaScript. Use environment variables with functions, manage dependencies, and test locally.| docs.netlify.com
Specify dependencies for your project so that our platform can install required languages and software before running a build.| docs.netlify.com
Set up build hooks that trigger new builds and deploys when a URL receives a request. Use build hooks with external services or send requests yourself.| docs.netlify.com
Use a netlify.toml configuration file to specify how the platform builds and deploys your project.| docs.netlify.com
Netlify hosted their JAMStack Conf in San Francisco this past Wednesday. Quibbles with the JAMStack name aside, there were some great talks in the schedule and they’ve started to fill up my watch later list.| timkadlec.com
Join the Indie Web by adding Webmentions to your serverless Eleventy static site with this step-by-step tutorial. No client-side JavaScript needed!| sia.codes