-
open cmd in folder where new site will be located
-
type hugo new site site_name
-
check that you get Congratulations!…
-
Hugo creates a number of folders
- archetypes -common parts
- content - content of website
- data - data-files location
- layouts - layouts definition for website
- static- store all static elements (images etc.)
- themes -place prebuit themes here
- config.toml - main site settings file