[Live Demo] : https://isaacaman.vercel.app • [Source Code] : https://github.com/isaacaman/ren
Clone, customize, and showcase your work in style.
# 1. Clone this repo
```bash
git clone https://github.com/isaacaman/ren.git my-portfolio
cd my-portfolio
# 2. Install dependencies
pnpm install
# 3. Start development server
pnpm dev
Visit http://localhost:3000
and start building your digital presence!
- Terminal-inspired theme with mono fonts and dark mode
- Modular components for fast customization
- Responsive layout that scales from mobile to widescreen
- Interactive sections: hero, projects, about, contact
- Markdown-powered content (MD & MDX) (WIP)
- Auto-generated RSS, sitemap, and robots.txt
- Zero JS by default, opt-in interactive widgets
- Seamless dark mode persistence
- Fork the repo
- Create a branch:
git checkout -b feature/your-idea
- Commit your changes:
git commit -m "feat: add your feature"
- Push to your branch:
git push origin feature/your-idea
- Open a Pull Request and discuss!
Distributed under the ISC License. See LICENSE for details.
Crafted with 💧 & 🎨 by isaacaman. Let's make waves together!