-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path01-topic-1.html
97 lines (87 loc) · 3.39 KB
/
01-topic-1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Topic 1</title>
<meta name="author" content="(Matt Price)"/>
<style type="text/css">
.underline { text-decoration: underline; }
</style>
<link rel="stylesheet" href="file:///home/matt/src/reveal.js/css/reveal.css"/>
<link rel="stylesheet" href="file:///home/matt/src/reveal.js/css/theme/matt.css" id="theme"/>
<link rel="stylesheet" href="file:///home/matt/src/org-reveal/local.css"/>
<link rel="stylesheet" href="file:///home/matt/src/reveal.js/lib/css/zenburn.css"/>
<!-- If the query includes 'print-pdf', include the PDF print sheet -->
<script>
if( window.location.search.match( /print-pdf/gi ) ) {
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = 'file:///home/matt/src/reveal.js/css/print/pdf.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
}
</script>
</head>
<body>
<div class="reveal">
<div class="slides">
<section id="sec-title-slide"><h1 class="title">Topic 1</h1><h2 class="author">Matt Price</h2><p class="date">Created: 2018-09-25 Tue 13:50</p>
</section>
<p>
testing out the overview
</p>
<div class="org-src-container">
<pre><code class="emacs-lisp" >;; (org-huveal-export-to-html 1)
(org-huveal-export-wim nil)
;; (browse-url-of-file (expand-file-name (org-huveal-export-to-html )))
</code></pre>
</div>
<section>
<section id="slide-orgd3a3639">
<h2 id="orgd3a3639">some stuff</h2>
</section>
</section>
<section>
<section id="slide-orgca1c283">
<h2 id="orgca1c283">another stuff</h2>
</section>
</section>
</div>
</div>
<script src="file:///home/matt/src/reveal.js/lib/js/head.min.js"></script>
<script src="file:///home/matt/src/reveal.js/js/reveal.js"></script>
<script>
// Full list of configuration options available here:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: true,
history: true,
center: false,
slideNumber: 'c',
rollingLinks: false,
keyboard: true,
overview: true,
margin: 0.10,
maxScale: 1.00,
theme: Reveal.getQueryHash().theme, // available themes are in /css/theme
transition: Reveal.getQueryHash().transition || 'default', // default/cube/page/concave/zoom/linear/fade/none
transitionSpeed: 'default',
multiplex: {
secret: '', // null if client
id: '', // id, obtained from socket.io server
url: '' // Location of socket.io server
},
// Optional libraries used to extend on reveal.js
dependencies: [
{src: 'file:///home/matt/src/reveal.js/plugin/klipse_reveal.js'},
{ src: 'file:///home/matt/src/reveal.js/lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'file:///home/matt/src/reveal.js/plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'file:///home/matt/src/reveal.js/plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'file:///home/matt/src/reveal.js/plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: 'file:///home/matt/src/reveal.js/plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } },
{ src: 'file:///home/matt/src/reveal.js/plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } }]
});
</script>
</body>
</html>