Skip to content

PatppuccinMusings & Beyond

A home for my thoughts, my work, and the continuous journey of learning and creating.

Logo

Patppuccin? ​

Patppuccin is a play on words that combines "Patrick", which is my name and "Catppuccin", which is my favorite color palette available at Catppuccin. It offers a unique blend of my personality, my work, and the continuous journey of learning and creating.

Patppuccin serves as a platform to share my work, exploration, and thoughts. It is a place where I can document my learnings, reflect on my experiences, and share my insights with others. Whether you are a developer, a designer, or simply someone who enjoys learning and creating, Patppuccin has something for everyone.

Getting Started ​

You can get started using VitePress right away using npx!

sh
npm init
npx vitepress init
main.go
go
package main

import "fmt"

func main() {
	fmt.Println("Hello VitePress!")
}
sh
$ npm add -D vitepress@next
sh
$ pnpm add -D vitepress@next
sh
$ yarn add -D vitepress@next vue
sh
$ bun add -D vitepress@next