Skip to content

jhenbertgit/blog

 
 

Repository files navigation

Writing an article

  1. Create a new markdown file in the src/posts directory. It should be named in the format the-title-of-the-article.md.
  2. Add the article metadata at the top of the file.
  3. Write the article body.

Article metadata

The article metadata is the part of the file that is between the --- lines. It is YAML formatted.

Required fields

  • title: The title of the article.
  • date: The date of the article.
  • author: The author of the article.
  • category: The category of the article.
  • isPublished: Whether the article is published.

Optional fields

  • description: The description of the article.
  • image: The image of the article.
  • tags: The tags of the article.

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 52.9%
  • TypeScript 36.0%
  • JavaScript 7.9%
  • HTML 1.9%
  • CSS 1.3%