From 2babefddb5b38b7a2d65c528c246a2e6705660a4 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 19 Jun 2022 21:53:30 +0200 Subject: convert meta and tag directives to TOML frontmatter command: ``` find * -type f -name '*.md' -execdir perl -MTOML::Tiny=to_toml -C63 -gni -E '%x=();s/\[\[!meta\s+(title|date)="?([^\]"]+?)\s*"?\s*\]\]\s*\n*/$x{$1}=$2;""/eg; s/\[\[!meta\s+stylesheet="?edu"?\s+rel="?stylesheet"?\s*\]\]\n*/$x{taxonomies}{categories}=["education"];""/e; s/\[\[!tag((?:\s+[^\]\s]+)+)\s*\]\]\n*/push @{$x{taxonomies}{tags}}, $1=~m{\S+}g;""/eg; s/\[\[!meta\s+(?:author|name)="?([^\]"]+?)\s*"?\s*\]\]\s*\n*/$x{extra}{author}=$1;""/eg; say "+++"; say to_toml({%x}); say "+++"; say $_' '{}' + ``` --- viralvandring/index.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'viralvandring/index.md') diff --git a/viralvandring/index.md b/viralvandring/index.md index ae7cb307..d969e77c 100644 --- a/viralvandring/index.md +++ b/viralvandring/index.md @@ -1,5 +1,16 @@ -[[!meta title="Den Virale Vandring"]] - ++++ +title="Den Virale Vandring" + +[taxonomies] +tags=[ + "ture", + "historie", + "city", + "virus", + "1700-tallet", + "1800-tallet", +] ++++ [[!if test="included()" then=""" {{ img(path="viraldoktor.jpg" class="overview" size="200x" link="/viralvandring") }} @@ -48,4 +59,4 @@ Turen kan også gennemføres som foredrag eller andet event. """]] -[[!tag ture historie city virus 1700-tallet 1800-tallet]] + -- cgit v1.2.3