filmov
tv
Build a website with Hugo and Github Pages - Tutorial

Показать описание
This tutorial will help you build and host your static website.
1. Install powershell 7 on a windows system
Check the version of PowerShell you have on your system, open PowerShell and type
$PSVersionTable.PSVersion
To install PowerShell 7 on your system using Winget type the following command t
winget install --id Microsoft.Powershell --source winget
2. Install Visual studio code
3. Install Go
4. Setup a github account and github desktop
5. Installing Hugo using Chocolatey
Chocolatey is a popular package manager for Windows that simplifies the installation of software and manages dependencies neatly.
Step 1: Install Chocolatey
Open PowerShell 7 as an Administrator and type:
Step 2: Install Hugo extended Using Chocolatey
choco install hugo-extended -confirm
6. Install Dart Sass using Chocolatey
choco install sass
Resourses
1. Install powershell 7 on a windows system
Check the version of PowerShell you have on your system, open PowerShell and type
$PSVersionTable.PSVersion
To install PowerShell 7 on your system using Winget type the following command t
winget install --id Microsoft.Powershell --source winget
2. Install Visual studio code
3. Install Go
4. Setup a github account and github desktop
5. Installing Hugo using Chocolatey
Chocolatey is a popular package manager for Windows that simplifies the installation of software and manages dependencies neatly.
Step 1: Install Chocolatey
Open PowerShell 7 as an Administrator and type:
Step 2: Install Hugo extended Using Chocolatey
choco install hugo-extended -confirm
6. Install Dart Sass using Chocolatey
choco install sass
Resourses