Add theme

This commit is contained in:
Andros Fenollosa 2023-06-13 12:33:00 +02:00
parent 206801b564
commit b0f581bbcb

View File

@ -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: <link rel="stylesheet" href="https://sandyuraz.com/styles/org.css">
#+OPTIONS: toc:nil
#+OPTIONS: html-postamble:nil
```