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 Sep 27, 2023
1 parent 20dfdca commit 9f240e3
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
48cb8f74
a7c65e61
22 changes: 7 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link href="template_files/libs/quarto-html/light-border.css" rel="stylesheet">
<link href="template_files/libs/quarto-html/quarto-html.min.css" rel="stylesheet" data-mode="light">
<link href="template_files/libs/quarto-html/quarto-syntax-highlighting.css" rel="stylesheet" id="quarto-text-highlighting-styles"><meta charset="utf-8">
<meta name="generator" content="quarto-1.4.386">
<meta name="generator" content="quarto-1.3.450">

<meta name="author" content="First Last">
<meta name="dcterms.date" content="2023-09-27">
Expand All @@ -32,7 +32,7 @@
}
/* CSS for syntax highlighting */
pre > code.sourceCode { white-space: pre; position: relative; }
pre > code.sourceCode > span { line-height: 1.25; }
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
pre > code.sourceCode > span:empty { height: 1.2em; }
.sourceCode { overflow: visible; }
code.sourceCode > span { color: inherit; text-decoration: inherit; }
Expand Down Expand Up @@ -222,8 +222,7 @@
}

.callout.callout-titled .callout-body > .callout-content > :last-child {
padding-bottom: 0.5rem;
margin-bottom: 0;
margin-bottom: 0.5rem;
}

.callout.callout-titled .callout-icon::before {
Expand Down Expand Up @@ -511,6 +510,7 @@ <h3 id="illinois-themed-presentation-slide-deck">Illinois-themed presentation sl
Reveal.initialize({
'controlsAuto': true,
'previewLinksAuto': false,
'smaller': false,
'pdfSeparateFragments': false,
'autoAnimateEasing': "ease",
'autoAnimateDuration': 1,
Expand Down Expand Up @@ -771,9 +771,10 @@ <h3 id="illinois-themed-presentation-slide-deck">Illinois-themed presentation sl
// clear code selection
e.clearSelection();
});
function tippyHover(el, contentFn, onTriggerFn, onUntriggerFn) {
function tippyHover(el, contentFn) {
const config = {
allowHTML: true,
content: contentFn,
maxWidth: 500,
delay: 100,
arrow: false,
Expand All @@ -783,17 +784,8 @@ <h3 id="illinois-themed-presentation-slide-deck">Illinois-themed presentation sl
interactive: true,
interactiveBorder: 10,
theme: 'light-border',
placement: 'bottom-start',
placement: 'bottom-start'
};
if (contentFn) {
config.content = contentFn;
}
if (onTriggerFn) {
config.onTrigger = onTriggerFn;
}
if (onUntriggerFn) {
config.onUntrigger = onUntriggerFn;
}
config['offset'] = [0,0];
config['maxWidth'] = 700;
window.tippy(el, config);
Expand Down
22 changes: 7 additions & 15 deletions template.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link href="template_files/libs/quarto-html/light-border.css" rel="stylesheet">
<link href="template_files/libs/quarto-html/quarto-html.min.css" rel="stylesheet" data-mode="light">
<link href="template_files/libs/quarto-html/quarto-syntax-highlighting.css" rel="stylesheet" id="quarto-text-highlighting-styles"><meta charset="utf-8">
<meta name="generator" content="quarto-1.4.386">
<meta name="generator" content="quarto-1.3.450">

<meta name="author" content="First Last">
<meta name="dcterms.date" content="2023-09-27">
Expand All @@ -32,7 +32,7 @@
}
/* CSS for syntax highlighting */
pre > code.sourceCode { white-space: pre; position: relative; }
pre > code.sourceCode > span { line-height: 1.25; }
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
pre > code.sourceCode > span:empty { height: 1.2em; }
.sourceCode { overflow: visible; }
code.sourceCode > span { color: inherit; text-decoration: inherit; }
Expand Down Expand Up @@ -222,8 +222,7 @@
}

.callout.callout-titled .callout-body > .callout-content > :last-child {
padding-bottom: 0.5rem;
margin-bottom: 0;
margin-bottom: 0.5rem;
}

.callout.callout-titled .callout-icon::before {
Expand Down Expand Up @@ -511,6 +510,7 @@ <h3 id="illinois-themed-presentation-slide-deck">Illinois-themed presentation sl
Reveal.initialize({
'controlsAuto': true,
'previewLinksAuto': false,
'smaller': false,
'pdfSeparateFragments': false,
'autoAnimateEasing': "ease",
'autoAnimateDuration': 1,
Expand Down Expand Up @@ -771,9 +771,10 @@ <h3 id="illinois-themed-presentation-slide-deck">Illinois-themed presentation sl
// clear code selection
e.clearSelection();
});
function tippyHover(el, contentFn, onTriggerFn, onUntriggerFn) {
function tippyHover(el, contentFn) {
const config = {
allowHTML: true,
content: contentFn,
maxWidth: 500,
delay: 100,
arrow: false,
Expand All @@ -783,17 +784,8 @@ <h3 id="illinois-themed-presentation-slide-deck">Illinois-themed presentation sl
interactive: true,
interactiveBorder: 10,
theme: 'light-border',
placement: 'bottom-start',
placement: 'bottom-start'
};
if (contentFn) {
config.content = contentFn;
}
if (onTriggerFn) {
config.onTrigger = onTriggerFn;
}
if (onUntriggerFn) {
config.onUntrigger = onUntriggerFn;
}
config['offset'] = [0,0];
config['maxWidth'] = 700;
window.tippy(el, config);
Expand Down
4 changes: 2 additions & 2 deletions template_files/libs/quarto-html/popper.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion template_files/libs/quarto-html/quarto-html.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9f240e3

Please sign in to comment.