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 Jun 26, 2024
1 parent d0fc372 commit 032091b
Show file tree
Hide file tree
Showing 10 changed files with 106 additions and 88 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1b310294
c79f4215
13 changes: 6 additions & 7 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">


<title>Quarto Contributing Clinic - .qmd file for practice</title>
<title>Quarto Contributing Clinic - demo.qmd file for practice</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
Expand Down Expand Up @@ -82,7 +82,7 @@
<button type="button" class="quarto-btn-toggle btn" data-bs-toggle="collapse" data-bs-target=".quarto-sidebar-collapse-item" aria-controls="quarto-sidebar" aria-expanded="false" aria-label="Toggle sidebar navigation" onclick="if (window.quartoToggleHeadroom) { window.quartoToggleHeadroom(); }">
<i class="bi bi-layout-text-sidebar-reverse"></i>
</button>
<nav class="quarto-page-breadcrumbs" aria-label="breadcrumb"><ol class="breadcrumb"><li class="breadcrumb-item"><a href="./part1-quarto.html">Part 1: Quarto workflow</a></li><li class="breadcrumb-item"><a href="./demo.html"><code>.qmd</code> file for practice</a></li></ol></nav>
<nav class="quarto-page-breadcrumbs" aria-label="breadcrumb"><ol class="breadcrumb"><li class="breadcrumb-item"><a href="./part1-quarto.html">Part 1: Quarto workflow</a></li><li class="breadcrumb-item"><a href="./demo.html"><code>demo.qmd</code> file for practice</a></li></ol></nav>
<a class="flex-grow-1" role="button" data-bs-toggle="collapse" data-bs-target=".quarto-sidebar-collapse-item" aria-controls="quarto-sidebar" aria-expanded="false" aria-label="Toggle sidebar navigation" onclick="if (window.quartoToggleHeadroom) { window.quartoToggleHeadroom(); }">
</a>
<button type="button" class="btn quarto-search-button" aria-label="" onclick="window.quartoOpenSearch();">
Expand Down Expand Up @@ -136,7 +136,7 @@
<li class="sidebar-item">
<div class="sidebar-item-container">
<a href="./demo.html" class="sidebar-item-text sidebar-link active">
<span class="menu-text"><code>.qmd</code> file for practice</span></a>
<span class="menu-text"><code>demo.qmd</code> file for practice</span></a>
</div>
</li>
</ul>
Expand Down Expand Up @@ -189,9 +189,9 @@ <h2 id="toc-title">On this page</h2>
<!-- main -->
<main class="content" id="quarto-document-content">

<header id="title-block-header" class="quarto-title-block default"><nav class="quarto-page-breadcrumbs quarto-title-breadcrumbs d-none d-lg-block" aria-label="breadcrumb"><ol class="breadcrumb"><li class="breadcrumb-item"><a href="./part1-quarto.html">Part 1: Quarto workflow</a></li><li class="breadcrumb-item"><a href="./demo.html"><code>.qmd</code> file for practice</a></li></ol></nav>
<header id="title-block-header" class="quarto-title-block default"><nav class="quarto-page-breadcrumbs quarto-title-breadcrumbs d-none d-lg-block" aria-label="breadcrumb"><ol class="breadcrumb"><li class="breadcrumb-item"><a href="./part1-quarto.html">Part 1: Quarto workflow</a></li><li class="breadcrumb-item"><a href="./demo.html"><code>demo.qmd</code> file for practice</a></li></ol></nav>
<div class="quarto-title">
<h1 class="title"><code>.qmd</code> file for practice</h1>
<h1 class="title"><code>demo.qmd</code> file for practice</h1>
</div>


Expand All @@ -208,11 +208,10 @@ <h1 class="title"><code>.qmd</code> file for practice</h1>
</header>


<p>This <code>demo.qmd</code> file has <a href="https://quarto.org/docs/authoring/markdown-basics.html">Markdown</a>-formatted text, examples for adding headers, hyperlinks, and inserting images with alt-text, and a Python code chunk.</p>
<p>This <code>demo.qmd</code> file has <a href="https://quarto.org/docs/authoring/markdown-basics.html">Markdown</a>-formatted text, examples for adding headers, hyperlinks, and inserting images with alt-text.</p>
<ul>
<li>Headers are powerful in Quarto because they let you organize on the side of the page. In a Quarto site, headers let you share a specific section of a page by clicking on a header and copying the URL.</li>
<li>Hyperlinking lets us cite our sources and inspirations and give credit.</li>
<li>Python code in a <code>.qmd</code> file will be executed automatically.</li>
</ul>
<p>We can all practice Markdown in this Quarto file. Make an edit, preview how it will look in the site (<code>quarto preview</code>), edit, repeat.</p>
<p>Only make changes to the section below under <em>your</em> name header (to prevent conflicts with other people’s edits)</p>
Expand Down
Binary file added images/github-suggestion.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
<li class="sidebar-item">
<div class="sidebar-item-container">
<a href="./demo.html" class="sidebar-item-text sidebar-link">
<span class="menu-text"><code>.qmd</code> file for practice</span></a>
<span class="menu-text"><code>demo.qmd</code> file for practice</span></a>
</div>
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion next-steps.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
<li class="sidebar-item">
<div class="sidebar-item-container">
<a href="./demo.html" class="sidebar-item-text sidebar-link">
<span class="menu-text"><code>.qmd</code> file for practice</span></a>
<span class="menu-text"><code>demo.qmd</code> file for practice</span></a>
</div>
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion part0-setup.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
<li class="sidebar-item">
<div class="sidebar-item-container">
<a href="./demo.html" class="sidebar-item-text sidebar-link">
<span class="menu-text"><code>.qmd</code> file for practice</span></a>
<span class="menu-text"><code>demo.qmd</code> file for practice</span></a>
</div>
</li>
</ul>
Expand Down
8 changes: 4 additions & 4 deletions part1-quarto.html
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
<li class="sidebar-item">
<div class="sidebar-item-container">
<a href="./demo.html" class="sidebar-item-text sidebar-link">
<span class="menu-text"><code>.qmd</code> file for practice</span></a>
<span class="menu-text"><code>demo.qmd</code> file for practice</span></a>
</div>
</li>
</ul>
Expand Down Expand Up @@ -259,7 +259,7 @@ <h3 class="anchored" data-anchor-id="preview-the-website-aka-quarto-preview">Pre
</section>
<section id="make-changes-to-files-aka-the-website-content" class="level2">
<h2 class="anchored" data-anchor-id="make-changes-to-files-aka-the-website-content">Make changes to files (aka the website content)</h2>
<p><strong>Open <a href="./demo.html"><code>lessons/demo.qmd</code></a> file using the Editor, not as a Notebook file.</strong> Suggestions for things to try, and how to format things are in the file.</p>
<p><strong>Open <a href="./demo.html"><code>demo.qmd</code></a> file using the Editor, not as a Notebook file.</strong> Suggestions for things to try, and how to format things are in the file.</p>
<div class="quarto-figure quarto-figure-left">
<figure class="figure">
<p><img src="images/jupyterhub-openwith-editor.png" class="img-fluid figure-img" style="width:50.0%"></p>
Expand Down Expand Up @@ -854,8 +854,8 @@ <h2 class="anchored" data-anchor-id="regroup-discussion-topics">Regroup discussi
</a>
</div>
<div class="nav-page nav-page-next">
<a href="./demo.html" class="pagination-link" aria-label="`.qmd` file for practice">
<span class="nav-page-text"><code>.qmd</code> file for practice</span> <i class="bi bi-arrow-right-short"></i>
<a href="./demo.html" class="pagination-link" aria-label="`demo.qmd` file for practice">
<span class="nav-page-text"><code>demo.qmd</code> file for practice</span> <i class="bi bi-arrow-right-short"></i>
</a>
</div>
</nav>
Expand Down
Loading

0 comments on commit 032091b

Please sign in to comment.