====== Netlify ====== Netlify provides serverless hosting services for static websites. The basalt netlify upload target can be used to automatically upload a built site to netlify. ===== Configuring the Netlify upload target ===== First, set basalt to use the netlify [[Automatic build uploading|upload function]]. Then you have to configure the netlify options in the [[Secrets|secrets file]]. First, log into your netlify account, go to your account's settings, then select "Applications" from the sidebar. Scroll down to "Personal access tokens", and create one. Take note of the token. Now, in your secrets file, add two entries ^Name^Value^ |netlify_pat|The token you copied earlier from the dashboard| |netlify_site|The primary domain of your netlify site|