aboutsummaryrefslogtreecommitdiff
path: root/build-aux/build-home-page.el
AgeCommit message (Collapse)Author
2024-01-26README: Hard-code releases.HEADmainArun Isaac
* README.org (Download): Replace releases dynamic block with hard-coded list of releases. * build-aux/build-website.el (org-dblock-write:releases): Delete function. (build-website): Do not call org-update-all-dblocks.
2024-01-26build-aux: Do not infer release information from git tags.Arun Isaac
We now build the website as a computed-file G-expression in a Guix channel. Guix channels always discard the git repository information, and don't have access to the git tags. We can fix this problem later if and when we switch to using tissue for the website. * build-aux/build-home-page.el (org-dblock-write:releases): Do not infer release information from git tags. Hard-code them.
2022-01-05README: Add releases.Arun Isaac
* README.org (Download): Add releases. * build-aux/build-home-page.el (org-dblock-write:releases): New function. (build-website): Update dynamic blocks before exporting.
2022-01-03build-aux: Add website build script.Arun Isaac
* build-aux/build-home-page.el: New file.