--- layout: default title: Home --- # Welcome to My Site This is a Jekyll site using the minimal theme. Clean, simple, and elegant. ## About Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris. ## Features - **Clean Design**: Minimal and distraction-free - **Responsive**: Works on all devices - **Fast Loading**: Optimized for performance - **SEO Friendly**: Built with best practices ## Recent Posts {% for post in site.posts limit:5 %} - [{{ post.title }}]({{ post.url }}) - {{ post.date | date: "%B %d, %Y" }} {% endfor %} ## Contact Feel free to reach out to me at [your-email@example.com](mailto:your-email@example.com) --- *Built with Jekyll and hosted on GitHub Pages*