The existing blog posts are located in the /content/posts directory. To generate a new post from a template, run:
./scripts/new_post.sh --name 0123-my-post
To be recognized as an author, please complete the following:
-
Register your name: Add your details to the
hugo.tomlfile using the format:nickname = "Full Name". -
Add a profile picture: Place a square image in the
assets/images/authorsdirectory namednickname.jpg(e.g.,jdoe.jpg).
Once added, you can reference your nickname in the author: field of your post.
You can run the server locally to see your changes using the following command.
./scripts/serve.sh
-
Submit a Pull Request with your changes.
-
A maintainer must review and approve your PR.
-
Once merged, the post will be automatically published. Feel free to share the live link on social media!
- Project announcements & updates: New buildpacks, roadmaps, or re-architecture updates
- Version updates: Support for new runtimes (e.g., Java 25, .NET 10, Node 24)
- Guides on how to use buildpacks
- How to contribute and get involved to buildpacks
- Announcements related to new base images/builders (e.g. Bionic EOL, new builder available)
- Community: year-in-review posts and upcoming event announcements