DevDiary Blog

Source for DevDiary blog.

  • Create a folder inside /content/blog/ directory, name it as your article slug.
  • Create an index.md file inside this folder and fill it up with following frontmatter
    ---
    title: 'My awesome article title'
    date: '20xx-01-01'
    author: 'Example Doe'
    author_website: 'https://example.com'
    ---
    
  • Begin writing your article below this frontmatter. Checkout markdown tutorial. Any asset like video or audio should be placed inside this folder.

GitHub