From 0990b4df19b1e8c42c8a1c22fc77fb9e836b379c Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Tue, 26 Jan 2021 22:45:18 +0100 Subject: Convert bio to markdown To make it easier to edit. --- quatuor.sh | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'quatuor.sh') diff --git a/quatuor.sh b/quatuor.sh index de450c3..ca8919a 100644 --- a/quatuor.sh +++ b/quatuor.sh @@ -1,3 +1,12 @@ +add-bio () +{ + sed -i \ + -e /'{BIO}'/'r '<(pandoc quatuor.md) \ + -e /'{BIO}'/'c\' \ + $1 +} + title=Biographie stylesheets=quatuor transforms=("$(transform-li-dropdown-current-a quatuor)") +postprocess=add-bio -- cgit v1.2.3