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 Jun 14, 2024
1 parent c135f1f commit ff936f3
Show file tree
Hide file tree
Showing 23 changed files with 20 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
58acfe87
865380d3
10 changes: 7 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link href="site_libs/quarto-html/light-border.css" rel="stylesheet">
<link href="site_libs/quarto-html/quarto-html.min.css" rel="stylesheet" data-mode="light">
<link href="site_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.551">
<meta name="generator" content="quarto-1.4.555">

<meta name="author" content="Daniel Sabanés Bové (RCONIS)">
<meta name="dcterms.date" content="2024-06-16">
Expand Down Expand Up @@ -547,7 +547,11 @@ <h2>Is it useful? What is missing? What is not needed?</h2>
<p>These slides are at<br>
<a href="https://rconis.github.io/openstatsguide-user2024/">rconis.github.io/openstatsguide-user2024</a></p>
<p>openstatsguide is at <a href="https://openstatsware.org/guide.html">openstatsware.org/guide.html</a></p>
<p>Discuss with me: <a href="https://www.linkedin.com/in/danielsabanesbove/">linkedin.com/in/danielsabanesbove</a></p>
<p>Discuss with me:</p>
<ul>
<li><a href="https://www.linkedin.com/in/danielsabanesbove/">linkedin.com/in/danielsabanesbove</a></li>
<li><a href="mailto:daniel@rconis.com">daniel@rconis.com</a></li>
</ul>

<div class="quarto-auto-generated-content">
<p><img src="https://github.com/openstatsware/website/raw/main/sticker/openstatsware-hex.svg" class="slide-logo"></p>
Expand Down Expand Up @@ -844,7 +848,7 @@ <h2>Is it useful? What is missing? What is not needed?</h2>
});
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp('/' + window.location.host + '/');
var filterRegex = new RegExp("https:\/\/RCONIS\.github\.io\/openstatsguide-user2024\/");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
1 change: 1 addition & 0 deletions robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Sitemap: https://RCONIS.github.io/openstatsguide-user2024/sitemap.xml
2 changes: 1 addition & 1 deletion search.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@
"href": "index.html#is-it-useful-what-is-missing-what-is-not-needed",
"title": "openstatsguide",
"section": "Is it useful? What is missing? What is not needed?",
"text": "Is it useful? What is missing? What is not needed?\nThese slides are at\nrconis.github.io/openstatsguide-user2024\nopenstatsguide is at openstatsware.org/guide.html\nDiscuss with me: linkedin.com/in/danielsabanesbove\n\n\n\n\nopenstatsguide | License"
"text": "Is it useful? What is missing? What is not needed?\nThese slides are at\nrconis.github.io/openstatsguide-user2024\nopenstatsguide is at openstatsware.org/guide.html\nDiscuss with me:\n\nlinkedin.com/in/danielsabanesbove\ndaniel@rconis.com\n\n\n\n\n\nopenstatsguide | License"
}
]
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file modified site_libs/revealjs/plugin/markdown/plugin.js
100644 → 100755
Empty file.
Empty file modified site_libs/revealjs/plugin/math/katex.js
100644 → 100755
Empty file.
3 changes: 3 additions & 0 deletions site_libs/revealjs/plugin/pdf-export/pdfexport.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ var PdfExport = ( function( _Reveal ){
Reveal = _Reveal;
install();
};
Plugin.togglePdfExport = function () {
togglePdfExport();
};
}

return Plugin;
Expand Down
7 changes: 7 additions & 0 deletions sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://RCONIS.github.io/openstatsguide-user2024/index.html</loc>
<lastmod>2024-06-14T16:02:51.595Z</lastmod>
</url>
</urlset>

0 comments on commit ff936f3

Please sign in to comment.