Personal site & blog. Built using the Hugo static site generator.
- Ensure that Hugo is installed
To get started with the site locally, just run
hugo server
After the server has started, you can view the website on http://localhost:1313.
Build the site
hugo --minify
Use a http server to host the public/ folder. Here's an example using http-server.
npm i -g http-server
cd public
http-serverOutput
Starting up http-server, serving ./
Available on:
http://127.0.0.1:8080
http://192.168.0.1:8080
Hit CTRL-C to stop the server