- new blog cms

This commit is contained in:
Ty Clifford
2026-07-04 19:41:44 -04:00
parent 64cb76a846
commit 782b983bf4
819 changed files with 3103 additions and 88735 deletions
+23
View File
@@ -0,0 +1,23 @@
---
title: Uses
slug: uses
type: page
status: published
date: 2026-07-01T10:10:00-04:00
modified: 2026-07-01T10:10:00-04:00
category: Pages
tags: [uses]
summary: A second static page to show menu ordering and page routing.
author: Editor
cover:
allow_comments: false
menu_order: 2
---
This page exists to demonstrate static pages, menu ordering, and pretty URLs. Edit it with:
```bash
php cli/blog.php update uses --title="Uses" --body-file=/path/to/body.md
```
Static pages use the same folder format as posts. The only difference is `type: page` in the metadata block.