<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Slides | Patricia Rubisch</title><link>https://prubisch.github.io/slides/</link><atom:link href="https://prubisch.github.io/slides/index.xml" rel="self" type="application/rss+xml"/><description>Slides</description><generator>Hugo Blox Builder (https://hugoblox.com)</generator><language>en-us</language><item><title/><link>https://prubisch.github.io/slides/example/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://prubisch.github.io/slides/example/</guid><description>&lt;p>#&amp;mdash;
#title: Slides
#summary: An introduction to using Hugo Blox Builder&amp;rsquo;s Slides feature.
#authors: []
#tags: []
#categories: []
#date: &amp;lsquo;2019-02-05T00:00:00Z&amp;rsquo;
#slides:&lt;/p>
&lt;h1 id="choose-a-theme-from-httpsgithubcomhakimelrevealjstheming">Choose a theme from &lt;a href="https://github.com/hakimel/reveal.js#theming" target="_blank" rel="noopener">https://github.com/hakimel/reveal.js#theming&lt;/a>&lt;/h1>
&lt;p>theme: black&lt;/p>
&lt;h1 id="choose-a-code-highlighting-style-if-highlighting-enabled-in-paramstoml">Choose a code highlighting style (if highlighting enabled in &lt;code>params.toml&lt;/code>)&lt;/h1>
&lt;h1 id="light-style-github-dark-style-dracula-default">Light style: github. Dark style: dracula (default).&lt;/h1>
&lt;h2 id="highlight_style-dracula">highlight_style: dracula&lt;/h2>
&lt;h1 id="create-slides-in-markdown-with-hugo-blox-builder">Create slides in Markdown with Hugo Blox Builder&lt;/h1>
&lt;p>#&lt;a href="https://hugoblox.com/" target="_blank" rel="noopener">Hugo Blox Builder&lt;/a> | &lt;a href="https://docs.hugoblox.com/content/slides/" target="_blank" rel="noopener">Documentation&lt;/a>&lt;/p>
&lt;hr>
&lt;h2 id="features">Features&lt;/h2>
&lt;p>#- Efficiently write slides in Markdown
#- 3-in-1: Create, Present, and Publish your slides
#- Supports speaker notes
#- Mobile friendly slides&lt;/p>
&lt;hr>
&lt;h2 id="controls">Controls&lt;/h2>
&lt;p>#- Next: &lt;code>Right Arrow&lt;/code> or &lt;code>Space&lt;/code>
#- Previous: &lt;code>Left Arrow&lt;/code>
#- Start: &lt;code>Home&lt;/code>
#- Finish: &lt;code>End&lt;/code>
#- Overview: &lt;code>Esc&lt;/code>
#- Speaker notes: &lt;code>S&lt;/code>
#- Fullscreen: &lt;code>F&lt;/code>
#- Zoom: &lt;code>Alt + Click&lt;/code>
#- &lt;a href="https://revealjs.com/pdf-export/" target="_blank" rel="noopener">PDF Export&lt;/a>&lt;/p>
&lt;hr>
&lt;h2 id="code-highlighting">Code Highlighting&lt;/h2>
&lt;p>#Inline code: &lt;code>variable&lt;/code>&lt;/p>
&lt;p>#Code block:&lt;/p>
&lt;p>#```python
#porridge = &amp;ldquo;blueberry&amp;rdquo;
#if porridge == &amp;ldquo;blueberry&amp;rdquo;:&lt;/p>
&lt;h1 id="printeating">print(&amp;ldquo;Eating&amp;hellip;&amp;rdquo;)&lt;/h1>
&lt;p>#```&lt;/p>
&lt;p>#&amp;mdash;&lt;/p>
&lt;h2 id="math">Math&lt;/h2>
&lt;p>#In-line math: $x + y = z$&lt;/p>
&lt;p>#Block math:&lt;/p>
&lt;p>#$$
#f\left( x \right) = ;\frac{{2\left( {x + 4} \right)\left( {x - 4} \right)}}{{\left( {x + 4} \right)\left( {x + 1} \right)}}
#$$&lt;/p>
&lt;p>#&amp;mdash;&lt;/p>
&lt;h2 id="fragments">Fragments&lt;/h2>
&lt;p>#Make content appear incrementally&lt;/p>
&lt;p>#&lt;code> #{{% fragment %}} One {{% /fragment %}} #{{% fragment %}} **Two** {{% /fragment %}} #{{% fragment %}} Three {{% /fragment %}} #&lt;/code>&lt;/p>
&lt;p>#Press &lt;code>Space&lt;/code> to play!&lt;/p>
&lt;p>#&lt;span class="fragment " >
One
&lt;/span>
#&lt;span class="fragment " >
&lt;strong>Two&lt;/strong>
&lt;/span>
#&lt;span class="fragment " >
Three
&lt;/span>&lt;/p>
&lt;p>#&amp;mdash;&lt;/p>
&lt;p>#A fragment can accept two optional parameters:&lt;/p>
&lt;p>#- &lt;code>class&lt;/code>: use a custom style (requires definition in custom CSS)
#- &lt;code>weight&lt;/code>: sets the order in which a fragment appears&lt;/p>
&lt;p>#&amp;mdash;&lt;/p>
&lt;h2 id="speaker-notes">Speaker Notes&lt;/h2>
&lt;p>#Add speaker notes to your presentation&lt;/p>
&lt;p>#```markdown
#{{% speaker_note %}}&lt;/p>
&lt;p>#- Only the speaker can read these notes
#- Press &lt;code>S&lt;/code> key to view&lt;/p>
&lt;h1 id="-speaker_note-">{{% /speaker_note %}}&lt;/h1>
&lt;p>#```&lt;/p>
&lt;p>#Press the &lt;code>S&lt;/code> key to view the speaker notes!&lt;/p>
&lt;p>#&lt;aside class="notes">
&lt;p>#- Only the speaker can read these notes
#- Press &lt;code>S&lt;/code> key to view&lt;/p>
&lt;h1 id="heading">&lt;/h1>
&lt;/aside>&lt;/p>
&lt;p>#&amp;mdash;&lt;/p>
&lt;h2 id="themes">Themes&lt;/h2>
&lt;p>#- black: Black background, white text, blue links (default)
#- white: White background, black text, blue links
#- league: Gray background, white text, blue links
#- beige: Beige background, dark text, brown links
#- sky: Blue background, thin dark text, blue links&lt;/p>
&lt;p>#&amp;mdash;&lt;/p>
&lt;p>#- night: Black background, thick white text, orange links
#- serif: Cappuccino background, gray text, brown links
#- simple: White background, black text, blue links
#- solarized: Cream-colored background, dark green text, blue links&lt;/p>
&lt;p>#&amp;mdash;&lt;/p>
&lt;p>#
&lt;section data-noprocess data-shortcode-slide
data-background-image="/media/boards.jpg"
>
&lt;/p>
&lt;h2 id="custom-slide">Custom Slide&lt;/h2>
&lt;p>#Customize the slide style and background&lt;/p>
&lt;p>#&lt;code>markdown #{{&amp;lt; slide background-image=&amp;quot;/media/boards.jpg&amp;quot; &amp;gt;}} #{{&amp;lt; slide background-color=&amp;quot;#0000FF&amp;quot; &amp;gt;}} #{{&amp;lt; slide class=&amp;quot;my-style&amp;quot; &amp;gt;}} #&lt;/code>&lt;/p>
&lt;p>#&amp;mdash;&lt;/p>
&lt;h2 id="custom-css-example">Custom CSS Example&lt;/h2>
&lt;p>#Let&amp;rsquo;s make headers navy colored.&lt;/p>
&lt;p>#Create &lt;code>assets/css/reveal_custom.css&lt;/code> with:&lt;/p>
&lt;p>#```css
#.reveal section h1,
#.reveal section h2,
#.reveal section h3 {&lt;/p>
&lt;h1 id="color-navy">color: navy;&lt;/h1>
&lt;p>#}
#```&lt;/p>
&lt;p>#&amp;mdash;&lt;/p>
&lt;h2 id="questions">Questions?&lt;/h2>
&lt;p>#&lt;a href="https://discord.gg/z8wNYzb" target="_blank" rel="noopener">Ask&lt;/a>&lt;/p>
&lt;p>#&lt;a href="https://docs.hugoblox.com/content/slides/" target="_blank" rel="noopener">Documentation&lt;/a>&lt;/p></description></item></channel></rss>