Age | Commit message (Collapse) | Author |
|
* 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.
|
|
SVG image export works correctly out of the box in org.
* build-website.el (org-html--svg-image): Delete function.
|
|
* build-website.el (org-html--svg-image): Override to export svg using
an img tag instead of an object tag.
|
|
* build-website.el (org-html-head): Add minimal CSS.
|
|
* build-website.el (org-html-head-include-default-style,
org-html-head-include-scripts): Set to nil.
|
|
* Makefile.am (website, website/index.html): Add build targets.
(clean-local): Add clean target.
* build-website.el: New file.
|