- new blog cms
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
---
|
||||
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`.
|
||||
Reference in New Issue
Block a user