Install HUGO

  • First let’s click on this HUGO download

  • Then scroll down to the hugo_xxx_windows-64bit. Zip installation package and click Download.

  • Unzip and put the hugo.exe file in the directory D:\Software\ Hugo.

  • Add the path D:\Software\ Hugo to path.

  • Use cmder to open a secure document, and then enter Hugo Version to check the version number. It shows that the publication number is successfully installed, as shown below:

Build a Blog quickly

  1. We entered the official website of HUGO, as shown below:

  1. We have completed the installation of HUGO in the first step. Now we have completed the second step. Following the instructions, we copied the Hugo New Site QuickStart code shown below, but QuickStart is the username, which is usually the same as the repository on Github named after your user.

And then I’ll keep copying the code until step 7 gives me a public directory, which is the site of our blog

  1. Then create a.gitignore file and add /public/ to it
  • Git init then initializes the repository.
  • Git add. Add the entire folder
  • Git commit -v commits the file to the local repository, stating the reason for the comment
  • Upload this file to a remote repository on Github

My blog

My blog is uploaded after the purchase of domain name.

After the