hugo
hugo is a static website generator
Usefull command
hugo server -b localhost/starterlaunch a test server on your local machine- -b is for baseURL option depend to configuration
- you can add -t with theme name if you have few theme installed
hugo new site .create a new site skeletonhugo new test.mdcreate a new file in content folderhugocompile site