Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
yinuotu committed Nov 4, 2024
1 parent c16b5ca commit 65780d0
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a7544f7c
b5faef1b
2 changes: 1 addition & 1 deletion Example analysis.html
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ <h2 class="anchored" data-anchor-id="requirements-check">Requirements check:</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:\/\/yinuotu\.github\.io\/biostat777-intro-Yinuo-Tu\/");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
2 changes: 1 addition & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ <h2 class="anchored" data-anchor-id="education"><span style="color: #030303;"> <
}
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:\/\/yinuotu\.github\.io\/biostat777-intro-Yinuo-Tu\/");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ <h1>
}
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:\/\/yinuotu\.github\.io\/biostat777-intro-Yinuo-Tu\/");
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://yinuotu.github.io/biostat777-intro-Yinuo-Tu/sitemap.xml
15 changes: 15 additions & 0 deletions sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://yinuotu.github.io/biostat777-intro-Yinuo-Tu/about.html</loc>
<lastmod>2024-11-04T01:46:21.022Z</lastmod>
</url>
<url>
<loc>https://yinuotu.github.io/biostat777-intro-Yinuo-Tu/Example analysis.html</loc>
<lastmod>2024-11-04T02:19:14.157Z</lastmod>
</url>
<url>
<loc>https://yinuotu.github.io/biostat777-intro-Yinuo-Tu/index.html</loc>
<lastmod>2024-11-04T01:46:21.022Z</lastmod>
</url>
</urlset>

0 comments on commit 65780d0

Please sign in to comment.