Hello World
Still empty, hope i don’t forget to fill this in soon.
Well, here’s at least how i installed Hugo (the framework) on my machine.
winget install Hugo.Hugo.ExtendedThen, I created a repository on GitHub (since i plan on hosting this blog using GitHub pages).
After cloning said repository onto my local machine, i initialized the Hugo site inside the folder, making sure the root of the site is at the root of the repository.
# the --force flag is needed since the repository is non-empty thanks to the .git folder
hugo new site .\ --forceAfter installing a theme (I used Etch), I proceeded to follow some basic examples, and managed to create this first page!