Files
2026-07-04 19:41:44 -04:00

26 lines
897 B
Plaintext

---
title: Copy-Friendly Publishing
slug: copy-friendly-publishing
type: post
status: published
date: 2026-07-03T16:20:00-04:00
modified: 2026-07-03T16:20:00-04:00
category: Workflow
tags: [bludit, files, cli]
summary: The canonical content store is still plain folders and text files, with JSON indexes generated for quick lookup.
author: Editor
cover:
allow_comments: true
menu_order: 0
---
The CMS keeps posts and static pages in `bl-content/pages/<slug>/index.txt`. That makes import work simple:
1. Copy a post folder into `bl-content/pages`.
2. Check the metadata at the top of `index.txt`.
3. Run `php cli/blog.php rebuild`.
SQLite stores comments. JSON stores site configuration and a generated page index. CSV stores visit stats in a format Excel can open without ceremony.
The CLI handles normal publishing work, so there is no browser admin dashboard to harden, theme, or maintain.