From 3b662f55237e037184f92335ea0f4502adc91fe8 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Thu, 7 May 2020 02:38:15 +0530 Subject: Add minimal CSS styling to website. * build-website.el (org-html-head): Add minimal CSS. --- build-website.el | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/build-website.el b/build-website.el index eaa710f..9c37ea1 100644 --- a/build-website.el +++ b/build-website.el @@ -22,6 +22,19 @@ (setq org-export-with-section-numbers nil org-export-with-sub-superscripts nil org-export-with-toc nil + org-html-head "" org-html-head-include-default-style nil org-html-head-include-scripts nil org-html-postamble nil) -- cgit v1.2.3