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. --- build.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 077d609..b4fc8f8 100755 --- a/build.sh +++ b/build.sh @@ -30,6 +30,7 @@ transform-li-dropdown-current-a () } transforms=() +postprocess=true . ${parameters} sed -i s/'{TITLE}'/"${title}"/ ${output} @@ -48,3 +49,5 @@ do done sed -i -e /'{MAIN}'/"r ${input}" -e /'{MAIN}'/'c\' ${output} + +${postprocess} ${output} -- cgit v1.2.3