diff options
| author | EuAndreh <eu@euandre.org> | 2021-01-16 14:11:36 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-01-16 14:13:55 -0300 |
| commit | 7f1b1a193bfef0936cfb3f0aee368f0cf21f078f (patch) | |
| tree | 8d476ef3af0ceb87d64dc857cf190b5779c56df9 /build-aux/workflow/TODOs.sh | |
| parent | Update tfstate file (diff) | |
| download | toph-7f1b1a193bfef0936cfb3f0aee368f0cf21f078f.tar.gz toph-7f1b1a193bfef0936cfb3f0aee368f0cf21f078f.tar.xz | |
Move from TODOs.rst to TODOs.md
Diffstat (limited to 'build-aux/workflow/TODOs.sh')
| -rwxr-xr-x | build-aux/workflow/TODOs.sh | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/build-aux/workflow/TODOs.sh b/build-aux/workflow/TODOs.sh index f080001..b8a3f29 100755 --- a/build-aux/workflow/TODOs.sh +++ b/build-aux/workflow/TODOs.sh @@ -6,12 +6,13 @@ export PROJECT_UC="$1" export PROJECT="$2" export MAILING_LIST="$3" -envsubst < build-aux/workflow/preamble.rst | \ - cat - TODOs.rst | \ - pandoc --toc \ - --highlight-style pygments \ - --toc-depth=2 \ - -s \ - --metadata title="$1 - TODOs" \ - --metadata lang=en \ - -r rst -w html > public/TODOs.html +envsubst < build-aux/workflow/preamble.md | \ + cat - TODOs.md | \ + pandoc --toc \ + --highlight-style pygments \ + --toc-depth=2 \ + -s \ + --metadata title="$1 - TODOs" \ + --metadata lang=en \ + -H build-aux/workflow/style.css \ + -r markdown -w html > public/TODOs.html |
