aboutsummaryrefslogtreecommitdiff
path: root/build-aux/build-home-page.el
AgeCommit message (Expand)Author
2022-01-19build-aux: Fix broken link to signing key.•••* build-aux/build-home-page.el (org-dblock-write:download): Fix broken link to signing key. Arun Isaac
2021-09-29README: Add a Download section using a dynamic block.•••In addition, we link to the GitHub repo in this new Download section rather than in the Contributing section. * README.org (download): Add dynamic block. (Contributing): Delete github-link dynamic block. * build-aux/build-home-page.el (org-dblock-write:github-link): Delete function. (org-dblock-write:download): New function. Arun Isaac
2021-09-29README: Add GitHub link using an org dynamic block.•••* README.org (Contributing): Add github-link dynamic block. * build-aux/build-home-page.el (org-dblock-write:github-link): New function. (build-website): Update all org dynamic blocks. Do not insert GitHub link using `search-forward' and `insert'. Arun Isaac
2021-08-17build-aux: Remove redundant beginning-of-line.•••* build-aux/build-home-page.el (build-website): Remove redundant beginning-of-line. Arun Isaac
2021-08-17build-aux: Link to GitHub repo on website.•••We programmatically add a link to the GitHub repo before building the website. This way, the GitHub link will appear only on the website, and not on the README.org rendered on GitHub. * build-aux/build-home-page.el (build-website): Add a link to the GitHub repo before building the website. Arun Isaac
2021-07-19build-aux: Put website building code into a function.•••This will be useful when we want build-home-page.el to build both a website and a gemini capsule. * build-aux/build-home-page.el (build-website): New function. * Makefile.am (website/index.html): Call build-website. Arun Isaac
2021-07-02build-aux: Do not make backup files.•••* build-aux/build-home-page.el (make-backup-files): Set to nil. Arun Isaac
2021-06-10build-aux: Do not override org-html--svg-image.•••SVG image export works correctly out of the box in org. * build-aux/build-home-page.el (org-html--svg-image): Delete function. Arun Isaac
2021-06-10README: Add continuous integration badges.•••* README.org (ci-badge): New macro. Add continuous integration badges. * build-aux/build-home-page.el (org-html--svg-image): Override org-html--svg-image to export svg using an img tag instead of an object tag. Arun Isaac
2021-05-24Build website from README.org.•••* Makefile.am (website, website/index.html, clean-local): New targets. * build-aux/build-home-page.el: New file. Arun Isaac