We welcome contributions from the community! Our blog is fully open-source, and anyone can submit a post via GitHub Pull Request.
- Fork this repository
- Copy
content/blogs/0template.mdtocontent/blogs/your-title.md - Edit your copied file with your content
- Open a Pull Request
- Community reviews your post
- Merged = Published! π
Use the ready-to-copy template file:
cp content/blogs/0template.md content/blogs/your-title.mdThen update the copied file fields (title, author, authorGithub, date, excerpt, tags) and replace the content.
If you prefer, here is the same template inline:
---
title: "Your Awesome Title"
author: "Your Name"
authorGithub: "your-github-username"
date: 2026-02-14
excerpt: "A brief description of your post (1-2 sentences)"
tags:
- tutorial
- javascript
thumbnail: /assets/images/your-image.jpg # optional
layout: blog.njk
---
Your content here. Use standard Markdown!
## Subheadings
Regular paragraphs with **bold** and *italic* text.
### Code Blocks
\`\`\`javascript
function hello() {
console.log("Hello, BLEU!");
}
\`\`\`
### Lists
- Item one
- Item two
- Item three- β Write about tech, learning, open-source, or community topics
- β Keep it respectful and constructive
- β Include code examples where helpful
- β Use clear, descriptive titles
- β Add a thumbnail image if possible (16:9 ratio recommended)
- β No promotional/spam content
- β No plagiarized content
Name your file using kebab-case:
- β
getting-started-with-rust.md - β
my-open-source-journey.md - β
My Blog Post.md - β
post1.md
- Put images in
src/assets/images/ - Reference them as
/assets/images/your-image.jpg
- Open your Pull Request
- Maintainers review for quality and guidelines
- You may receive feedback or suggestions
- Once approved, your PR is merged
- GitHub Actions builds and deploys automatically
- Your blog is live within minutes!
cd BLEU-Website
npm install
npm run devSite will be available at http://localhost:8080
- Open an issue on GitHub
- Join our Discord and ask in
#blog-submissions
Thanks for contributing to the BLEU community! π