mirror of
https://github.com/anotherhadi/blog.git
synced 2026-04-02 11:42:10 +02:00
54 lines
1.5 KiB
Markdown
54 lines
1.5 KiB
Markdown
```
|
|
▄▄▄▄▄▄ ▄▄ ▄▄▄▄ ▄▄▄▄
|
|
██▀▀▀▀██ ██ ██▀▀██ ██▀▀▀▀█
|
|
██ ██ ██ ██ ██ ██
|
|
███████ ██ ██ ██ ██ ▄▄▄▄
|
|
██ ██ ██ ██ ██ ██ ▀▀██
|
|
██▄▄▄▄██ ██▄▄▄▄▄▄ ██▄▄██ ██▄▄▄██
|
|
▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀▀ ▀▀▀▀ ▀▀▀▀
|
|
```
|
|
|
|
# Another Hadi's Blog
|
|
|
|
My personal portfolio & blog; built with **Astro**, **Tailwind CSS** and **DaisyUI**.
|
|
Live at [hadi.icu](https://hadi.icu/?utm_source=github&utm_medium=readme).
|
|
|
|
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
|
|
```
|
|
|
|
---
|
|
|
|
<div align="center">
|
|
<a href="https://github.com/anotherhadi/blog">github</a> |
|
|
<a href="https://gitlab.com/anotherhadi/blog">gitlab (mirror)</a> |
|
|
<a href="https://git.hadi.icu/anotherhadi/blog">gitea (mirror)</a>
|
|
</div
|