Skip to content

dora-team/dora.community

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b93dcc3 · Feb 11, 2025
Nov 1, 2024
Feb 6, 2025
Feb 10, 2025
Sep 6, 2023
Jan 8, 2024
Feb 11, 2025
Sep 6, 2023
Feb 3, 2025
Feb 3, 2025
Sep 6, 2023
Sep 6, 2023
Jan 8, 2024

Repository files navigation

DORA Community Website

Community Blog

How to add a blog article:

  1. Add a md file under /posts, follow this naming convention: blog-post.yyyymmdd.md, if more than 1 blog for that date, follow blog-post.yyyymmdd.#.md (ex. blog-post.20231231.1.md)

  2. Add blog post to the /constants.tsx file:

    title: "Blog Title",

    article: post#, [1]

    date: "YYYY-MM",

    dateText: "Month Year",

    id: "YYYY-MM-DD-#",[2]

    tags: ["DORA", "DevOps", "Code Reviews"],[3]

    description: "Description",

    image: image,

    imageLabel: "image text",

    featured: true,[4]


[1] the next post number

[2] default to 1, increment for additional posts on same day

[3] Add relevant tags, these will show up in the sidebar on the blog page

[4] If you want the blog to be featured, mark as 2. Only 2 should be featured.

About

DORA community of practice website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published