An open API service indexing awesome lists of open source software.

https://github.com/semanticdata/barebones

My current personal website and blog. Contains a short list of my projects, and blog posts.
https://github.com/semanticdata/barebones

astro blog taliwindcss typescript vercel

Last synced: 8 months ago
JSON representation

My current personal website and blog. Contains a short list of my projects, and blog posts.

Awesome Lists containing this project

README

          

# [MiguelPimentel.do](https://miguelpimentel.do/)

My personal website and blog built with [Astro](https://astro.build/). Features a minimalist design, dark mode support, and excellent performance metrics.

## Features

- ⚑️ **Fast & Lightweight** - Built with Astro for optimal performance
- πŸŒ™ **Dark Mode** - Automatic theme detection with manual toggle
- πŸ“± **Responsive Design** - Mobile-first approach
- πŸ“ **Blog Support** - Write in Markdown/MDX
- πŸ” **SEO Optimized** - Meta tags and structured data
- πŸ“° **RSS Feed** - Automatic RSS generation
- πŸ—ΊοΈ **Sitemap** - Automatic sitemap generation
- πŸ“Š **Analytics Ready** - Privacy-focused analytics setup
- 🎨 **Tailwind CSS** - For styling and rapid development

### Changes from Upstream

- [Table of Contents](./src/components/TableOfContents.astro)
- [Links/Buttons](./src/components/Link.astro)
- [Footer](./src/components/Footer.astro)
- [Theme Toggle](./src/components/ThemeToggle.astro)
- [Back to Top](./src/components/BackToTop.astro)
- CSS Animations (`.animate`)
- Code Copy button (`.copy-code`)
- Full-bleed effect for codeblocks on small screens
- [404 Page](./src/pages/404.astro)
- [Previous/Next Blog post navigation](./src/components/PostNavigation.astro)