aboutsummaryrefslogtreecommitdiff
path: root/aux/workflow/README.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* README.md: Add explicit "Links" and "Releases" sectionsEuAndreh2021-06-061-45/+0
| | | | | | | | | | | | | | | | | | | Instead of generating the "Links" and "Releases" sections on the fly and adding them to the end of the README.md before processing it with aux/workflow/README.sh, embed those sections directly and use aux/workflow/assert-readme.sh to make sure the metadata is there. Before we had: 1. generate "Links" and "Releases" on the fly inside aux/workflow/README.sh; 2. add those sections to the end of the README.md; 3. use the custom pandoc build command inside the aux/workflow/README.sh file. Now we have: 1. embed "Links" and "Releases" in the README.md directly; 2. use aux/workflow/assert-readme.sh to validate the correct metadata; 3. use the vanilla aux/workflow/commonmark.sh to generate the HTML.
* aux/: Use tabs over spaces for .sh filesEuAndreh2021-06-061-13/+14
|
* aux/: Add favicon to generated HTML filesEuAndreh2021-06-061-0/+1
|
* README.sh: Remove suffix from Git repo linkEuAndreh2021-03-061-1/+1
|
* README.sh: Reverse the list of tagsEuAndreh2021-02-271-1/+1
|
* Add aux/workflow/sign-tarballs.shEuAndreh2021-02-271-1/+1
|
* Add aux/workflow/public.sh, update aux/workflow/README.shEuAndreh2021-02-231-2/+15
|
* Update files under aux/EuAndreh2021-02-171-1/+1
|
* aux/workflow/: Update copied files, now accept optional filename parameterEuAndreh2021-01-301-1/+2
|
* mv build-aux/ aux/EuAndreh2021-01-271-0/+29