|
| 1 | +# lepo.co - Personal Blog & Portfolio |
| 2 | + |
| 3 | +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. |
| 4 | + |
| 5 | +## 🚀 About |
| 6 | + |
| 7 | +This site showcases: |
| 8 | +- **My Projects**: WPF UI, MCP Servers, and other open-source contributions |
| 9 | +- **Blog Posts**: Technical articles about .NET development, WPF, and modern Windows apps |
| 10 | +- **Achievements**: Microsoft collaboration, PowerToys integration, and community impact |
| 11 | +- **Professional Services**: Support plans and consulting through lepo.co |
| 12 | + |
| 13 | +## 🛠️ Tech Stack |
| 14 | + |
| 15 | +Built with modern web technologies: |
| 16 | +- **Astro** - Static site generation with excellent performance |
| 17 | +- **Terminal Theme** - Retro aesthetic perfect for developer content |
| 18 | +- **Markdown** - Simple content management |
| 19 | +- **TypeScript** - Type-safe development |
| 20 | + |
| 21 | +## 🎯 Key Sections |
| 22 | + |
| 23 | +### Projects |
| 24 | +- **WPF UI** - Modern Fluent Design controls for WPF (8.8k+ stars) |
| 25 | +- **Camunda MCP Server** - Official Docker MCP server for process automation |
| 26 | +- **OpenAPI MCP Server** - Tools for working with API specifications |
| 27 | + |
| 28 | +### Achievements |
| 29 | +- 🤝 **Microsoft Partnership** - Collaborating on .NET 9 WPF improvements |
| 30 | +- ⚡ **PowerToys Integration** - WPF UI powers Microsoft PowerToys Run |
| 31 | +- 🐳 **Official Docker MCP** - Published in Docker's official repository |
| 32 | +- 🌟 **Community Impact** - Libraries used by 2.5k+ projects |
| 33 | + |
| 34 | +## 🔧 Development |
| 35 | + |
| 36 | +```bash |
| 37 | +# Install dependencies |
| 38 | +npm install |
| 39 | + |
| 40 | +# Start development server |
| 41 | +npm run dev |
| 42 | + |
| 43 | +# Build for production |
| 44 | +npm run build |
| 45 | + |
| 46 | +# Preview production build |
| 47 | +npm run preview |
| 48 | +``` |
| 49 | + |
| 50 | +## 📄 Content |
| 51 | + |
| 52 | +All blog posts are written in Markdown and stored in `src/content/posts/`. The site automatically generates: |
| 53 | +- RSS feeds for blog content |
| 54 | +- Sitemap for SEO |
| 55 | +- Tag-based navigation |
| 56 | +- Post previews and pagination |
| 57 | + |
| 58 | +## 🌐 Live Site |
| 59 | + |
| 60 | +Visit the live site at [lepo.co](https://lepo.co) to see my latest projects and blog posts. |
| 61 | + |
| 62 | +## 📞 Connect |
| 63 | + |
| 64 | +- **GitHub**: [@lepoco](https://github.com/lepoco) |
| 65 | +- **Sponsors**: [GitHub Sponsors](https://github.com/sponsors/pomianowski) |
| 66 | +- **Professional Support**: [lepo.co](https://lepo.co/support) |
| 67 | + |
| 68 | +--- |
| 69 | + |
| 70 | +## Based on Astro Terminal Theme |
| 71 | + |
| 72 | +This site is based on the excellent [Astro Terminal Theme](https://github.com/dennisklappe/astro-theme-terminal) by Dennis Klappe, |
| 73 | +which is a port of the Hugo Terminal Theme by panr. |
| 74 | + |
| 75 | +MIT License |
| 76 | + |
| 77 | +Copyright (c) 2024 Astro Theme Terminal Contributors |
| 78 | + |
| 79 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 80 | +of this software and associated documentation files (the "Software"), to deal |
| 81 | +in the Software without restriction, including without limitation the rights |
| 82 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 83 | +copies of the Software, and to permit persons to whom the Software is |
| 84 | +furnished to do so, subject to the following conditions: |
| 85 | + |
| 86 | +The above copyright notice and this permission notice shall be included in all |
| 87 | +copies or substantial portions of the Software. |
| 88 | + |
| 89 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 90 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 91 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 92 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 93 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 94 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 95 | +SOFTWARE. |
0 commit comments