Blog
Write for the Blog
The Rust India blog is written by the community, for the community. If you attended an event, built something with Rust, or have an opinion worth sharing, we would like to publish it.
Posts live in the site repository as plain markdown files. To contribute:
- Fork the rustindia.org repository.
- Add a new markdown file under
src/content/blog/with a title, description, pubDate, author, and tags in the frontmatter. - Set
draft: truein the frontmatter until the post is ready. - Open a pull request. Draft posts stay unpublished until they are ready.
The team will review the pull request and publish once the post is ready — we simply flip draft to false and merge. The post appears on the blog index and in the site’s RSS feed automatically.