[ home | blog | progression | project | community | tags ]

:: home / project / imkoga002.dev ::


imkoga002.dev

2026-07-08 [in-progress]

#zola  #pagefind  #tailwindcss 


this website itself. started as a jekyll site, migrated to zola (a rust static site generator) for speed and simplicity.

it's a terminal-style, monospace-font site with dark/light theme support, built with tailwind css (cdn) plus css custom properties for the color scheme. content is organized into blog, progression (weekly logs), project (this section), and community, with tags and full-text search (pagefind) tying it all together.

deployed to github pages via github actions on every push to master.


[ pages ]

concept

why the site combines blog, portfolio, and community into one place

design

visual style: monospace terminal look, css-variable-based dark/light theme

devenv

current toolchain setup, and the plan to pin it with nix

workflow

content -> zola build -> pagefind index -> github actions deploy


< back to project >