Add README.md

This commit is contained in:
2025-03-27 14:31:31 +01:00
parent c6cf888547
commit a0ad73de86
+24
View File
@@ -0,0 +1,24 @@
# My Personal Website
This repo contains the source code for [my personal website](https://hazemkrimi.tech/) madee using Hugo.
## Requirements To Run Locally
1. Install [Hugo](https://gohugo.io/installation/).
2. Clone the repo:
```
git clone https://github.com/hazemKrimi/personal-website
cd personal-website
```
3. To run the webserver that reloads on saved changes run the following command:
```
hugo server
```
## Deployment
To deploy to GitHub pages you can use [this guide from the Hugo docs](https://gohugo.io/host-and-deploy/host-on-github-pages/)