---title:"documenta and a Conversation"date:"2022-01-23 14:30:58+00:00"#2021-06-10T10:46:33+02:00draft:falsesummary:""author:"Putra Hidayatullah"original_link:"https://pen.lumbung.space/2022/01/23/documenta-and-a-conversation/"feed_name:"pen.lumbung.space"categories:["pen","pen.lumbung.space"]tags:['Uncategorized','documentafifteen','lumbungdotspace','putrahidayatullah']---
instead of this
---title:"documenta and a Conversation"date:"2022-01-23 14:30:58+00:00"#2021-06-10T10:46:33+02:00draft:falsesummary:""author:"Putra Hidayatullah"original_link:"https://pen.lumbung.space/2022/01/23/documenta-and-a-conversation/"feed_name:"pen.lumbung.space"categories:["network","pen.lumbung.space"]tags:['Uncategorized','documentafifteen','lumbungdotspace','putrahidayatullah']---
So the frontmatter would look like this
```toml
---
title: "documenta and a Conversation"
date: "2022-01-23 14:30:58+00:00" #2021-06-10T10:46:33+02:00
draft: false
summary: ""
author: "Putra Hidayatullah"
original_link: "https://pen.lumbung.space/2022/01/23/documenta-and-a-conversation/"
feed_name: "pen.lumbung.space"
categories: ["pen", "pen.lumbung.space"]
tags: ['Uncategorized', 'documentafifteen', 'lumbungdotspace', 'putrahidayatullah']
---
```
instead of this
```toml
---
title: "documenta and a Conversation"
date: "2022-01-23 14:30:58+00:00" #2021-06-10T10:46:33+02:00
draft: false
summary: ""
author: "Putra Hidayatullah"
original_link: "https://pen.lumbung.space/2022/01/23/documenta-and-a-conversation/"
feed_name: "pen.lumbung.space"
categories: ["network", "pen.lumbung.space"]
tags: ['Uncategorized', 'documentafifteen', 'lumbungdotspace', 'putrahidayatullah']
---
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
So the frontmatter would look like this
instead of this