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 Oct 22, 2023
1 parent b3323bf commit ac0212c
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
51a219e7
882d0eee
11 changes: 10 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,15 @@ <h1 class="title">Template Revealjs Quarto site</h1>
</div>
</div>

</section>
<section id="scan-this" class="slide level2">
<h2>Scan This!</h2>
<div id="qrcode" class="qrcode"></div>
<script type="text/javascript">
var qrcode = new QRCode("qrcode", {"colorLight":"#ffffff","width":"400","height":"400","colorDark":"#000000","text":"https://ns-rse.github.io/quarto-revealjs-template"});
</script>

<p><a href="https://ns-rse.github.io/quarto-revealjs-template">ns-rse.github.io/quarto-revealjs-template</a></p>
</section>
<section id="quarto-revealjs-slides" class="slide level2">
<h2>Quarto RevealJS Slides</h2>
Expand Down Expand Up @@ -798,7 +807,7 @@ <h2>Extensions</h2>
</div><div class="column" style="width:50%;">
<div id="qrcode" class="qrcode"></div>
<script type="text/javascript">
var qrcode = new QRCode("qrcode", {"text":"https://ns-rse.github.io/quarto-revealjs-template","colorDark":"#000000","colorLight":"#ffffff","height":128,"width":128});
var qrcode = new QRCode("qrcode", {"colorLight":"#ffffff","width":128,"height":128,"colorDark":"#000000","text":"https://ns-rse.github.io/quarto-revealjs-template"});
</script>

</div>
Expand Down
7 changes: 7 additions & 0 deletions search.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
[
{
"objectID": "index.html#scan-this",
"href": "index.html#scan-this",
"title": "Template Revealjs Quarto site",
"section": "Scan This!",
"text": "Scan This!\n\n\n \nns-rse.github.io/quarto-revealjs-template"
},
{
"objectID": "index.html#quarto-revealjs-slides",
"href": "index.html#quarto-revealjs-slides",
Expand Down
2 changes: 1 addition & 1 deletion sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://<YOUR_GITHUB_USERNAME>.github.io/<NAME_OF_REPOSITORY/index.html</loc>
<lastmod>2023-10-19T13:39:06.580Z</lastmod>
<lastmod>2023-10-22T19:50:05.998Z</lastmod>
</url>
</urlset>

0 comments on commit ac0212c

Please sign in to comment.