← All posts

September 12, 2026

Hello, World

djangometa

This post was written as a plain Markdown file in ~/blogs/ and pulled in by manage.py import_posts.

Why this matters

  • Posts can be drafted in any editor, versioned separately from the site code.
  • Re-running the importer after an edit updates the post in place — matched by slug.
  • Code blocks render properly now:
def hello():
    return "world"

Comments

No comments yet.

Leave a comment