diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-01-26 22:45:18 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-01-26 22:45:18 +0100 |
| commit | 0990b4df19b1e8c42c8a1c22fc77fb9e836b379c (patch) | |
| tree | e70f8951af1d525f0da347aa69cea45625aa9137 /build.sh | |
| parent | 14f7be98159de821f73deab4788296a29b08fa01 (diff) | |
| download | quatuorbellefeuille.com-0990b4df19b1e8c42c8a1c22fc77fb9e836b379c.tar.xz | |
Convert bio to markdown
To make it easier to edit.
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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} |
