Add readme
This commit is contained in:
parent
5a926e65f9
commit
7c2665e2ec
15
README.md
Normal file
15
README.md
Normal 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/")
|
||||
```
|
@ -7,7 +7,7 @@
|
||||
;; SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
;;; Commentary:
|
||||
;;
|
||||
;; Share a Org document in an HTML document accessible online.
|
||||
|
||||
;;; Code:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user