Sun, 20 Apr 2025

Post Template

Post Template

CYBERNETICS

Post Template Article

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: 
categories: 
keywords: 
teaser: 
summary: 
author: 
image: 
audiance: public
status: published
template: single
created_on: 
updated_on: 
published_on: 
---

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

# comma, separated, categories
categories: >
    ai, life

# comma, separated, categories
keywords: >
    comma, separated, keywords

# post teaaser goes here
teaser: >
    Post Template

# summary goes here ...
summary: >
    This must be copied in the begninning of the content to be posted and can be
    filled with the respective information.

author: 1:irfan        
image: /img/some-image.png

# ====================================================================
# Automatic / Default
#
audiance: public               # public, private, subscriber, group
status: published              # draft, pending, published
template: single               # single, post, page, album

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

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