From 12fa1d0366e33bf47e8600418a6a48f1832f0375 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sat, 22 Jun 2019 21:49:05 +0530 Subject: website: Do not include default style and scripts. * build-website.el (org-html-head-include-default-style, org-html-head-include-scripts): Set to nil. --- build-website.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-website.el b/build-website.el index 7c1781f..eaa710f 100644 --- a/build-website.el +++ b/build-website.el @@ -22,6 +22,8 @@ (setq org-export-with-section-numbers nil org-export-with-sub-superscripts nil org-export-with-toc nil + org-html-head-include-default-style nil + org-html-head-include-scripts nil org-html-postamble nil) (with-current-buffer (find-file "README.org") -- cgit v1.2.3