Skip to content

Commit

Permalink
Revert "content: Add ids to the Netlify steps"
Browse files Browse the repository at this point in the history
This reverts commit c08c8e1.

This will eventually fix itself with gohugoio/hugo#13403
  • Loading branch information
bep committed Feb 15, 2025
1 parent c08c8e1 commit 3d504ab
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions content/en/hosting-and-deployment/hosting-on-netlify/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,68 +32,68 @@ This procedure will enable continuous deployment from a GitHub repository. The p

Step 1
: Log in to your Netlify account, navigate to the Sites page, press the **Add new site** button, and choose "Import an existing project" from the dropdown menu.
{#step-1}

Step 2
: Select your deployment method.
![screen capture](netlify-step-02.png)
{#step-2}

![screen capture](netlify-step-02.png)

Step 3
: Authorize Netlify to connect with your GitHub account by pressing the **Authorize Netlify** button.
![screen capture](netlify-step-03.png)
{#step-3}

![screen capture](netlify-step-03.png)

Step 4
: Press the **Configure Netlify on GitHub** button.
![screen capture](netlify-step-04.png)
{#step-4}

![screen capture](netlify-step-04.png)

Step 5
: Install the Netlify app by selecting your GitHub account.
![screen capture](netlify-step-05.png)
{#step-5}

![screen capture](netlify-step-05.png)

Step 6
: Press the **Install** button.
![screen capture](netlify-step-06.png)
{#step-6}

![screen capture](netlify-step-06.png)

Step 7
: Click on the site's repository from the list.
![screen capture](netlify-step-07.png)
{#step-7}

![screen capture](netlify-step-07.png)

Step 8
: Set the site name and branch from which to deploy.
![screen capture](netlify-step-08.png)
{#step-8}

![screen capture](netlify-step-08.png)

Step 9
: Define the build settings, press the **Add environment variables** button, then press the **New variable** button.
![screen capture](netlify-step-09.png)
{#step-9}

![screen capture](netlify-step-09.png)

Step 10
: Create a new environment variable named `HUGO_VERSION` and set the value to the [latest version].

[latest version]: https://github.com/gohugoio/hugo/releases/latest
![screen capture](netlify-step-10.png)
{#step-10}

![screen capture](netlify-step-10.png)

Step 11
: Press the "Deploy my new site" button at the bottom of the page.
![screen capture](netlify-step-11.png)
{#step-11}

![screen capture](netlify-step-11.png)

Step 12
: At the bottom of the screen, wait for the deploy to complete, then click on the deploy log entry.
![screen capture](netlify-step-12.png)
{#step-12}

![screen capture](netlify-step-12.png)

Step 13
: Press the **Open production deploy** button to view the live site.
![screen capture](netlify-step-13.png)
{#step-13}

![screen capture](netlify-step-13.png)

## Configuration file

Expand Down

0 comments on commit 3d504ab

Please sign in to comment.