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 Mar 6, 2024
1 parent 5131c73 commit 597ba4c
Show file tree
Hide file tree
Showing 66 changed files with 5,633 additions and 190 deletions.
6 changes: 0 additions & 6 deletions .gitignore

This file was deleted.

1 change: 1 addition & 0 deletions .nojekyll
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
73d539fc
13 changes: 11 additions & 2 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>

<meta charset="utf-8">
<meta name="generator" content="quarto-1.4.550">
<meta name="generator" content="quarto-1.4.551">

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">

Expand Down Expand Up @@ -316,6 +316,11 @@ <h1>Whoops!</h1>
for (var i=0; i<links.length; i++) {
const link = links[i];
if (!isInternal(link.href)) {
// undo the damage that might have been done by quarto-nav.js in the case of
// links that we want to consider external
if (link.dataset.originalHref !== undefined) {
link.href = link.dataset.originalHref;
}
// target, if specified
link.setAttribute("target", "_blank");
if (link.getAttribute("rel") === null) {
Expand Down Expand Up @@ -357,7 +362,11 @@ <h1>Whoops!</h1>
try { href = new URL(href).hash; } catch {}
const id = href.replace(/^#\/?/, "");
const note = window.document.getElementById(id);
return note.innerHTML;
if (note) {
return note.innerHTML;
} else {
return "";
}
});
}
const xrefs = window.document.querySelectorAll('a.quarto-xref');
Expand Down
15 changes: 12 additions & 3 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>

<meta charset="utf-8">
<meta name="generator" content="quarto-1.4.550">
<meta name="generator" content="quarto-1.4.551">

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">

Expand Down Expand Up @@ -405,6 +405,11 @@ <h1>Music</h1>
for (var i=0; i<links.length; i++) {
const link = links[i];
if (!isInternal(link.href)) {
// undo the damage that might have been done by quarto-nav.js in the case of
// links that we want to consider external
if (link.dataset.originalHref !== undefined) {
link.href = link.dataset.originalHref;
}
// target, if specified
link.setAttribute("target", "_blank");
if (link.getAttribute("rel") === null) {
Expand Down Expand Up @@ -446,7 +451,11 @@ <h1>Music</h1>
try { href = new URL(href).hash; } catch {}
const id = href.replace(/^#\/?/, "");
const note = window.document.getElementById(id);
return note.innerHTML;
if (note) {
return note.innerHTML;
} else {
return "";
}
});
}
const xrefs = window.document.querySelectorAll('a.quarto-xref');
Expand Down Expand Up @@ -738,7 +747,7 @@ <h1>Music</h1>
</div>
</div>
</footer>
<script>var lightboxQuarto = GLightbox({"descPosition":"bottom","openEffect":"zoom","loop":false,"closeEffect":"zoom","selector":".lightbox"});
<script>var lightboxQuarto = GLightbox({"openEffect":"zoom","selector":".lightbox","descPosition":"bottom","closeEffect":"zoom","loop":false});
window.onload = () => {
lightboxQuarto.on('slide_before_load', (data) => {
const { slideIndex, slideNode, slideConfig, player, trigger } = data;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>

<meta charset="utf-8">
<meta name="generator" content="quarto-1.4.550">
<meta name="generator" content="quarto-1.4.551">

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">

Expand Down Expand Up @@ -712,6 +712,11 @@ <h1>Final thoughts</h1>
for (var i=0; i<links.length; i++) {
const link = links[i];
if (!isInternal(link.href)) {
// undo the damage that might have been done by quarto-nav.js in the case of
// links that we want to consider external
if (link.dataset.originalHref !== undefined) {
link.href = link.dataset.originalHref;
}
// target, if specified
link.setAttribute("target", "_blank");
if (link.getAttribute("rel") === null) {
Expand Down Expand Up @@ -753,7 +758,11 @@ <h1>Final thoughts</h1>
try { href = new URL(href).hash; } catch {}
const id = href.replace(/^#\/?/, "");
const note = window.document.getElementById(id);
return note.innerHTML;
if (note) {
return note.innerHTML;
} else {
return "";
}
});
}
const xrefs = window.document.querySelectorAll('a.quarto-xref');
Expand Down
13 changes: 11 additions & 2 deletions blog/2021-05-04-expand-your-productivity-with-espanso/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>

<meta charset="utf-8">
<meta name="generator" content="quarto-1.4.550">
<meta name="generator" content="quarto-1.4.551">

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">

Expand Down Expand Up @@ -926,6 +926,11 @@ <h1>Highlights from my <code>default.yml</code> file</h1>
for (var i=0; i<links.length; i++) {
const link = links[i];
if (!isInternal(link.href)) {
// undo the damage that might have been done by quarto-nav.js in the case of
// links that we want to consider external
if (link.dataset.originalHref !== undefined) {
link.href = link.dataset.originalHref;
}
// target, if specified
link.setAttribute("target", "_blank");
if (link.getAttribute("rel") === null) {
Expand Down Expand Up @@ -967,7 +972,11 @@ <h1>Highlights from my <code>default.yml</code> file</h1>
try { href = new URL(href).hash; } catch {}
const id = href.replace(/^#\/?/, "");
const note = window.document.getElementById(id);
return note.innerHTML;
if (note) {
return note.innerHTML;
} else {
return "";
}
});
}
const xrefs = window.document.querySelectorAll('a.quarto-xref');
Expand Down
53 changes: 31 additions & 22 deletions blog/2021-07-03-in-search-of-keyboard-nirvana/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>

<meta charset="utf-8">
<meta name="generator" content="quarto-1.4.550">
<meta name="generator" content="quarto-1.4.551">

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">

Expand Down Expand Up @@ -283,7 +283,7 @@ <h1 class="title">In search of keyboard nirvana</h1>
<div class="cell-output-display">
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="images/red_pill.gif" class="img-fluid quarto-figure quarto-figure-center figure-img" width="700"></p>
<p><img src="images/red_pill.gif" class="img-fluid figure-img" width="700"></p>
<figcaption>Me back in 2011 reading about mechanical keyboards.</figcaption>
</figure>
</div>
Expand All @@ -297,7 +297,7 @@ <h1>Mechanical keyboards</h1>
<div class="cell-output-display">
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="images/jkeyboard.png" class="img-fluid quarto-figure quarto-figure-center figure-img" width="700"></p>
<p><img src="images/jkeyboard.png" class="img-fluid figure-img" width="700"></p>
<figcaption>A rendering of my first custom mechanical keyboard, from WASD Keyboards.</figcaption>
</figure>
</div>
Expand All @@ -312,7 +312,7 @@ <h1>Remapping your keyboard</h1>
<div class="cell-output-display">
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="images/nav_arrows.png" class="img-fluid quarto-figure quarto-figure-center figure-img" width="700"></p>
<p><img src="images/nav_arrows.png" class="img-fluid figure-img" width="700"></p>
<figcaption>Where I wanted to relocate the navigation arrows.</figcaption>
</figure>
</div>
Expand All @@ -323,7 +323,7 @@ <h1>Remapping your keyboard</h1>
<div class="cell-output-display">
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="images/capslock_layer.png" class="img-fluid quarto-figure quarto-figure-center figure-img" width="700"></p>
<p><img src="images/capslock_layer.png" class="img-fluid figure-img" width="700"></p>
<figcaption>My capslock layer.</figcaption>
</figure>
</div>
Expand Down Expand Up @@ -351,7 +351,7 @@ <h1>Towards better ergonomics with split keyboards</h1>
<div class="cell-output-display">
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="images/drake_ergo_ulnar.png" class="img-fluid quarto-figure quarto-figure-center figure-img" width="600"></p>
<p><img src="images/drake_ergo_ulnar.png" class="img-fluid figure-img" width="600"></p>
<figcaption>Split keyboards fix a lot of ergonomic problems, like ulnar deviation.</figcaption>
</figure>
</div>
Expand All @@ -362,7 +362,7 @@ <h1>Towards better ergonomics with split keyboards</h1>
<div class="cell-output-display">
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="images/ergodox.png" class="img-fluid quarto-figure quarto-figure-center figure-img" width="700"></p>
<p><img src="images/ergodox.png" class="img-fluid figure-img" width="700"></p>
<figcaption>The Ergodox EZ.</figcaption>
</figure>
</div>
Expand All @@ -373,7 +373,7 @@ <h1>Towards better ergonomics with split keyboards</h1>
<div class="cell-output-display">
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="images/oryx.jpg" class="img-fluid quarto-figure quarto-figure-center figure-img" width="700"></p>
<p><img src="images/oryx.jpg" class="img-fluid figure-img" width="700"></p>
<figcaption>Screenshot of the Oryx software.</figcaption>
</figure>
</div>
Expand All @@ -386,7 +386,7 @@ <h1>Towards better ergonomics with split keyboards</h1>
<div class="cell-output-display">
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="images/disappoint.gif" class="img-fluid quarto-figure quarto-figure-center figure-img" width="600"></p>
<p><img src="images/disappoint.gif" class="img-fluid figure-img" width="600"></p>
<figcaption>Me after about 6 months of using the Ergodox EZ thumb cluster.</figcaption>
</figure>
</div>
Expand All @@ -400,7 +400,7 @@ <h1>Building my own split keyboard</h1>
<div class="cell-output-display">
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="images/whoa.gif" class="img-fluid quarto-figure quarto-figure-center figure-img" width="600"></p>
<p><img src="images/whoa.gif" class="img-fluid figure-img" width="600"></p>
<figcaption>Me after first discovering r/ErgoMechKeyboards.</figcaption>
</figure>
</div>
Expand All @@ -411,7 +411,7 @@ <h1>Building my own split keyboard</h1>
<div class="cell-output-display">
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="index_files/figure-html/lily58-1.png" class="img-fluid quarto-figure quarto-figure-center figure-img" width="700"></p>
<p><img src="index_files/figure-html/lily58-1.png" class="img-fluid figure-img" width="700"></p>
<figcaption>Me and my first ever DIY keyboard (a Lily58), assembled (mostly) in the GW Innovation Center.</figcaption>
</figure>
</div>
Expand All @@ -429,7 +429,7 @@ <h1>Building my own split keyboard</h1>
<div class="cell-output-display">
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="images/john_soldering.jpg" class="img-fluid quarto-figure quarto-figure-center figure-img" width="600"></p>
<p><img src="images/john_soldering.jpg" class="img-fluid figure-img" width="600"></p>
<figcaption>A very staged-looking (but actually wasn’t staged) photo of me working with a student in the GWIC.</figcaption>
</figure>
</div>
Expand All @@ -444,7 +444,7 @@ <h1>Towards an “End Game”</h1>
<div class="cell-output-display">
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="images/bike_rule12.jpg" class="img-fluid quarto-figure quarto-figure-center figure-img" width="500"></p>
<p><img src="images/bike_rule12.jpg" class="img-fluid figure-img" width="500"></p>
<figcaption>…where N is the current number of bikes owned.</figcaption>
</figure>
</div>
Expand All @@ -455,7 +455,7 @@ <h1>Towards an “End Game”</h1>
<div class="cell-output-display">
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="images/architect.gif" class="img-fluid quarto-figure quarto-figure-center figure-img" width="700"></p>
<p><img src="images/architect.gif" class="img-fluid figure-img" width="700"></p>
<figcaption>Most peoples’ reaction after I show them my keyboards.</figcaption>
</figure>
</div>
Expand All @@ -467,7 +467,7 @@ <h1>Towards an “End Game”</h1>
<div class="cell-output-display">
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="images/iris.jpg" class="img-fluid quarto-figure quarto-figure-center figure-img" width="700"></p>
<p><img src="images/iris.jpg" class="img-fluid figure-img" width="700"></p>
<figcaption>My second keyboard - an Iris Rev 2.</figcaption>
</figure>
</div>
Expand All @@ -481,7 +481,7 @@ <h1>Towards an “End Game”</h1>
<div class="cell-output-display">
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="images/encoder.jpg" class="img-fluid quarto-figure quarto-figure-center figure-img" width="500"></p>
<p><img src="images/encoder.jpg" class="img-fluid figure-img" width="500"></p>
<figcaption>A rotary encoder I mounted on my Iris keyboard.</figcaption>
</figure>
</div>
Expand All @@ -492,7 +492,7 @@ <h1>Towards an “End Game”</h1>
<div class="cell-output-display">
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="images/kyria.jpeg" class="img-fluid quarto-figure quarto-figure-center figure-img" width="700"></p>
<p><img src="images/kyria.jpeg" class="img-fluid figure-img" width="700"></p>
<figcaption>My third keyboard - a Kyria Rev 1.</figcaption>
</figure>
</div>
Expand All @@ -504,7 +504,7 @@ <h1>Towards an “End Game”</h1>
<div class="cell-output-display">
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="images/corne.jpeg" class="img-fluid quarto-figure quarto-figure-center figure-img" width="700"></p>
<p><img src="images/corne.jpeg" class="img-fluid figure-img" width="700"></p>
<figcaption>My (final?) keyboard - a <a href="https://github.com/jhelvy/wireless-corne">Wireless Corne</a>.</figcaption>
</figure>
</div>
Expand Down Expand Up @@ -558,7 +558,7 @@ <h1>Tools to build your own keyboard</h1>
<div class="cell-output-display">
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="images/blue_pill.gif" class="img-fluid quarto-figure quarto-figure-center figure-img" width="700"></p>
<p><img src="images/blue_pill.gif" class="img-fluid figure-img" width="700"></p>
<figcaption>Me in 2021 with about three too many keyboards in my office.</figcaption>
</figure>
</div>
Expand All @@ -579,7 +579,7 @@ <h1>Tools to build your own keyboard</h1>
<div class="cell-output-display">
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="images/splitKbCompare.png" class="img-fluid quarto-figure quarto-figure-center figure-img" width="700"></p>
<p><img src="images/splitKbCompare.png" class="img-fluid figure-img" width="700"></p>
<figcaption>Screenshot of my <a href="https://jhelvy.shinyapps.io/splitkbcompare/">splitKbCompare app</a>.</figcaption>
</figure>
</div>
Expand All @@ -590,7 +590,7 @@ <h1>Tools to build your own keyboard</h1>
<div class="cell-output-display">
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="images/door.gif" class="img-fluid quarto-figure quarto-figure-center figure-img" width="700"></p>
<p><img src="images/door.gif" class="img-fluid figure-img" width="700"></p>
<figcaption>Choose wisely.</figcaption>
</figure>
</div>
Expand Down Expand Up @@ -691,6 +691,11 @@ <h1>Tools to build your own keyboard</h1>
for (var i=0; i<links.length; i++) {
const link = links[i];
if (!isInternal(link.href)) {
// undo the damage that might have been done by quarto-nav.js in the case of
// links that we want to consider external
if (link.dataset.originalHref !== undefined) {
link.href = link.dataset.originalHref;
}
// target, if specified
link.setAttribute("target", "_blank");
if (link.getAttribute("rel") === null) {
Expand Down Expand Up @@ -732,7 +737,11 @@ <h1>Tools to build your own keyboard</h1>
try { href = new URL(href).hash; } catch {}
const id = href.replace(/^#\/?/, "");
const note = window.document.getElementById(id);
return note.innerHTML;
if (note) {
return note.innerHTML;
} else {
return "";
}
});
}
const xrefs = window.document.querySelectorAll('a.quarto-xref');
Expand Down
Loading

0 comments on commit 597ba4c

Please sign in to comment.