Welcome to the source code of my personal website and blog! This is where I share my journey as a .NET developer, open-source contributor, and creator of WPF UI.
This site showcases:
- My Projects: WPF UI, MCP Servers, and other open-source contributions
- Blog Posts: Technical articles about .NET development, WPF, and modern Windows apps
- Achievements: Microsoft collaboration, PowerToys integration, and community impact
- Professional Services: Support plans and consulting through lepo.co
Built with modern web technologies:
- Astro - Static site generation with excellent performance
- Terminal Theme - Retro aesthetic perfect for developer content
- Markdown - Simple content management
- TypeScript - Type-safe development
- WPF UI - Modern Fluent Design controls for WPF (8.8k+ stars)
- Camunda MCP Server - Official Docker MCP server for process automation
- OpenAPI MCP Server - Tools for working with API specifications
- 🤝 Microsoft Partnership - Collaborating on .NET 9 WPF improvements
- ⚡ PowerToys Integration - WPF UI powers Microsoft PowerToys Run
- 🐳 Official Docker MCP - Published in Docker's official repository
- 🌟 Community Impact - Libraries used by 2.5k+ projects
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
# Preview production build
npm run preview
All blog posts are written in Markdown and stored in src/content/posts/
. The site automatically generates:
- RSS feeds for blog content
- Sitemap for SEO
- Tag-based navigation
- Post previews and pagination
Visit the live site at lepo.co to see my latest projects and blog posts.
- GitHub: @lepoco
- Sponsors: GitHub Sponsors
- Professional Support: lepo.co
This site is based on the excellent Astro Terminal Theme by Dennis Klappe, which is a port of the Hugo Terminal Theme by panr.
MIT License
Copyright (c) 2024 Astro Theme Terminal Contributors
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.