Update README.md

This commit is contained in:
Andros Fenollosa 2023-06-27 12:46:09 +02:00 committed by GitHub
parent c8298c8e29
commit fd91fe6d79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,3 +56,13 @@ If you want it to look really nice, include the following lines at the beginning
#+OPTIONS: toc:nil num:nil #+OPTIONS: toc:nil num:nil
#+OPTIONS: html-postamble:nil #+OPTIONS: html-postamble:nil
``` ```
### Dark
```org
#+html_head: <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Lora:wght@500&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">
#+OPTIONS: toc:nil num:nil
#+OPTIONS: html-postamble:nil
```