Personal website written with Hugo using LoveIt theme.
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
Hugo builds the site with hugo
command and puts the results in public
folder.