24 lines
574 B
Plaintext
24 lines
574 B
Plaintext
---
|
|
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.
|