Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 389 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 389 Bytes

Hugo Peronal Website

Personal website written with Hugo using LoveIt theme.

Development

Run:

hugo serve --disableFastRender -D

To run on local IP:

hugo server --bind=0.0.0.0 --baseURL=http://0.0.0.0 --disableFastRender -D

Build

Hugo builds the site with hugo command and puts the results in public folder.