https://github.com/mrpineapples/personal-website
My personal website
https://github.com/mrpineapples/personal-website
Last synced: 6 months ago
JSON representation
My personal website
- Host: GitHub
- URL: https://github.com/mrpineapples/personal-website
- Owner: mrpineapples
- Created: 2023-03-29T05:23:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-19T03:38:35.000Z (12 months ago)
- Last Synced: 2025-07-19T08:51:20.656Z (12 months ago)
- Language: CSS
- Homepage: https://michaelmiranda.dev
- Size: 1.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal Website
My personal website showcasing my work, projects, and blog posts as a software engineer.
## Project Structure
This repository contains multiple versions of my personal website:
### v1/ - Go/Gin Version
The original version built with Go and the Gin web framework, featuring:
- **Framework**: Go with Gin web framework
- **Templating**: Templ for type-safe HTML templates
- **Styling**: Tailwind CSS
- **Database**: PostgreSQL
- **Features**: Blog management, admin portal, markdown editor
- **Deployment**: Self-hosted with Caddy server
### v2/ - SvelteKit Version
The new version being developed with modern web technologies:
- **Framework**: SvelteKit
- **Language**: TypeScript
- **Styling**: TailwindCSS (planned)
- **Status**: In development