codex rebase
Deploy on push / deploy (push) Successful in 16s

This commit is contained in:
2026-06-10 22:46:25 -07:00
parent bbc2dc6b58
commit 3c2dd93d0b
25 changed files with 7225 additions and 281 deletions
+25 -14
View File
@@ -1,16 +1,27 @@
#### Title
### Excerpt
## Date
---
title: Post title
date: "2026-06-10"
excerpt: A short description shown on the homepage.
slug: post-title
draft: true
---
yap
** bold **
* italic *
> quote
`code`
- list
- list
1. one
2. two
---
[link](link.com)
Write normal prose as a paragraph. A single newline inside a paragraph is treated
as normal wrapping, so use a blank line when you want a new paragraph.
Use standard Markdown formatting:
- **bold**
- *italic*
- [link text](https://example.com)
- `inline code`
> Blockquotes begin with a greater-than sign.
1. Ordered list item
2. Another ordered list item
Use a trailing backslash when a poetic line needs an explicit break:\
the next source line will appear directly below it.
A blank line starts a new stanza.