- new blog cms
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
---
|
||||
title: Hello Neon
|
||||
slug: hello-neon
|
||||
type: post
|
||||
status: published
|
||||
date: 2026-07-04T09:00:00-04:00
|
||||
modified: 2026-07-04T09:00:00-04:00
|
||||
category: Announcements
|
||||
tags: [cms, markdown, neon]
|
||||
summary: Meet the new file-first blog system with Bludit-style folders, Markdown posts, and a neon theme.
|
||||
author: Editor
|
||||
cover:
|
||||
allow_comments: true
|
||||
menu_order: 0
|
||||
---
|
||||
|
||||
This is the first post in the new CMS. Each post lives in a folder shaped like Bludit content:
|
||||
|
||||
```text
|
||||
bl-content/pages/hello-neon/index.txt
|
||||
```
|
||||
|
||||
The file is Markdown with a small metadata block at the top. You can copy a folder into `bl-content/pages`, run `php cli/blog.php rebuild`, and the post becomes part of the site.
|
||||
|
||||
The public theme defaults to dark neon and lets visitors switch to a light palette or choose green, blue, red, pink, purple, or orange accents.
|
||||
Reference in New Issue
Block a user