Skip to content

bedrock-python/bedrock-python.github.io

Bedrock Python Blog

Site License Docs

Source for bedrock-python.github.io — release notes, design decisions, and deep dives for the Bedrock Python library ecosystem.

Local development

uv sync --group dev
uv run pre-commit install --hook-type commit-msg
make docs-serve

Open http://localhost:8000.

Adding a blog post

Create a Markdown file under docs/blog/posts/ with a date-prefixed name:

docs/blog/posts/YYYY-MM-DD-your-slug.md

Required front matter:

---
date: YYYY-MM-DD
authors:
  - alex
categories:
  - Releases      # or: Design, Meta, Tutorial
tags:
  - library-name
---

# Post title

One-sentence summary shown in the post list.

<!-- more -->

Full content here.

Deployment

Any push to master triggers the Docs workflow which builds with zensical and deploys to GitHub Pages automatically.

License

Apache 2.0 — see LICENSE.

About

Blog for the Bedrock Python ecosystem — libraries and developer tools

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors