From 57312dc164d9b099ff851b4bbeb9dd94913ce83d Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Thu, 25 Jan 2024 10:50:10 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ad2cdd8..e049e93 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,11 @@ -Share an Org buffer as a web page. In addition, a URL will be created that you can share to view it. +Share an org buffer as an accessible web page with your own public domain. ![Demo](demo.gif) ## Requirements -- **Domain**: To access the file share. -- **Hosting**: To host the file share. It is recommended to use a server with SSH access. -- **TRAMP**: To access the hosting. +- **Domain** +- **Hosting**: It is recommended to use a server with SSH access. ## Install @@ -54,6 +53,7 @@ If you want it to look really nice, include the following lines at the beginning #+html_head: #+html_head: #+OPTIONS: toc:nil num:nil html-postamble:nil +#+TITLE: My title ``` ### Dark @@ -63,4 +63,5 @@ If you want it to look really nice, include the following lines at the beginning #+html_head: #+html_head: #+OPTIONS: toc:nil num:nil html-postamble:nil +#+TITLE: My title ```