Deploy hugo website to Github Pages

Hey! My first post is a dog eats dog post: I will give you the commands I used to deploy my blog using hugo framework to github pages. Sources: Quick start on official Hugo website Papermod Theme Installation Prerequisites git hugo cli Local setup Create a new hugo website This command will generate a template for hugo project. By default it will use .toml extension for the configuration file. You can also use .yaml extension by adding --config hugo.yaml to the first command. ...

November 28, 2023 · 3 min