Update README.md

This commit is contained in:
Andros Fenollosa 2024-01-25 10:50:10 +01:00 committed by GitHub
parent 4dba47d4f7
commit 57312dc164
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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) ![Demo](demo.gif)
## Requirements ## Requirements
- **Domain**: To access the file share. - **Domain**
- **Hosting**: To host the file share. It is recommended to use a server with SSH access. - **Hosting**: It is recommended to use a server with SSH access.
- **TRAMP**: To access the hosting.
## Install ## Install
@ -54,6 +53,7 @@ If you want it to look really nice, include the following lines at the beginning
#+html_head: <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inconsolata&display=swap"> #+html_head: <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inconsolata&display=swap">
#+html_head: <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/tanrax/org-share-to-web.el@main/themes/light.css"> #+html_head: <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/tanrax/org-share-to-web.el@main/themes/light.css">
#+OPTIONS: toc:nil num:nil html-postamble:nil #+OPTIONS: toc:nil num:nil html-postamble:nil
#+TITLE: My title
``` ```
### Dark ### Dark
@ -63,4 +63,5 @@ If you want it to look really nice, include the following lines at the beginning
#+html_head: <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inconsolata&display=swap"> #+html_head: <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inconsolata&display=swap">
#+html_head: <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/tanrax/org-share-to-web.el@main/themes/dark.css"> #+html_head: <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/tanrax/org-share-to-web.el@main/themes/dark.css">
#+OPTIONS: toc:nil num:nil html-postamble:nil #+OPTIONS: toc:nil num:nil html-postamble:nil
#+TITLE: My title
``` ```