Add readme

This commit is contained in:
Andros Fenollosa 2023-06-13 10:11:28 +02:00
parent 5a926e65f9
commit 7c2665e2ec
2 changed files with 16 additions and 1 deletions

15
README.md Normal file
View File

@ -0,0 +1,15 @@
## Configure
Configure the domain to be used to access the file share and the directory where it will be hosted using Tramp.
```elisp
(setq org-share-to-web-domain "")
(setq org-share-to-web-directory "")
```
Example.
```elisp
(setq org-share-to-web-domain "https://mydomain.com/")
(setq org-share-to-web-directory "/ssh:debian@mydomain.com:~/www/")
```

View File

@ -7,7 +7,7 @@
;; SPDX-License-Identifier: GPL-3.0-or-later
;;; Commentary:
;;
;; Share a Org document in an HTML document accessible online.
;;; Code: