Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 427 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 427 Bytes

Local Development

Pre-requisites: Hugo, Go and Git

# 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.