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 Jan 17, 2024
1 parent f97050d commit e6dc61e
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b9ede07f
82ed123d
22 changes: 3 additions & 19 deletions about.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>Synthesis Skills for Early Career Researchers - About</title>
<title>Synthesis Skills for Early Career Researchers – about</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
Expand Down Expand Up @@ -106,7 +106,6 @@
</script>


<link rel="stylesheet" href="styles.css">
</head>

<body class="nav-fixed">
Expand All @@ -128,7 +127,7 @@
<ul class="navbar-nav navbar-nav-scroll me-auto">
<li class="nav-item">
<a class="nav-link" href="./index.html" rel="" target="">
<span class="menu-text">Home</span></a>
<span class="menu-text">Course Home</span></a>
</li>
<li class="nav-item">
<a class="nav-link active" href="./about.html" rel="" target="" aria-current="page">
Expand Down Expand Up @@ -171,26 +170,11 @@
<!-- main -->
<main class="content" id="quarto-document-content">

<header id="title-block-header" class="quarto-title-block default">
<div class="quarto-title">
<h1 class="title">About</h1>
</div>



<div class="quarto-title-meta">




</div>


</header>

<p>About this site</p>
<div class="cell">
<div class="sourceCode cell-code" id="cb1"><pre class="sourceCode numberSource r number-lines code-with-copy"><code class="sourceCode r"><span id="cb1-1"><a href="#cb1-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="sourceCode cell-code" id="cb1"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb1-1"><a href="#cb1-1" 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 Down
9 changes: 4 additions & 5 deletions index.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>Synthesis Skills for Early Career Researchers - ssecr-course</title>
<title>Synthesis Skills for Early Career Researchers - Course Overview</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
Expand Down Expand Up @@ -106,7 +106,6 @@
</script>


<link rel="stylesheet" href="styles.css">
</head>

<body class="nav-fixed">
Expand All @@ -128,7 +127,7 @@
<ul class="navbar-nav navbar-nav-scroll me-auto">
<li class="nav-item">
<a class="nav-link active" href="./index.html" rel="" target="" aria-current="page">
<span class="menu-text">Home</span></a>
<span class="menu-text">Course Home</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./about.html" rel="" target="">
Expand Down Expand Up @@ -173,7 +172,7 @@

<header id="title-block-header" class="quarto-title-block default">
<div class="quarto-title">
<h1 class="title">ssecr-course</h1>
<h1 class="title">Course Overview</h1>
</div>


Expand All @@ -191,7 +190,7 @@ <h1 class="title">ssecr-course</h1>
<p>This is a Quarto website.</p>
<p>To learn more about Quarto websites visit <a href="https://quarto.org/docs/websites" class="uri">https://quarto.org/docs/websites</a>.</p>
<div class="cell">
<div class="sourceCode cell-code" id="cb1"><pre class="sourceCode numberSource r number-lines code-with-copy"><code class="sourceCode r"><span id="cb1-1"><a href="#cb1-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="sourceCode cell-code" id="cb1"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb1-1"><a href="#cb1-1" 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 Down
4 changes: 2 additions & 2 deletions search.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
{
"objectID": "index.html",
"href": "index.html",
"title": "ssecr-course",
"title": "Course Overview",
"section": "",
"text": "This is a Quarto website.\nTo learn more about Quarto websites visit https://quarto.org/docs/websites.\n\n1 + 1\n\n[1] 2"
},
{
"objectID": "about.html",
"href": "about.html",
"title": "About",
"title": "Synthesis Skills for Early Career Researchers",
"section": "",
"text": "About this site\n\n1 + 1\n\n[1] 2"
}
Expand Down
6 changes: 3 additions & 3 deletions site_libs/bootstrap/bootstrap-dark.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions site_libs/bootstrap/bootstrap.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://github.com/lter/ssecr/index.html</loc>
<lastmod>2024-01-17T16:02:04.247Z</lastmod>
<lastmod>2024-01-17T16:13:32.098Z</lastmod>
</url>
<url>
<loc>https://github.com/lter/ssecr/about.html</loc>
<lastmod>2024-01-17T16:02:03.263Z</lastmod>
<lastmod>2024-01-17T16:13:31.078Z</lastmod>
</url>
</urlset>
1 change: 0 additions & 1 deletion styles.css

This file was deleted.

0 comments on commit e6dc61e

Please sign in to comment.