Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 193 Bytes

File metadata and controls

20 lines (13 loc) · 193 Bytes

To get hugo theme

git submodule update --init --recursive

To deploy:

hugo && vercel --prod

To dev locally

hugo server

Then open http://localhost:1313