Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 913 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 913 Bytes

The WakaTime Blog

Coding time tracker

Markdown blog posts for the WakaTime blog at https://wakatime.com/blog

Formatting

All blog post files must begin with YAML Front Matter.

Required Front Matter Variables

  • Title - displayed title
  • Date - published date
  • Author - author name

Optional Front Matter Variables

  • AuthorUrl - author absolute url
  • AuthorAvatar - author image absolute url
  • Tags - comma separated list of lowercased tags
  • Category - category for this post
  • Draft - prevents publishing when true
  • Image - social network share image for og:image meta tag
  • Description - social network share text for og:description meta tag

The post content comes after the YAML Front Matter, and should be UTF-8 markdown.