summaryrefslogtreecommitdiff
path: root/build-aux/build-website.el
AgeCommit message (Expand)Author
2024-01-26README: Hard-code releases.•••* README.org (Download): Replace releases dynamic block with hard-coded list of releases. * build-aux/build-website.el (org-dblock-write:releases): Delete function. (main): Do not call org-update-all-dblocks. Arun Isaac
2024-01-26build-aux: Do not list the v0.1.0 release.•••* build-aux/build-website.el (org-dblock-write:releases): Do not list the v0.1.0 release. Arun Isaac
2024-01-26build-aux: Do not infer release information from git tags.•••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-website.el (org-dblock-write:releases): Do not infer release information from git tags. Hard-code them. Arun Isaac
2023-01-16Revert "README: Declare that releases are only tagged in git from now on."•••This reverts commit 5cc34d6be3daada501ff952fc9edf1ac04d9c24a. We go back to releasing tarballs since tarballs are still important for package managers other than Guix. e.g., homebrew. Arun Isaac
2023-01-06README: Declare that releases are only tagged in git from now on.•••* README.org (Download): Declare that releases are only tagged in git from now on. * build-aux/build-website.el (org-dblock-write:releases): Exclude releases after and including v0.3.0. Arun Isaac
2023-01-06build-aux: Use --contains to exclude v0.1.0 release.•••* build-aux/build-website.el (org-dblock-write:releases): Use the --contains argument of git for-each-ref to exclude the v0.1.0 release. Arun Isaac
2021-09-28README: Use a dynamic block to list releases.•••* README.org (Download): Replace releases with dynamic block. * build-aux/build-website.el: Update dynamic blocks before exporting. (org-dblock-write:releases): New function. Arun Isaac
2021-09-28build-aux: Do not create backup files when building website.•••* build-aux/build-website.el (make-backup-files): Set to nil. Arun Isaac
2021-06-18website: Reference external stylesheet.•••* website/style.css: New file. * Makefile.am (AM_MAKEINFOHTMLFLAGS): Set to --css-ref=/style.css. * build-aux/build-website.el (org-html-head): Set to <link> tag referencing external stylesheet. Arun Isaac
2021-06-18build-aux: Move build-website.el into build-aux directory.•••* build-website.el: Move to build-aux/build-website.el. * Makefile.am (website/index.html): Use build-aux/build-website.el instead of build-website.el. Arun Isaac