Dox

Dox posts

Understanding the Styles

Understanding the Styles

Oct 5, 2025

Understanding the Styles When working with this site's stylesheets, it's helpful to understand how the CSS is organized to maintain clarity and scalability. The styles are broken…

Read more →

Nosty CLI — Your New Best Friend

Nosty CLI — Your New Best Friend

Sep 28, 2025

NostalgiaPHP CLI A tiny command-line helper for working with NostalgiaPHP sites. The CLI lives in the project root (nphp). Run it with PHP: php nphp <command> [args]…

Read more →

Getting Started

Getting Started

Sep 12, 2025

Getting Started with NostalgiaPHP NostalgiaPHP is a caveman-simple, file-based CMS. No database. No build step. No framework. Just drop in some Markdown files, and you’re…

Read more →

Compatibility Contract

Compatibility Contract

Sep 11, 2025

Compatibility Contract Directory Structure content/pages/{slug}.md → /slug (or / for index.md) content/collections/{name}/{slug}.md → /{name}/{slug} static/ served at /static/…

Read more →