Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
Zak D Varty committed Oct 22, 2024
1 parent a0869a0 commit b1979a8
Showing 29 changed files with 15 additions and 147 deletions.
6 changes: 0 additions & 6 deletions .gitignore

This file was deleted.

1 change: 1 addition & 0 deletions .nojekyll
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16010251
45 changes: 0 additions & 45 deletions README.md

This file was deleted.

17 changes: 0 additions & 17 deletions _quarto.yml

This file was deleted.

1 change: 0 additions & 1 deletion _site/styles.css

This file was deleted.

2 changes: 1 addition & 1 deletion _site/index.html → index.html
Original file line number Diff line number Diff line change
@@ -221,7 +221,7 @@ <h1 class="title">Welcome</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:\/\/ImperialCollegeLondon\.github\.io\/maths-teaching-seminar\/");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
15 changes: 0 additions & 15 deletions index.qmd

This file was deleted.

16 changes: 0 additions & 16 deletions maths-teaching-seminar.Rproj

This file was deleted.

1 change: 1 addition & 0 deletions robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Sitemap: https://ImperialCollegeLondon.github.io/maths-teaching-seminar/sitemap.xml
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
11 changes: 11 additions & 0 deletions sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://ImperialCollegeLondon.github.io/maths-teaching-seminar/index.html</loc>
<lastmod>2024-10-22T15:52:24.567Z</lastmod>
</url>
<url>
<loc>https://ImperialCollegeLondon.github.io/maths-teaching-seminar/talks.html</loc>
<lastmod>2024-10-22T15:52:24.569Z</lastmod>
</url>
</urlset>
2 changes: 1 addition & 1 deletion _site/talks.html → talks.html
Original file line number Diff line number Diff line change
@@ -263,7 +263,7 @@ <h3 class="anchored" data-anchor-id="january-2024">January 2024</h3>
});
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:\/\/ImperialCollegeLondon\.github\.io\/maths-teaching-seminar\/");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
45 changes: 0 additions & 45 deletions talks.qmd

This file was deleted.

0 comments on commit b1979a8

Please sign in to comment.