From a0ad73de8608c8e01976a54d65ed3d4fd6081045 Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Thu, 27 Mar 2025 14:31:31 +0100 Subject: [PATCH] Add README.md --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..644c9ef --- /dev/null +++ b/README.md @@ -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/)