Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions community/MakingContributions/BlogSubmission.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,25 @@ Not this.
Or this.
```

6. For the blog post to be visible on the web, please also update `info/Blog/AllPosts.json` and add your entry to the list:

```json
{
"data": [
{
"title": "Quick Start Guide: Setup Your First Engineering Metrics Dashboard in 5 Minutes",
"readTime": "3 min",
"authorName": "Joshua Poddoku",
"authorImgUrl": "https://avatars.githubusercontent.com/u/31725457?v=4",
"publishTime": "2024/04/24",
"detailLink": "/blog/Quick-Start-Guide-Setup-Your-First-Engineering-Metrics-Dashboard-in-5-Minutes",
"coverTitle": "Setup-Your-First-Engineering-Metrics",
"summary": "Kickstart your Proof of Concept (POC) and onboard to DevLake within minutes! Easily integrate your favorite tools such as GitHub, GitLab, BitBucket, and Azure DevOps. Just follow our streamlined 3-step tutorial to quickly set up your first engineering metrics dashboard"
}
]
}
```

And add a cover image into the folder `static/img/Blog` with the image name same as the cover title defined above. In this example it would be `static/img/Blog/Setup-Your-First-Engineering-Metrics.png`.

After completing the above steps, please submit a PR to [apache/incubator-devlake-website](https://github.com/apache/incubator-devlake-website) for review. Happy blogging!
10 changes: 10 additions & 0 deletions info/Blog/AllPosts.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"data": [
{
"title": "Setting up Devlake in AWS ECS cluster using Terraform",
"readTime": "8 min",
"authorName": "Tina Zhou Hui",
"authorImgUrl": "https://avatars.githubusercontent.com/u/63497846?v=4",
"publishTime": "2025/04/08",
"detailLink": "/blog/setting-up-devlake-in-aws-ecs-cluster-using-terraform",
"coverTitle": "Devlake-in-aws-ecs-cluster-terraform",
"summary": "This guide provides an alternative to Devlake's Kubernetes setup and will walk you through setting up DevLake in an AWS ECS (Elastic Container Service) cluster using Terraform, providing you with a scalable and maintainable infrastructure as code solution that is also cost effective."
},
{
"title": "Quick Start Guide: Setup Your First Engineering Metrics Dashboard in 5 Minutes",
"readTime": "3 min",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.