Hugo

setup on ()

to be completed

cheatsheet

create a new site: go to folder, then :
$ hugo new site <my_site>
Congratulations! Your new Hugo site was created in path_to_my_local_site.

Just a few more steps...

  1. Change the current directory to /path_to_my_local_site.
  2. Create or install a theme:
  3. Edit hugo.toml, setting the "theme" property to the theme name.
  4. Create new content with the command "hugo new content /.".
  5. Start the embedded web server with the command "hugo server --buildDrafts".

See documentation at https://gohugo.io/. `