aboutsummaryrefslogtreecommitdiff
path: root/build-website.el
AgeCommit message (Expand)Author
2021-06-10build-website: Do not override org-html--svg-image.•••SVG image export works correctly out of the box in org. * build-website.el (org-html--svg-image): Delete function. Arun Isaac
2020-12-06website: Export svg using img tag.•••* build-website.el (org-html--svg-image): Override to export svg using an img tag instead of an object tag. Arun Isaac
2020-05-07Add minimal CSS styling to website.•••* build-website.el (org-html-head): Add minimal CSS. Arun Isaac
2019-06-22website: Do not include default style and scripts.•••* build-website.el (org-html-head-include-default-style, org-html-head-include-scripts): Set to nil. Arun Isaac
2019-06-22Build website.•••* Makefile.am (website, website/index.html): Add build targets. (clean-local): Add clean target. * build-website.el: New file. Arun Isaac