DEV Community

Cover image for Your title

Your title

Heeeey

This is an example of how to structure a blog post.

The thing above delimited by --- is called a "front matter" and it allows us to keep control over our article in a very easy way. Just edit it with your own data and CI will handle the rest to publish it to dev.to!

You can also take advantage of embedme to extract your code from the markdown file and make sure that what you're displaying in the markdown is always up to date too e.g.

// code/demo-code.ts

interface A {
  hello: string;
}
Enter fullscreen mode Exit fullscreen mode

Found a typo?

If you've found a typo, a sentence that could be improved or anything else that should be updated on this blog post, you can access it through a git repository and make a pull request. Instead of posting a comment, please go directly to and open a new pull request with your changes.

Top comments (0)