Add theme
This commit is contained in:
parent
206801b564
commit
b0f581bbcb
10
README.md
10
README.md
@ -29,3 +29,13 @@ Example.
|
|||||||
Open an Org file and run `org-share-to-web-buffer`.
|
Open an Org file and run `org-share-to-web-buffer`.
|
||||||
|
|
||||||
It will copy the URL to your clipboard to open the document share.
|
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
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user