5 lines
299 B
Plaintext
5 lines
299 B
Plaintext
hugo: compiles site for html in Public folder. Push this to server to run website
|
|
hugo server --noHTTPCACHE: Run a local version of website at http://localhost:1313/
|
|
hugo new page.md: create a file in content to add a new page in markdown
|
|
--remove draft: true in page to make it apear in website
|