Skip to content

Commit c796669

Browse files
authored
Add blog to all posts (apache#796)
* feat: add to all posts * feat: update instructions * feat: add instructions to cover image
1 parent d517d07 commit c796669

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed

community/MakingContributions/BlogSubmission.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,25 @@ Not this.
8484
Or this.
8585
```
8686

87+
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:
88+
89+
```json
90+
{
91+
"data": [
92+
{
93+
"title": "Quick Start Guide: Setup Your First Engineering Metrics Dashboard in 5 Minutes",
94+
"readTime": "3 min",
95+
"authorName": "Joshua Poddoku",
96+
"authorImgUrl": "https://avatars.githubusercontent.com/u/31725457?v=4",
97+
"publishTime": "2024/04/24",
98+
"detailLink": "/blog/Quick-Start-Guide-Setup-Your-First-Engineering-Metrics-Dashboard-in-5-Minutes",
99+
"coverTitle": "Setup-Your-First-Engineering-Metrics",
100+
"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"
101+
}
102+
]
103+
}
104+
```
105+
106+
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`.
87107

88108
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!

info/Blog/AllPosts.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"data": [
3+
{
4+
"title": "Setting up Devlake in AWS ECS cluster using Terraform",
5+
"readTime": "8 min",
6+
"authorName": "Tina Zhou Hui",
7+
"authorImgUrl": "https://avatars.githubusercontent.com/u/63497846?v=4",
8+
"publishTime": "2025/04/08",
9+
"detailLink": "/blog/setting-up-devlake-in-aws-ecs-cluster-using-terraform",
10+
"coverTitle": "Devlake-in-aws-ecs-cluster-terraform",
11+
"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."
12+
},
313
{
414
"title": "Quick Start Guide: Setup Your First Engineering Metrics Dashboard in 5 Minutes",
515
"readTime": "3 min",
146 KB
Loading

0 commit comments

Comments
 (0)