Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 461 Bytes

File metadata and controls

24 lines (19 loc) · 461 Bytes

Repairrabbit

Install hugo globally in mac, if you use window follow this instruction

brew install hugo

varify hugo is installed

hugo version

now go to repairrabbit.gitlab.io/hugo folder

run website with theme rr-1

hugo server --noHTTPCache -t rr-1 --disableFastRender

build website

hugo

this will generate public folder which contain generated static website