A minimalist, print-friendly CV template built with Astro and TailwindCSS. Perfect for developers who want a clean, professional resume that looks great both on screen and on paper.
- 🎨 Minimalist Design - Clean, professional layout with monospace fonts
- 🖨️ Print Optimized - Looks perfect when you hit
Ctrl+P
- 📱 Responsive - Works great on all devices
- ⚡ Fast - Built with Astro for lightning-fast performance
- 🔧 Easy to Customize - Just edit the YAML file with your info
-
Fork this repository
-
Clone your fork
git clone https://github.com/yourusername/cv.git cd cv
-
Install dependencies
pnpm install # or npm install
-
Edit your information
# Edit the CV data file vim src/data/cv.yaml
-
Start developing
pnpm dev # or npm run dev
-
Build for production
pnpm build # or npm run build
All your CV information is stored in src/data/cv.yaml
. Just update this file with your details:
- ✏️ Personal information (name, location, contacts)
- 💼 Work experience with highlights and technologies
- 🎓 Education background
- 🛠️ Skills organized by categories
- 🚀 Projects with descriptions and tech stacks
The template automatically generates a beautiful CV from your YAML data!
- Astro - Static site generator
- TailwindCSS - Utility-first CSS framework
- Roboto Mono - Monospace font
- YAML - Human-readable data format
- TypeScript - Type-safe JavaScript
This CV template follows these principles:
- Minimalism - Less is more. Focus on content, not decoration
- Readability - Easy to scan for recruiters and ATS systems
- Print-First - Designed to look professional when printed
- Accessibility - High contrast, clear typography
- Monospace - Consistent character spacing for a tech-focused aesthetic
Found a bug? Have a cool feature idea? Contributions are welcome!
- Fork the project
- Create a feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
This project is open source and available under the MIT License.