Skip to main content
  1. docs/

Hugo

·42 words·1 min·
Guide Hugo
Author
Simone
4AHITM, Team Member
Table of Contents

Prerequisites
#

  • hugo or docker

developing
#

cd hugo
hugo server

Or if hugo isn’t installed:

./hugo-docker.sh server
Hugo runs on localhost:1313

hugo server will automatically reload the page when you save a file.
Hugo server with docker will not refresh automatically