Example Hugo website using Github pages
Learn more about Github pages at the official documentation.
To work locally with this project, you'll have to follow the steps below:
-
Fork, clone or download this project.
-
Install
git
andgo
. -
Install Hugo.
-
Preview your project:
hugo server
-
Add content.
-
Optional. Generate the website:
hugo
Read more at Hugo's documentation.
Hugo supports a variety of themes.
Visit https://themes.gohugo.io/ and pick the theme you want to use. In the Pages example, we use https://themes.gohugo.io/themes/gohugo-theme-ananke/.
If you forked this project for your own use, please go to your project's Settings and remove the forking relationship, which won't be necessary unless you want to contribute back to the upstream project.