Skip to content

holgergp/astro-cv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My CV 📄

This is my personal CV website built with Astro and deployed on statichost.eu (with European hosting).

Netlify Status Netlify badge shows status of PR preview deployments

View live site →

About

I chose Astro for this project because:

  • It's the ideal use case for a static CV site
  • I wanted to explore the framework
  • The layout is based on the Astro Paper template, which provides a clean, professional design

The site includes:

  • Career history - Professional experience timeline
  • Projects - Portfolio of significant projects
  • Publications - Articles and blog posts
  • Certifications - Professional certifications
  • Skills/Buzzwords - Technical skills organized by category

All content is managed through Astro's Content Collections system, stored as JSON files in src/content/.

Tech Stack

  • Framework: Astro 5.x
  • Styling: Tailwind CSS with custom theming
  • Deployment:
    • Production: statichost.eu (auto-deploys from main branch via Github webhooks, hosted in Europe)
    • Preview: Netlify (for PR preview deployments)
  • Content: Astro Content Collections (JSON-based)
  • Testing: Playwright E2E tests

Quick Start

# Install dependencies
npm install

# Start development server at localhost:4321
npm run dev

# Build for production
npm run build

# Preview production build
npm run preview

Development

For detailed development information including:

  • Full command reference
  • Architecture overview
  • Content collections schema
  • Testing setup
  • Git workflow

See CLAUDE.md for comprehensive documentation.

For Astro Paper template documentation including Docker setup, Google Site Verification, and platform-specific notes, see astro-cv-docs.md.

Configuration

Site configuration is in src/config.ts - update personal info, social links, and site metadata there.

About

My cv page with astro

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •