deft/journal/2020-11-21--16-26-23Z--org_present_test.html
2020-11-21 18:51:38 +01:00

135 lines
3.6 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Org present test</title>
<meta name="author" content="Yann Esposito"/>
<style type="text/css">
.underline { text-decoration: underline; }
</style>
<link rel="stylesheet" href="/Users/esposito/.emacs.d/.local/straight/build-27.1/revealjs/dist/reveal.css"/>
<link rel="stylesheet" href="/Users/esposito/.emacs.d/.local/straight/build-27.1/revealjs/dist/theme/black.css" id="theme"/>
</head>
<body>
<div class="reveal">
<div class="slides">
<section id="sec-title-slide">
<h1 class="title">Org present test</h1><h2 class="author">Yann Esposito</h2><h2 class="date">2020-11-21 Sat 00:00</h2><p class="date">Created: 2020-11-21 Sat 18:51</p>
</section>
<section id="table-of-contents-section">
<div id="table-of-contents">
<h2>Table of Contents</h2>
<div id="text-table-of-contents">
<ul>
<li><a href="#/slide-1">1. First slide</a>
<ul>
<li><a href="#/slide-1-1">1.1. Sub 1.1</a></li>
</ul>
</li>
<li><a href="#/slide-2">2. Slide 2</a></li>
<li><a href="#/slide-3">3. Slide 3</a></li>
<li><a href="#/slide-4">4. Slide 4</a></li>
<li><a href="#/slide-5">5. The End</a></li>
</ul>
</div>
</div>
</section>
<p>
tags :: <a href="20200428130658-org_mode.html">org-mode</a>
source :: <a href="https://github.com/rlister/org-present">https://github.com/rlister/org-present</a>
</p>
<section>
<section id="slide-1">
<h2 id="1"><span class="section-number-2">1</span> First slide</h2>
<ul>
<li>This is the first slide.</li>
<li>With an item list.</li>
</ul>
</section>
<section id="slide-1-1">
<h3 id="1-1"><span class="section-number-3">1.1</span> Sub 1.1</h3>
</section>
</section>
<section>
<section id="slide-2">
<h2 id="2"><span class="section-number-2">2</span> Slide 2</h2>
<p>
This is slide 1.2
</p>
<div class="org-src-container">
<pre class="src src-elisp"><span style="color: #076678;">(</span><span style="color: #9d0006;">defun</span> <span style="color: #b57614;">foo</span> <span style="color: #b16286;">()</span> <span style="color: #79740e; font-style: italic;">"foo"</span><span style="color: #076678;">)</span>
</pre>
</div>
</section>
</section>
<section>
<section id="slide-3">
<h2 id="3"><span class="section-number-2">3</span> Slide 3</h2>
<p>
Slide
</p>
</section>
</section>
<section>
<section id="slide-4">
<h2 id="4"><span class="section-number-2">4</span> Slide 4</h2>
<p>
With some text.
</p>
</section>
</section>
<section>
<section id="slide-5">
<h2 id="5"><span class="section-number-2">5</span> The End</h2>
</section>
</section>
</div>
</div>
<script src="/Users/esposito/.emacs.d/.local/straight/build-27.1/revealjs/dist/reveal.js"></script>
<script src="/Users/esposito/.emacs.d/.local/straight/build-27.1/revealjs/plugin/markdown/markdown.js"></script>
<script src="/Users/esposito/.emacs.d/.local/straight/build-27.1/revealjs/plugin/notes/notes.js"></script>
<script src="/Users/esposito/.emacs.d/.local/straight/build-27.1/revealjs/plugin/search/search.js"></script>
<script src="/Users/esposito/.emacs.d/.local/straight/build-27.1/revealjs/plugin/zoom/zoom.js"></script>
<script>
// Full list of configuration options available here:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: true,
history: false,
center: true,
slideNumber: 'c',
rollingLinks: false,
keyboard: true,
mouseWheel: false,
fragmentInURL: false,
hashOneBasedIndex: false,
pdfSeparateFragments: true,
overview: true,
transition: 'convex',
transitionSpeed: 'default',
// Plugins with reveal.js 4.x
plugins: [ RevealMarkdown, RevealNotes, RevealSearch, RevealZoom ],
// Optional libraries used to extend reveal.js
dependencies: [
]
});
</script>
</body>
</html>