https://github.com/mufeedali/poocha
WIP personal site
https://github.com/mufeedali/poocha
Last synced: 4 months ago
JSON representation
WIP personal site
- Host: GitHub
- URL: https://github.com/mufeedali/poocha
- Owner: mufeedali
- License: mit
- Created: 2025-08-03T21:48:43.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-09T20:27:26.000Z (11 months ago)
- Last Synced: 2025-08-09T21:17:05.695Z (11 months ago)
- Language: HTML
- Size: 77.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Poocha
This is my personal website, where I share my projects, blog posts, and other things I find interesting. It serves as a portfolio of my work and a place to express my thoughts.
# The Theme
- Custom-built with a **semi-retro** aesthetic, blending some modern styling with Pixel art design.
- The icons were hand-drawn using [Aseprite](https://www.aseprite.org/).
- Color are adapted from the [Catppuccin color palette](https://catppuccin.com/palette/). Hence the theme name `Cat` and the site name `Poocha` (Cat in Malayalam, my mother tongue).
- The [Munro](https://www.tenbytwenty.com/#munro) font was chosen to try and strike a balance between the pixel art aesthetic I want and readability.
# The Site
- Built using [Zola](https://www.getzola.org/), a fast static site generator in Rust.
- Each page is supposed to be under 15 KB. This *might* stop being a thing in the future, but I like the idea of a lightweight site.
- Hosted on [Cloudflare Pages](https://pages.cloudflare.com/).
- Built in the open at [GitHub](https://github.com/mufeedali/poocha).
## To-Do
- [ ] Needs better accessibility.
- [ ] Optimize how SVGs are loaded. Maybe using symbol ids to deduplicate them?