Blog

  • Getting Started with Markdown in WordPress

    Welcome to your Git-versioned, Markdown-first WordPress site!

    Why This Setup?

    This workflow gives you the best of both worlds:
    1. Developer Experience: Write posts in your favorite local editor using standard Markdown, vanilla HTML, CSS, and JS.
    2. Git Version Control: Every edit, draft, and revision is tracked in GitHub.
    3. WordPress Engine: Reliable media management, search, and themes powered by WordPress and MariaDB in Docker.

    Code Example

    Here is a quick Python example demonstrating how clean code blocks render:

    def publish_post(title: str, content: str) -> bool:
        print(f"Publishing post: {title}")
        return True
    

    “Simplicity is prerequisite for reliability.” — Edsger W. Dijkstra