Skip to content

Commit

Permalink
site update
Browse files Browse the repository at this point in the history
  • Loading branch information
linuschirchir committed Sep 8, 2024
1 parent 4253810 commit 72e43a6
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _site/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ <h1 class="title">Linus Chirchir</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:\/\/linuschirchir\.com");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
2 changes: 1 addition & 1 deletion _site/blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ <h2 class="anchored" data-anchor-id="analysing-postgresql-data-in-r">Analysing P
});
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:\/\/linuschirchir\.com");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
2 changes: 1 addition & 1 deletion _site/cv.html
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ <h2 class="anchored" data-anchor-id="unpublished-manuscript"><i class="fas fa-fi
});
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:\/\/linuschirchir\.com");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
2 changes: 1 addition & 1 deletion _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ <h1 class="title">Linus Chirchir</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:\/\/linuschirchir\.com");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
2 changes: 1 addition & 1 deletion _site/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ <h2 class="anchored" data-anchor-id="analysing-postgresql-data-in-r">Analysing P
});
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:\/\/linuschirchir\.com");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
1 change: 1 addition & 0 deletions _site/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Sitemap: https://linuschirchir.com/sitemap.xml
23 changes: 23 additions & 0 deletions _site/sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://linuschirchir.com/projects.html</loc>
<lastmod>2024-09-07T21:18:42.020Z</lastmod>
</url>
<url>
<loc>https://linuschirchir.com/cv.html</loc>
<lastmod>2024-09-07T22:49:13.007Z</lastmod>
</url>
<url>
<loc>https://linuschirchir.com/about.html</loc>
<lastmod>2024-09-07T22:36:30.110Z</lastmod>
</url>
<url>
<loc>https://linuschirchir.com/blog.html</loc>
<lastmod>2024-09-07T21:19:23.828Z</lastmod>
</url>
<url>
<loc>https://linuschirchir.com/index.html</loc>
<lastmod>2024-09-07T21:22:23.278Z</lastmod>
</url>
</urlset>

0 comments on commit 72e43a6

Please sign in to comment.