This repo contains the source code for my personal website madee using Hugo.
-
Install Hugo.
-
Clone the repo:
git clone https://github.com/hazemKrimi/personal-website
cd personal-website
- To run the webserver that reloads on saved changes run the following command:
hugo server
To deploy to GitHub pages you can use this guide from the Hugo docs