Rendering Test Post

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 -D

Blockquote

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:

  1. First step
  2. Second step
  3. Third step

Table

ToolPurposeFree
HugoStatic site generator
FixItTheme
Cloudflare PagesHosting
GitHubSource control

Image

Test 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]

Conclusion

If everything above renders correctly, the blog is good to go. 🚀