Journal — blog

Post Template

· 1min 40sec read · By Irfan TOOR

This must be copied in the begninning of the content to be posted and can be filled with the respective information.

Here it is in the minimilist form:

---
title: Title of the post
category: ai-ml | blog | article | ...
keywords: AI, M/L, Something, Concerning, Article
description: Here you give a small description, kind of a single line teaser.
summary: The summary of the article in two or three lines max, which will be represented in the beginning of the Entry
author: Irfan TOOR
audiance: private | public | group_name
status: draft | pending | published | retracted
created_on: 2026-09-08
updated_on: 2026-09-08
published_on: 2026-09-08
---

Copy this part in the beginning of the your post, and replace the {{tags}}, with the information regarding the post. The yaml to be included in the beginning of every content is:

---
# ====================================================================
# Basic definitions
#

# title of your post
title: Post Template

# currently only one category is supported (in small letters)
category: ai

# comma, separated, keywords
keywords: Comma, Separated, Keywords, AI, Robotics

# post description and summary
description: Post Template
summary: This must be copied in the begninning of the content to be posted and can be filled with the respective information.

author: Name of the author
image: some-image.png

# ====================================================================
# Automatic / Default
#
audiance: public               # public | private | group_name
status: published              # draft | pending | published | retracted
template: single               # single.html | ...

# The time stamps of the content creation/update and publishing
created_on: 2025-03-23 12:14:26
published_on: 2025-03-23 01:29:06
updated_on: 2025-03-23 12:14:26

# ====================================================================
# Any additional information / reference
#
hello: world
---