Rendering Test Post

Contents
Introduction
This is a paragraph of regular text. It can contain bold, italic, strikethrough, and inline code. You can also add links like this.
Code Blocks
Here’s some Python:
def greet(name: str) -> str:
return f"Hello, {name}!"
print(greet("Gaspar"))And some bash:
git push origin main
hugo server -DBlockquote
The best way to get started is to quit talking and begin doing. — Walt Disney
Lists
Unordered:
- Item one
- Item two
- Nested item
- Another nested item
- Item three
Ordered:
- First step
- Second step
- Third step
Table
| Tool | Purpose | Free |
|---|---|---|
| Hugo | Static site generator | ✅ |
| FixIt | Theme | ✅ |
| Cloudflare Pages | Hosting | ✅ |
| GitHub | Source control | ✅ |
Image
Admonition Shortcodes
Pro Tip
This is a tip admonition. Great for highlighting useful information.
Watch Out
This is a warning. Use it to flag potential issues.
Good to Know
This is an info box. Perfect for side notes.
Mermaid Diagram
graph LR A[Write Post] --> B[Push to GitHub] B --> C[Cloudflare Builds] C --> D[Live on casadogaspar.pages.dev]
graph LR A[Write Post] --> B[Push to GitHub] B --> C[Cloudflare Builds] C --> D[Live on casadogaspar.pages.dev]
graph LR A[Write Post] --> B[Push to GitHub] B --> C[Cloudflare Builds] C --> D[Live on casadogaspar.pages.dev]
graph LR A[Write Post] --> B[Push to GitHub] B --> C[Cloudflare Builds] C --> D[Live on casadogaspar.pages.dev]
Conclusion
If everything above renders correctly, the blog is good to go. 🚀