Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

python/python-insider-blog

Repository files navigation

Blog for Python core team, mostly for blogging about releases.

About

Uses keystatic for WYSIWYG editing.

Features some custom components like:

  • GitHub User, Repo
  • PyPI Project
  • CPython Docs

Utilizes Bun for builds. Uses Astro.js which builds statically at build time.Pre-commit config, powered by Prek to do CI things and spellchecks.

From Blogger

Migrated from Blogger with a field on new posts of "Previous Blogger URL"so that we can more easily redirect.

Posts

Posts are structured undercontent/posts/.They have the directory named after the blog entry title.

Inside is the core markdown (index.md) and optionally the imagesused in the blog entry.

Authors

Authors are configured viacontent/authors/.

Contributing

There areMake targets to get up and going, assuming you have thetooling required (Bun, prek, etc.)

Writing Blog Entries

You can pull the repo, runmake dev, and edit the page via Keystaticwith the nice UI or you can write markdown in your editor.

Both should open a pull request to GitHub for review and CI checks.

Note

You have access to a few custom components that can be used like{% GhUser name="hugovk" /%}, but PEPs, CPython docs, and GitHub linkswill automatically be picked up if you use standard markdown via theURL regex.


[8]ページ先頭

©2009-2026 Movatter.jp