Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
hraeder41 committed Jul 15, 2024
1 parent 7370885 commit 0bd9939
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a40fa6c5
5d510bb5
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ <h5 class="quarto-listing-category-title">Categories</h5><div class="quarto-list

<div class="quarto-listing quarto-listing-container-default" id="listing-listing">
<div class="list quarto-listing-default">
<div class="quarto-post image-right" data-index="0" data-categories="news,code,analysis" data-listing-date-sort="1721019600000" data-listing-file-modified-sort="1721055308476" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="1" data-listing-word-count-sort="1">
<div class="quarto-post image-right" data-index="0" data-categories="news,code,analysis" data-listing-date-sort="1721019600000" data-listing-file-modified-sort="1721055492792" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="1" data-listing-word-count-sort="22">
<div class="thumbnail">
<p><a href="./posts/intro-post/index.html" class="no-external"></a></p><a href="./posts/intro-post/index.html" class="no-external">
<div class="listing-item-img-placeholder card-img-top" >&nbsp;</div>
Expand All @@ -230,7 +230,7 @@ <h3 class="no-anchor listing-title">
</div>
</div>
<div class="listing-description">
<a href="./posts/intro-post/index.html" class="no-external"></a>
<a href="./posts/intro-post/index.html" class="no-external">This is an initial test post, will likely be adjusted later to add actual code:</a>
</div>
</div>
<div class="metadata">
Expand Down
51 changes: 51 additions & 0 deletions posts/intro-post/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,40 @@
margin: 0 0.8em 0.2em -1em; /* quarto-specific, see https://github.com/quarto-dev/quarto-cli/issues/4556 */
vertical-align: middle;
}
/* CSS for syntax highlighting */
pre > code.sourceCode { white-space: pre; position: relative; }
pre > code.sourceCode > span { line-height: 1.25; }
pre > code.sourceCode > span:empty { height: 1.2em; }
.sourceCode { overflow: visible; }
code.sourceCode > span { color: inherit; text-decoration: inherit; }
div.sourceCode { margin: 1em 0; }
pre.sourceCode { margin: 0; }
@media screen {
div.sourceCode { overflow: auto; }
}
@media print {
pre > code.sourceCode { white-space: pre-wrap; }
pre > code.sourceCode > span { text-indent: -5em; padding-left: 5em; }
}
pre.numberSource code
{ counter-reset: source-line 0; }
pre.numberSource code > span
{ position: relative; left: -4em; counter-increment: source-line; }
pre.numberSource code > span > a:first-child::before
{ content: counter(source-line);
position: relative; left: -1em; text-align: right; vertical-align: baseline;
border: none; display: inline-block;
-webkit-touch-callout: none; -webkit-user-select: none;
-khtml-user-select: none; -moz-user-select: none;
-ms-user-select: none; user-select: none;
padding: 0 4px; width: 4em;
}
pre.numberSource { margin-left: 3em; padding-left: 4px; }
div.sourceCode
{ }
@media screen {
pre > code.sourceCode > span > a:first-child::before { text-decoration: underline; }
}
</style>


Expand Down Expand Up @@ -156,6 +190,23 @@ <h1 class="title">First Coding Post</h1>



<p>This is an initial test post, will likely be adjusted later to add actual code:</p>
<div id="d6af3ecb" class="cell" data-execution_count="1">
<div class="sourceCode cell-code" id="cb1"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="cf">for</span> i <span class="kw">in</span> <span class="bu">range</span>(<span class="dv">10</span>):</span>
<span id="cb1-2"><a href="#cb1-2" aria-hidden="true" tabindex="-1"></a> <span class="bu">print</span>(i)</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>0
1
2
3
4
5
6
7
8
9</code></pre>
</div>
</div>



Expand Down
7 changes: 7 additions & 0 deletions search.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,12 @@
"title": "About",
"section": "",
"text": "About this blog"
},
{
"objectID": "posts/intro-post/index.html",
"href": "posts/intro-post/index.html",
"title": "First Coding Post",
"section": "",
"text": "This is an initial test post, will likely be adjusted later to add actual code:\n\nfor i in range(10):\n print(i)\n\n0\n1\n2\n3\n4\n5\n6\n7\n8\n9"
}
]
2 changes: 1 addition & 1 deletion sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</url>
<url>
<loc>https://hraeder41.github.io/posts/intro-post/index.html</loc>
<lastmod>2024-07-15T14:55:08.476Z</lastmod>
<lastmod>2024-07-15T14:58:12.792Z</lastmod>
</url>
<url>
<loc>https://hraeder41.github.io/posts/test-post/index.html</loc>
Expand Down

0 comments on commit 0bd9939

Please sign in to comment.