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