Skip to main content

Tag: Hugo clarity

Deploying a static Hugo website on Github Pages

# Last updated: 01/11/2023 #

(This post was automatically translated with www.DeepL.com/Translator)

The site you are viewing consists of a static Hugo website hosted on Github :

Github provides the ability to expose a static web site for each public repository in the account. All that is required is:

  • html+css in the repository;
  • The Github Pages feature enabled.

The static code of each repository will then be accessible at the url: https://MONLOGINGITHUB.github.io/MONDEPOT/

Hugo is a generator of static web sites : You write pages in markdown, you launch Hugo, and it generates all the html and the structure of site that Github will expose.