Install Hugo
Generate the site:
hugo
Generate the site and open a live reload web server:
hugo server
Include draft posts in the output:
hugo -D
Deploys happen on push to the prod
branch via Github Actions
Install Hugo
Generate the site:
hugo
Generate the site and open a live reload web server:
hugo server
Include draft posts in the output:
hugo -D
Deploys happen on push to the prod
branch via Github Actions