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

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

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