Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarto GHA Workflow Runner committed Nov 28, 2024
1 parent 7afd725 commit 574fea0
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c4ff916d
56ea36a6
15 changes: 8 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<script src="slides_files/libs/quarto-html/tippy.umd.min.js"></script>
<link href="slides_files/libs/quarto-html/tippy.css" rel="stylesheet">
<link href="slides_files/libs/quarto-html/light-border.css" rel="stylesheet">
<link href="slides_files/libs/quarto-html/quarto-syntax-highlighting-29e2c20b02301cfff04dc8050bf30c7e.css" rel="stylesheet" id="quarto-text-highlighting-styles"><meta charset="utf-8">
<meta name="generator" content="quarto-1.6.37">
<link href="slides_files/libs/quarto-html/quarto-syntax-highlighting-e26003cea8cd680ca0c55a263523d882.css" rel="stylesheet" id="quarto-text-highlighting-styles"><meta charset="utf-8">
<meta name="generator" content="quarto-1.6.39">

<meta name="author" content="Martin Herrerias Azcue">
<meta name="dcterms.date" content="2024-11-28">
Expand Down Expand Up @@ -226,6 +226,7 @@ <h2>Bullets</h2>
<h2>Code</h2>
<p>When you click the <strong>Render</strong> button a presentation will be generated that includes both content and the output of embedded code. You can embed code like this:</p>
<div class="cell">
<div class="sourceCode cell-code" id="cb1"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb1-1"><a href="" aria-hidden="true" tabindex="-1"></a><span class="dv">1</span> <span class="sc">+</span> <span class="dv">1</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="cell-output cell-output-stdout">
<pre><code>[1] 2</code></pre>
</div>
Expand All @@ -238,11 +239,11 @@ <h2>Fancier Code Blocks</h2>
<div class="code-with-filename-file">
<pre><strong>fake_script.R</strong></pre>
</div>
<div class="sourceCode cell-code" id="cb2"><pre class="sourceCode numberSource r number-lines code-with-copy"><code class="sourceCode r"><span id="cb2-1"><a href=""></a><span class="co"># Multiply two numbers</span></span>
<span id="cb2-2"><a href=""></a>multiply <span class="ot">&lt;-</span> <span class="cf">function</span>(a, b) {</span>
<span id="cb2-3"><a href=""></a> <span class="fu">return</span>(a <span class="sc">*</span> b)</span>
<span id="cb2-4"><a href=""></a>}</span>
<span id="cb2-5"><a href=""></a><span class="fu">multiply</span>(<span class="at">a =</span> <span class="dv">6</span>, <span class="at">b =</span> <span class="dv">7</span>)</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="sourceCode cell-code" id="cb3"><pre class="sourceCode numberSource r number-lines code-with-copy"><code class="sourceCode r"><span id="cb3-1"><a href=""></a><span class="co"># Multiply two numbers</span></span>
<span id="cb3-2"><a href=""></a>multiply <span class="ot">&lt;-</span> <span class="cf">function</span>(a, b) {</span>
<span id="cb3-3"><a href=""></a> <span class="fu">return</span>(a <span class="sc">*</span> b)</span>
<span id="cb3-4"><a href=""></a>}</span>
<span id="cb3-5"><a href=""></a><span class="fu">multiply</span>(<span class="at">a =</span> <span class="dv">6</span>, <span class="at">b =</span> <span class="dv">7</span>)</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
</div>
</div>

Expand Down
15 changes: 8 additions & 7 deletions slides.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<script src="slides_files/libs/quarto-html/tippy.umd.min.js"></script>
<link href="slides_files/libs/quarto-html/tippy.css" rel="stylesheet">
<link href="slides_files/libs/quarto-html/light-border.css" rel="stylesheet">
<link href="slides_files/libs/quarto-html/quarto-syntax-highlighting-29e2c20b02301cfff04dc8050bf30c7e.css" rel="stylesheet" id="quarto-text-highlighting-styles"><meta charset="utf-8">
<meta name="generator" content="quarto-1.6.37">
<link href="slides_files/libs/quarto-html/quarto-syntax-highlighting-e26003cea8cd680ca0c55a263523d882.css" rel="stylesheet" id="quarto-text-highlighting-styles"><meta charset="utf-8">
<meta name="generator" content="quarto-1.6.39">

<meta name="author" content="Martin Herrerias Azcue">
<meta name="dcterms.date" content="2024-11-28">
Expand Down Expand Up @@ -226,6 +226,7 @@ <h2>Bullets</h2>
<h2>Code</h2>
<p>When you click the <strong>Render</strong> button a presentation will be generated that includes both content and the output of embedded code. You can embed code like this:</p>
<div class="cell">
<div class="sourceCode cell-code" id="cb1"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb1-1"><a href="" aria-hidden="true" tabindex="-1"></a><span class="dv">1</span> <span class="sc">+</span> <span class="dv">1</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="cell-output cell-output-stdout">
<pre><code>[1] 2</code></pre>
</div>
Expand All @@ -238,11 +239,11 @@ <h2>Fancier Code Blocks</h2>
<div class="code-with-filename-file">
<pre><strong>fake_script.R</strong></pre>
</div>
<div class="sourceCode cell-code" id="cb2"><pre class="sourceCode numberSource r number-lines code-with-copy"><code class="sourceCode r"><span id="cb2-1"><a href=""></a><span class="co"># Multiply two numbers</span></span>
<span id="cb2-2"><a href=""></a>multiply <span class="ot">&lt;-</span> <span class="cf">function</span>(a, b) {</span>
<span id="cb2-3"><a href=""></a> <span class="fu">return</span>(a <span class="sc">*</span> b)</span>
<span id="cb2-4"><a href=""></a>}</span>
<span id="cb2-5"><a href=""></a><span class="fu">multiply</span>(<span class="at">a =</span> <span class="dv">6</span>, <span class="at">b =</span> <span class="dv">7</span>)</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="sourceCode cell-code" id="cb3"><pre class="sourceCode numberSource r number-lines code-with-copy"><code class="sourceCode r"><span id="cb3-1"><a href=""></a><span class="co"># Multiply two numbers</span></span>
<span id="cb3-2"><a href=""></a>multiply <span class="ot">&lt;-</span> <span class="cf">function</span>(a, b) {</span>
<span id="cb3-3"><a href=""></a> <span class="fu">return</span>(a <span class="sc">*</span> b)</span>
<span id="cb3-4"><a href=""></a>}</span>
<span id="cb3-5"><a href=""></a><span class="fu">multiply</span>(<span class="at">a =</span> <span class="dv">6</span>, <span class="at">b =</span> <span class="dv">7</span>)</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
</div>
</div>

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 574fea0

Please sign in to comment.