27 lines
855 B
Plaintext
27 lines
855 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
|
|
---
|
|
|
|
Ty Clifford's Content Management System 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`.
|