Convert links list to individual blog entries #11
25
archetypes/blog/index.md
Normal file
25
archetypes/blog/index.md
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
---
|
||||||
|
title: "{{ replace (replaceRE "^[0-9]{4}-[0-9]{2}-" "" .Name) "-" " " | title }}"
|
||||||
|
date: {{ now.Format "2006-01-02" }}
|
||||||
|
categories:
|
||||||
|
# Language
|
||||||
|
- english
|
||||||
|
# - deutsch
|
||||||
|
# - presentation
|
||||||
|
# - podcast
|
||||||
|
# - article
|
||||||
|
tags:
|
||||||
|
# - https://mehl.mx/tags/
|
||||||
|
# headerimage:
|
||||||
|
# src: foo.jpg
|
||||||
|
# text: bar
|
||||||
|
# summary: Visible on the listing page, but not on the article page
|
||||||
|
# video: https://link.to/video
|
||||||
|
# slides: https://link.to/slides
|
||||||
|
# audio: https://link.to/audio
|
||||||
|
# article:
|
||||||
|
# name: Media Name
|
||||||
|
# href: https://link.to/article
|
||||||
|
---
|
||||||
|
|
||||||
|
Content
|
||||||
Reference in New Issue
Block a user