Init readme

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-03-20 21:15:00 +01:00
parent eca0b50fff
commit e008473cf5

View File

@@ -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
```