Setting Up A Blog With Hugo
This site uses hugo and setup was easy. Following the
hugo quick-start was very
straight forward and simple.
Install
Install prerequisites:
- go
- git
- hugo minimum version of 0.74.x for the terminal theme
|
|
For setting up hugo live server in WSL
I found this helpful tip to use your WSL IP address.
Deploy Website
There are many ways to do this. Check the
Hosting & Deployment for many ways
to do this.
For my website dereklomax.com I prefer to use the
rsync
option.
Hugo is a static site generator which means to deply your website you want to
share files. There is no need to run the hugo live sever on your web server.
This live server is to help you in the development process of your website.
share files. There is no need to run the hugo live sever on your web server.
This live server is to help you in the development process of your website.