-
Hugo is no longer being used because it's too difficult to change the theme code
-
Built on Hugo
-
Using Raditian hugo theme
hugo.exe
for hugo v0.98.0 on windows 64-bit has already been installed in this Github repo
- Go to https://github.com/gohugoio/hugo/releases
- Scroll down to Assets and download the
.zip
file for your operating system - Extract the
hugo.exe
file
- Open a terminal and type the following commands:
cd
into the/hugo-website
folder- For example, type
cd C:/Downloads/hugo-website
- For example, type
- Type
hugo server
or./hugo server
- Note that the
hugo
here is thehugo.exe
file that must be downloaded
- Note that the
- Go to http://localhost:1313/
Hugo command | Description |
---|---|
hugo new site <site name> |
Creates a new hugo website |
hugo server |
Run hugo website |