Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
EllaKaye committed May 17, 2024
1 parent d0103fd commit e9f3415
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 53 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
aef8647a
82671451
11 changes: 3 additions & 8 deletions CONTRIBUTING.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.549">
<meta name="generator" content="quarto-1.4.533">

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

Expand Down Expand Up @@ -105,7 +105,7 @@
<span class="menu-text">Contributing</span></a>
</li>
<li class="nav-item compact">
<a class="nav-link" href="https://github.com/EllaKaye/communers"> <i class="bi bi-github" role="img">
<a class="nav-link" href="https://github.com/communers/communers.github.io"> <i class="bi bi-github" role="img">
</i>
<span class="menu-text"></span></a>
</li>
Expand Down Expand Up @@ -460,12 +460,7 @@ <h3 class="anchored" data-anchor-id="documentation-styleguide">Documentation Sty
if (window.Quarto?.typesetMath) {
window.Quarto.typesetMath(note);
}
// TODO in 1.5, we should make sure this works without a callout special case
if (note.classList.contains("callout")) {
return note.outerHTML;
} else {
return note.innerHTML;
}
return note.innerHTML;
}
}
for (var i=0; i<xrefs.length; i++) {
Expand Down
11 changes: 3 additions & 8 deletions LICENSE.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.549">
<meta name="generator" content="quarto-1.4.533">

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

Expand Down Expand Up @@ -105,7 +105,7 @@
<span class="menu-text">Contributing</span></a>
</li>
<li class="nav-item compact">
<a class="nav-link" href="https://github.com/EllaKaye/communers"> <i class="bi bi-github" role="img">
<a class="nav-link" href="https://github.com/communers/communers.github.io"> <i class="bi bi-github" role="img">
</i>
<span class="menu-text"></span></a>
</li>
Expand Down Expand Up @@ -298,12 +298,7 @@
if (window.Quarto?.typesetMath) {
window.Quarto.typesetMath(note);
}
// TODO in 1.5, we should make sure this works without a callout special case
if (note.classList.contains("callout")) {
return note.outerHTML;
} else {
return note.innerHTML;
}
return note.innerHTML;
}
}
for (var i=0; i<xrefs.length; i++) {
Expand Down
13 changes: 4 additions & 9 deletions communities.html

Large diffs are not rendered by default.

11 changes: 3 additions & 8 deletions 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.549">
<meta name="generator" content="quarto-1.4.533">

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

Expand Down Expand Up @@ -105,7 +105,7 @@
<span class="menu-text">Contributing</span></a>
</li>
<li class="nav-item compact">
<a class="nav-link" href="https://github.com/EllaKaye/communers"> <i class="bi bi-github" role="img">
<a class="nav-link" href="https://github.com/communers/communers.github.io"> <i class="bi bi-github" role="img">
</i>
<span class="menu-text"></span></a>
</li>
Expand Down Expand Up @@ -343,12 +343,7 @@ <h1 class="title">communeRS</h1>
if (window.Quarto?.typesetMath) {
window.Quarto.typesetMath(note);
}
// TODO in 1.5, we should make sure this works without a callout special case
if (note.classList.contains("callout")) {
return note.outerHTML;
} else {
return note.innerHTML;
}
return note.innerHTML;
}
}
for (var i=0; i<xrefs.length; i++) {
Expand Down
11 changes: 3 additions & 8 deletions resources.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.549">
<meta name="generator" content="quarto-1.4.533">

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

Expand Down Expand Up @@ -113,7 +113,7 @@
<span class="menu-text">Contributing</span></a>
</li>
<li class="nav-item compact">
<a class="nav-link" href="https://github.com/EllaKaye/communers"> <i class="bi bi-github" role="img">
<a class="nav-link" href="https://github.com/communers/communers.github.io"> <i class="bi bi-github" role="img">
</i>
<span class="menu-text"></span></a>
</li>
Expand Down Expand Up @@ -324,12 +324,7 @@ <h1 class="title">Resources</h1>
if (window.Quarto?.typesetMath) {
window.Quarto.typesetMath(note);
}
// TODO in 1.5, we should make sure this works without a callout special case
if (note.classList.contains("callout")) {
return note.outerHTML;
} else {
return note.innerHTML;
}
return note.innerHTML;
}
}
for (var i=0; i<xrefs.length; i++) {
Expand Down
4 changes: 2 additions & 2 deletions site_libs/bootstrap/bootstrap.min.css

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions site_libs/quarto-html/quarto.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const layoutMarginEls = () => {
// Find any conflicting margin elements and add margins to the
// top to prevent overlap
const marginChildren = window.document.querySelectorAll(
".column-margin.column-container > *, .margin-caption, .aside"
".column-margin.column-container > * "
);

let lastBottom = 0;
Expand All @@ -19,9 +19,7 @@ const layoutMarginEls = () => {
marginChild.style.marginTop = null;
const top = marginChild.getBoundingClientRect().top + window.scrollY;
if (top < lastBottom) {
const marginChildStyle = window.getComputedStyle(marginChild);
const marginBottom = parseFloat(marginChildStyle["marginBottom"]);
const margin = lastBottom - top + marginBottom;
const margin = lastBottom - top;
marginChild.style.marginTop = `${margin}px`;
}
const styles = window.getComputedStyle(marginChild);
Expand Down
1 change: 1 addition & 0 deletions site_libs/quarto-nav/quarto-nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ window.document.addEventListener("DOMContentLoaded", function () {
} else {
sidebar.style.top = topOffset + "px";
sidebar.style.maxHeight = "calc(100vh - " + topOffset + "px)";
sidebar.style.minHeight = "calc(100vh - " + topOffset + "px)";
}
});

Expand Down
10 changes: 5 additions & 5 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://communers.github.io/resources.html</loc>
<lastmod>2024-05-14T08:46:16.003Z</lastmod>
<lastmod>2024-05-16T07:49:08.141Z</lastmod>
</url>
<url>
<loc>https://communers.github.io/communities.html</loc>
<lastmod>2024-05-14T08:46:16.002Z</lastmod>
<lastmod>2024-05-17T09:46:24.014Z</lastmod>
</url>
<url>
<loc>https://communers.github.io/LICENSE.html</loc>
<lastmod>2024-05-14T08:46:16.001Z</lastmod>
<lastmod>2024-05-16T07:49:08.140Z</lastmod>
</url>
<url>
<loc>https://communers.github.io/index.html</loc>
<lastmod>2024-05-14T08:46:16.002Z</lastmod>
<lastmod>2024-05-16T07:49:08.141Z</lastmod>
</url>
<url>
<loc>https://communers.github.io/CONTRIBUTING.html</loc>
<lastmod>2024-05-14T08:46:16.001Z</lastmod>
<lastmod>2024-05-16T07:49:08.140Z</lastmod>
</url>
</urlset>

0 comments on commit e9f3415

Please sign in to comment.