Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 14 additions & 16 deletions slides/index.html.patch
Original file line number Diff line number Diff line change
@@ -1,37 +1,35 @@
--- index_orig.html 2021-10-27 21:22:24.221941946 +0200
+++ index.html 2021-10-27 21:07:05.583077961 +0200
@@ -8,17 +8,20 @@

<link rel="stylesheet" href="dist/reset.css">
<link rel="stylesheet" href="dist/reveal.css">
- <link rel="stylesheet" href="dist/theme/black.css">
+ <link rel="stylesheet" href="https://puzzle.github.io/pitc-revealjs-theme/2/puzzle.css" id="theme">
--- index_orig.html 2026-04-02 22:31:13.043343786 +0200
+++ index.html 2026-04-02 22:31:06.254139014 +0200
@@ -11,16 +11,19 @@
<link rel="stylesheet" href="dist/reset.css" />
<link rel="stylesheet" href="dist/reveal.css" />
- <link rel="stylesheet" href="dist/theme/black.css" />
+ <link rel="stylesheet" href="https://puzzle.github.io/pitc-revealjs-theme/2/puzzle.css" id="theme" />

<!-- Theme used for syntax highlighted code -->
- <link rel="stylesheet" href="plugin/highlight/monokai.css">
+ <link rel="stylesheet" href="plugin/highlight/monokai.css" id="highlight-theme">
- <link rel="stylesheet" href="dist/plugin/highlight/monokai.css" />
+ <link rel="stylesheet" href="dist/plugin/highlight/monokai.css" id="highlight-theme" />
</head>
<body>
<div class="reveal">
<div class="slides">
- <section>Slide 1</section>
- <section>Slide 2</section>
- </div>
+ <section data-markdown="ansible-techlab/puzzle-demo.md"
+ data-separator="^----"
+ data-separator-vertical="^\*\*\*"
+ data-separator-notes="^Note:">
+ </section>
+ </div>
</div>
</div>

<script src="dist/reveal.js"></script>
@@ -31,6 +34,8 @@
@@ -34,6 +37,8 @@
// - https://revealjs.com/config/
Reveal.initialize({
hash: true,
+ width: 1280,
+ height: 720,
+ height: 720,

// Learn about plugins: https://revealjs.com/plugins/
plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ]
plugins: [RevealMarkdown, RevealHighlight, RevealNotes],
Loading