From e008473cf5b4081874975402411195a4b005a9f1 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Fri, 20 Mar 2026 21:15:00 +0100 Subject: [PATCH] Init readme Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- README.md | 46 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d00aa2f..966bfef 100644 --- a/README.md +++ b/README.md @@ -1 +1,45 @@ -# Another Hadi +``` + ▄▄▄▄▄▄ ▄▄ ▄▄▄▄ ▄▄▄▄ + ██▀▀▀▀██ ██ ██▀▀██ ██▀▀▀▀█ + ██ ██ ██ ██ ██ ██ + ███████ ██ ██ ██ ██ ▄▄▄▄ + ██ ██ ██ ██ ██ ██ ▀▀██ + ██▄▄▄▄██ ██▄▄▄▄▄▄ ██▄▄██ ██▄▄▄██ + ▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀▀ ▀▀▀▀ ▀▀▀▀ +``` + +# Another Hadi's Blog + +My personal portfolio & blog; built with **Astro**, **Tailwind CSS** and **DaisyUI**. +Live at [hadi.diy](https://hadi.diy). + +Started from [bloomfolio](https://github.com/lauroguedes/bloomfolio), thanks for this great project! + +## Overview + +A fast, static personal website featuring: + +- **Blog**: Articles about cybersecurity, OSINT, and technology. +- **Projects**: A showcase of my open-source work. +- **RSS Feed**: Available at `/rss.xml` for blog posts & projects. + +## Local Development + +1. **Clone the repo:** + +```bash +git clone https://github.com/anotherhadi/blog +cd anotherhadi +``` + +2. **Install dependencies:** + +```bash +bun install +``` + +3. **Start the dev server:** + +```bash +bun run dev +```