merge christopher's changes pulling the timeline from pen.lumbung.space

This commit is contained in:
2022-06-14 19:27:31 +05:00
parent 41bc532ebc
commit ff76378cdd
4 changed files with 397 additions and 0 deletions

View File

@ -0,0 +1,14 @@
---
title: "{{ frontmatter.title }}"
date: "{{ frontmatter.date }}" #2021-06-10T10:46:33+02:00
draft: false
summary: "{{ frontmatter.summary }}"
authors: {% if frontmatter.author %} ["{{ frontmatter.author }}"] {% endif %}
original_link: "{{ frontmatter.original_link }}"
feed_name: "{{ frontmatter.feed_name}}"
categories: ["timeline", "{{ frontmatter.feed_name}}"]
timelines: {{ frontmatter.timelines }}
hidden: true
---
{{ content }}