This is the repository hosting the files for my personal website.
It is based on Hugo and uses the PaperMod theme.
In order to contribute, or fork this for yourself, you will first need to clone this repository.
git clone https://github.com/SamilKaraduman/my-hugo-site.git
Secondly, make sure you have Hugo installed. Installation will depend on your platform, so make sure to view their documentation.
Once everyting is set up, run the following commands to start a Hugo development server:
cd my-hugo-site
hugo server
You will then have a web server running at http://localhost:1313.
- PaperMod Theme: This website leverages the PaperMod theme. Thanks to Aditya Telange for their hard work!