Files
tcms/bl-content/pages/about/index.txt
T
2026-07-04 19:41:44 -04:00

27 lines
826 B
Plaintext

---
title: About
slug: about
type: page
status: published
date: 2026-07-01T10:00:00-04:00
modified: 2026-07-01T10:00:00-04:00
category: Pages
tags: [about]
summary: A static page powered by the same Markdown file structure as posts.
author: Editor
cover:
allow_comments: false
menu_order: 1
---
Neon Notes is a small blog CMS for people who like WordPress-style publishing features but want content they can move with a file copy.
Posts, pages, generated indexes, comments, configuration, and stats each have a clear storage home:
- Markdown content lives in `bl-content/pages`.
- Generated JSON indexes live in `bl-content/databases`.
- Comments live in `storage/database/blog.sqlite`.
- Visits live in `storage/stats/visits.csv`.
There is no admin dashboard. Publishing and moderation happen through `php cli/blog.php`.