A portfolio site built with Projection - a static site generator for showcasing coding projects.
# Open admin mode for a content management UI
projection admin
# Start development server with live reload
projection dev
# Build for production
projection build
# Deploy to GitHub Pages
projection deploy.
├── projects.yaml # Your project data
├── projection.config.js # Site configuration
├── dist/ # Generated site (gitignored)
├── screenshots/ # Project thumbnails (optional)
└── README.md # This file
- Check the projection documentation
- Open an issue
Built with ❤️ using Projection