feat: support feed generation

This commit is contained in:
cellarspoon
2022-01-05 13:39:01 +01:00
parent b1f2d52a68
commit f3b2b032de
5 changed files with 87 additions and 4 deletions

View File

@ -7,7 +7,7 @@ author: "{{ frontmatter.author }}"
original_link: "{{ frontmatter.original_link }}"
feed_name: "{{ frontmatter.feed_name}}"
categories: ["network", "{{ frontmatter.feed_name}}"]
tags: { { frontmatter.tags } }
tags: {{ frontmatter.tags }}
---
{{ content }}