"Once you meet someone, you never really forget them. It just takes a while for your memories to return." - Zeniba
A Spirited Away-themed portfolio website that transforms a developer's journey into a magical experience through Yubaba's bathhouse. Built with Svelte and filled with hidden Easter eggs for Studio Ghibli fans!
This isn't just a portfolio - it's an enchanted experience:
# Install dependencies
npm install
# Start the development server
npm run dev
# Build for production
npm run build
# Preview production build
npm run preview
Visit http://localhost:5173 and type "spirited" to begin your journey! 🌸
This portfolio is filled with magical secrets:
📖 Full Easter Egg Guide: See SPIRITED_AWAY_EASTER_EGGS.md
src/lib/data with your informationsrc/lib/index.scss for custom Ghibli-themed stylingstatic/favicon.ico with a soot sprite icon (see FAVICON_IDEAS.md)The theme uses authentic Spirited Away colors:
#c73e4a (Yubaba's accents)#d4a435 (Magical gold coins) #9d6bb4 (Enchanted realm)#6a9fdb (Dragon scale shimmer)#6fbc7f (Kodama glow)All color variables are in src/lib/index.scss
Before deploying:
Update svelte.config.js: Change the base parameter to your repo name
base: process.env.NODE_ENV === 'production' ? '/your-repo-name' : ''
Update deploy.yml: Set the correct source branch (default: master)
Configure GitHub Pages:
Settings > Actions > GeneralSettings > Pagesgh-pages branch and / (root) folderPush to trigger deployment 🎪
Inspired by Spirited Away (2001) by Studio Ghibli
Original template structure inspired by Vercel-like portfolio designs.
This portfolio was crafted with the same care that Kamaji uses to blend his herbal remedies. Every color, animation, and Easter egg is a tribute to one of the greatest animated films ever made.
"Always believe in yourself. Do this and no matter where you are, you will have nothing to fear."
May your journey through this spirit world of code be as magical as Chihiro's! 🐉✨
Made with 💜 and Ghibli magic by Claude+Nishant