mirror of
https://github.com/anotherhadi/blog.git
synced 2026-04-02 03:32:10 +02:00
Init readme
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
46
README.md
46
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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user