Projects

kokopi.dev

Tech:Hugo, Tailwindcss, JS

Deployment:Vultr Ubuntu w/ nginx

Links:Github (coming soon)

Entire site is running on Hugo, the theme is custom self built and designed with the addition of tailwindcss and some js webcomponents. The advanced search system is made with FastAPI, since Hugo does not have a robust search system built-in.

Some of the theme features:

  • Responsive design
  • Custom JS webcomponents:
    • Modals
    • Tooltips
  • Customizable meta tags
  • Robust post discoverability
  • Custom pagination list + bar
  • Taxonomies:
    • Tags
    • Categories
  • Custom pages/sections:
    • 404 page
    • Maintenance section
    • One page layout
  • Shortcodes:
    • rawhtml (add raw html into content)

Dotfiles

Tech:Lua, Bash, Linux Configs

Links:Github

Config files for my Arch Linux environment, and also my neovim setup.

Zenstorage-core

Tech:Python, FastAPI

Deployment:Vultr Ubuntu w/ nginx

Links:Private

Private VPS hosted file storage system.

Zenstorage-app

Tech:Python, FastAPI, Tailwindcss, JS

Deployment:Local

Links:Private

A local app that helps with organizing and backing up Zenstorage Core. Code is planned to be moved to a different tech stack, probably electron.