Dox

Markdown Example

2025-09-17

Markdown Example Headings H1 Heading (for page titles) H2 Heading H3 Heading Paragraphs This is a normal paragraph. It can contain bold, italic, and inline code. Lists Unordered…

Read more →

Using Icons in NostalgiaPHP

2025-09-17

Icons in NostalgiaPHP Sometimes plain text just doesn’t cut it — icons help readers scan faster, add personality, and clarify meaning. NostalgiaPHP ships with a small starter icon…

Read more →

Markdown Crash Course

2025-09-14

Markdown is easy. You can learn it in minutes. It's great for taking notes, making simple Wiki sites, blogs, etc. Let's learn the basics of Markdown.

Read more →

Getting Started

2025-09-12

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

2025-09-11

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

Read more →