From b0f581bbcb355ac3f904dbcef8f08d67f3d0a0cf Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Tue, 13 Jun 2023 12:33:00 +0200 Subject: [PATCH] Add theme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 3fc9ce4..bcf026f 100644 --- a/README.md +++ b/README.md @@ -29,3 +29,13 @@ Example. Open an Org file and run `org-share-to-web-buffer`. It will copy the URL to your clipboard to open the document share. + +## Theme + +If you want it to look really nice, include the following lines at the beginning of your Org documents. + +```org +#+html_head: +#+OPTIONS: toc:nil +#+OPTIONS: html-postamble:nil +```