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