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...
- Change the current directory to /path_to_my_local_site.
- Create or install a theme:
- Create a new theme with the command "hugo new theme "
- Or, install a theme from https://themes.gohugo.io/
- Edit hugo.toml, setting the "theme" property to the theme name.
- Create new content with the command "hugo new content /.".
- Start the embedded web server with the command "hugo server --buildDrafts".
See documentation at https://gohugo.io/. `