Give posts pulled from "pen.lumbung.space" a category of "pen" instead of "network" #31

Closed
opened 2022-04-21 10:07:25 +00:00 by aadil · 0 comments
Owner

So the frontmatter would look like this

---
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

---
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']
---
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'] --- ```
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ruangrupa/konfluks#31
No description provided.