Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/armanruet/armanhossen.github.io
Personal Portfolio
https://github.com/armanruet/armanhossen.github.io
Last synced: 11 days ago
JSON representation
Personal Portfolio
- Host: GitHub
- URL: https://github.com/armanruet/armanhossen.github.io
- Owner: armanruet
- License: mit
- Created: 2023-02-12T21:33:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-18T13:42:13.000Z (about 1 month ago)
- Last Synced: 2024-12-18T14:23:31.613Z (about 1 month ago)
- Language: TypeScript
- Size: 5.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# armanruet.github.io ⚡️
My personal website and blog built with modern technologies.
## Tech Stack
- **Framework**: [Next.js](https://nextjs.org/)
- **Deployment**: [Vercel](https://vercel.com)
- **Styling**: [Tailwind CSS](https://tailwindcss.com/)
- **Content**: [MDX](https://mdxjs.com/)## Features
- 🌓 Dark/Light mode support
- 📱 Responsive design
- ✍️ Blog posts with MDX
- 🎨 Tailwind CSS styling
- 🚀 Fast page loads
- 📊 Professional layout## Running Locally
1. Clone this repo:
```bash
git clone https://github.com/armanruet/armanruet.github.io.git
```2. Navigate to the project:
```bash
cd armanruet.github.io
```3. Install dependencies:
```bash
npm install
# or
yarn install
# or
pnpm install
```4. Start the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```5. Open [http://localhost:3000](http://localhost:3000) in your browser.
## Project Structure
```
├── app/
│ ├── blog/ # Blog posts and utilities
│ ├── components/ # React components
│ └── ...
├── public/ # Static assets
└── ...
```## Blog Posts
Blog posts are written in MDX format and stored in `app/blog/posts/`. Each post includes frontmatter with metadata like title, date, and tags.
## License
[MIT](LICENSE) © [Arman Hossen](https://armanruet.github.io)