Eleventy Recipes Wordmark

Eleventy Recipes

Deploy an Eleventy site to Netlify

By Mike Aparicio

This will get our site out into the world and allow us to preview changes before going live.

Prerequisites

Create a git repository for your Eleventy project

What you'll need

☑️ A Netlify account

Directions

  1. Log into Netlify
  2. Click the "New site from Git" button
  3. Select "Github" as your Git provider
  4. Select your repository (username/my-eleventy-project)
  5. Click the "Deploy site" button

Optional - Change your site name

  1. Click the "Site settings" button
  2. Click the "Change site name" button
  3. Enter a custom site name
  4. Click the "Save" button

Resources