/project/loscy-blog

Loscy Blog

A quiet pixel-text personal blog built around notes, projects, and small software reflections.

Design idea

Loscy Blog is designed like a tiny desktop instead of a normal content site. The entry page stays minimal, and the inner pages replace the central window while keeping the bottom system bar consistent.

The visual direction is intentionally quiet: no image-heavy layout, no decorative hero section, and no large marketing surface. The personality comes from text, pixel rhythm, the kaomoji entry scene, and small interface details such as the start menu, clock, and music area.

Technical stack

  • Hexo for static site generation
  • A custom EJS theme for the desktop-like layout
  • Plain CSS for responsive pixel-style UI
  • Unifont as the primary pixel-friendly font
  • Small vanilla JavaScript helpers for the start menu, clock, and music controls
  • Codeup Flow for build and deployment
  • Nginx for static file hosting

Notes

The project page is data-driven through source/_data/projects.yml. Each project can define a name, summary, detail page, and external URL, so the list can grow without changing the layout.