🎮 Retro pixel-themed Astro blog with true pixel fonts and particle effects
[
background: '#0a0a0a', // Dark background
text: '#00ff00' // Primary text
},
socialLinks: [
{ name: 'GitHub', url: 'https://github.com/yourusername', icon: 'github' },
{ name: 'Twitter', url: 'https://x.com/yourusername', icon: 'twitter' }
]
};neon- Classic green terminalsunset- Warm orange sunsetocean- Cool blue oceanforest- Natural green forestpurple- Royal purple themecyberpunk- Neon cyberpunk
- Automatic contrast detection for readable text
- Day/night mode optimized colors
- Pixel-perfect color rendering
- Consistent theming across all components
pixel-astro-theme/
├── src/
│ ├── config/ # Site configuration
│ ├── components/ # Astro components
│ │ ├── layout/ # Layout components
│ │ └── ui/ # UI components
│ ├── pages/ # Pages and routing
│ ├── content/ # Content collections
│ └── styles/ # Global styles
├── public/ # Static assets
└── docs/ # Additional documentation
npm run dev # Development server
npm run build # Production build
npm run preview # Preview build
npm run astro # Astro CLI- 🚀 Setup Guide - Detailed installation and setup
- 🎨 Theme Customization - Theme system guide
- 📝 Content Management - Managing blog content
- 🔧 Configuration - Complete configuration reference
- 🚀 Deployment - Build and deployment guide
- Chrome 90+, Firefox 88+, Safari 14+, Edge 90+
MIT License - see LICENSE file.
- Astro - Modern web framework
- Doto Font - Pixel-perfect font
- Sixtyfour Font - Retro gaming font
Built with ❤️ using Astro and Pixel Fonts