https://dev.to/dashboard

https://github.com/Offirmo/my.dev.to/

Content

Best practices

  1. Creating a Series https://dev.to/devteam/best-practices-for-writing-on-dev-creating-a-series-2bgj
  2. Formatting
  3. Tone of Voice
  4. Listicles
  5. Topics

Format

front matter

  • Jekill https://jekyllrb.com/docs/front-matter/
    • title: the title of your article
    • tags: space separated
    • category/categories
    • date: YYYY-MM-DD HH:MM:SS +/-TTTT
    • published: true / false
    • canonical_url: link for the canonical version of the content
  • dev.to
    • cover_image: https://direct_url_to_image.jpg Use a ratio of 100:42
    • description: description area in Twitter cards and open graph cards
    • tags: max of four tags, needs to be comma-separated
    • series: post series name.

content

  • embeds https://dev.to/offirmo/test-devto-3856-temp-slug-4294714/edit#liquid

    ---
    layout: post
    title: [draft - ask me!] What is Jira?
    published: false
    description: What is Jira and how to use it?
    tags:
    //cover_image: https://direct_url_to_image.jpg
    ---
    

Example

---
title: [draft - ask me!] What is Jira?
published: false
description: What is Jira and how to use it?
tags:
//cover_image: https://direct_url_to_image.jpg
---

[placeholder]

Jira is used in a lot of software teams.

I feel like there is a lot of unclarity about what Jira is and does.

I plan to blog about it. Feel free to ask questions in the comments!