diff options
| author | verdant <i@glowisle.me> | 2026-05-09 23:53:15 +0800 |
|---|---|---|
| committer | verdant <i@glowisle.me> | 2026-05-09 23:53:15 +0800 |
| commit | 556ee8874173eb556e6a6997acf70bae90cb2c78 (patch) | |
| tree | a36da81d0d1ef24da8127e5ecb4797b3e4172e55 /org-templates | |
| parent | 2fb72671c096779830912dbe84ba704ce695d879 (diff) | |
| download | vemacs-556ee8874173eb556e6a6997acf70bae90cb2c78.tar.gz vemacs-556ee8874173eb556e6a6997acf70bae90cb2c78.zip | |
添加 reveal 制作幻灯片
Diffstat (limited to 'org-templates')
| -rw-r--r-- | org-templates/reveal.setup | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/org-templates/reveal.setup b/org-templates/reveal.setup new file mode 100644 index 0000000..96d74a6 --- /dev/null +++ b/org-templates/reveal.setup @@ -0,0 +1,8 @@ +#+AUTHOR: Verdant +#+OPTIONS: toc:nil num:t +#+REVEAL_THEME: white +#+HTML_HEAD: <style>#sec-title-slide{font-size:1rem} .slide-footer{position:fixed;bottom:0;left:0;right:0;text-align:center;font-size:1rem;}</style> +#+REVEAL_HLEVEL: 2 +#+REVEAL_TRANSITION: 'auto +#+REVEAL_TRANSITION_SPEED: default +#+REVEAL_SLIDE_FOOTER: <p>Verdant <code>im@verdant.ee</code></p> |
