blogamore/archetypes/feed.md

10 lines
191 B
Markdown

---
title: "{{ replace .Name "-" " " | title }}"
description: "Descripe {{ title }}"
draft: true
slug: {{ replace .Name "_feed" "" }}/feed
type: feed
dataname: {{ .Name }}
outputs:
- rss
---