You can download a prebuit theme, add content and that’s it
-
go to http://themes.hugoio.com
-
select a theme
- you can demo before
-
press download theme
- it will link to a github page
-
copy .git location in github for cloning
-
go to the website themes folder
-
type github clone theme_location in gitbash
- theme will create folders similar to site folders
- note theme folder name. It is the theme name
-
go to config.toml
- type theme = “name_of_theme”
-
to test open cmd
- type hugo server
- goto web browser and type http://localhost:1313. Check that site has a new theme.