Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 544 Bytes

File metadata and controls

18 lines (11 loc) · 544 Bytes

Notes

Use hugo server to start it.

Instructions after setup:

Just a few more steps...

  1. Change the current directory to /your/folder.
  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".