Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 267 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 267 Bytes
# Start the server
hugo mod tidy
hugo server --logLevel debug --disableFastRender -p 1313

Update theme

hugo mod get -u
hugo mod tidy

See Update modules for more details.