Below you will find pages that utilize the taxonomy term “Tutorial”
Posts
Hosting Hugo on GitHub
Hosting your static site on Git Hub. This post assumes that you followed this tutorial to create your hugo static site on local machine.
Create a repo on GitHub To host your site on github you need to create your repo with a particular name
<username>.github.io You should push your repo here.
Add this file to automate github actions name: github pages on: push: branches: - main # Set a branch to deploy pull_request: jobs: deploy: runs-on: ubuntu-20.
Posts
Hugo
Hugo Hugo is a static site creator which allows you to write md files and converts them to beautiful html pages.
This tutorial is about developing a static site server on you local machine. We will see how you can install hugo in you machine we will create a site, we will add a theme and we will add a post to that site.
Installation Hugo is very easy to install and start working with it will get you writing really quickly.