guest@cray-1:~$ ls -d */

guest@cray-1:~$ sed -n '1,2p' readme.meta

README.md

Information about the site and its v1 status

guest@cray-1:~$ cat README.md

!ls

README.md

This website is my personal space for texts, notes, projects, and a few service files that make the whole thing navigable. It is organized like a small file system: content lives in sections, every page has metadata, and long-form texts can have generated formats such as HTML and PDF.

The interface is intentionally terminal-like: quiet, text-first, and built around paths, commands, and readable structure instead of decorative pages. Version 1 is the first complete version of the site: the section model, localized routes, generated pages, articles, notes, tags, downloads, and static output are all in place.

about — information about the website and the author;
articles — long-form texts and articles;
notes — short notes;
projects — project-related materials;
tags — search and navigation by topics;

Status

version — 1.0.0;
content — section-based, localized, and generated at build time;
output — static pages ready to be served without client-side content rendering;