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 Oct 9, 2024
1 parent d065699 commit 953e6d5
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7b7d4d63
20b40e62
2 changes: 1 addition & 1 deletion 2024/weeks/week01/slides.html
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,7 @@ <h2>Thank you!</h2>
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/ansost\.github\.io\/llms4linguists\/");
var filterRegex = new RegExp("https:\/\/llm4linguists\.xyz");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
llm4linguists.xyz
2 changes: 1 addition & 1 deletion robots.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Sitemap: https://ansost.github.io/llms4linguists/sitemap.xml
Sitemap: https://llm4linguists.xyz/sitemap.xml
28 changes: 14 additions & 14 deletions sitemap.xml
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://ansost.github.io/llms4linguists/2024/homework/homework01.html</loc>
<lastmod>2024-10-09T11:25:35.238Z</lastmod>
<loc>https://llm4linguists.xyz/2024/homework/homework01.html</loc>
<lastmod>2024-10-09T11:38:47.166Z</lastmod>
</url>
<url>
<loc>https://ansost.github.io/llms4linguists/2024/weeks/week01/page.html</loc>
<lastmod>2024-10-09T11:25:35.238Z</lastmod>
<loc>https://llm4linguists.xyz/2024/weeks/week01/page.html</loc>
<lastmod>2024-10-09T11:38:47.166Z</lastmod>
</url>
<url>
<loc>https://ansost.github.io/llms4linguists/2024/homework.html</loc>
<lastmod>2024-10-09T11:25:35.238Z</lastmod>
<loc>https://llm4linguists.xyz/2024/homework.html</loc>
<lastmod>2024-10-09T11:38:47.166Z</lastmod>
</url>
<url>
<loc>https://ansost.github.io/llms4linguists/index.html</loc>
<lastmod>2024-10-09T11:25:35.270Z</lastmod>
<loc>https://llm4linguists.xyz/index.html</loc>
<lastmod>2024-10-09T11:38:47.198Z</lastmod>
</url>
<url>
<loc>https://ansost.github.io/llms4linguists/2024/assignments.html</loc>
<lastmod>2024-10-09T11:25:35.238Z</lastmod>
<loc>https://llm4linguists.xyz/2024/assignments.html</loc>
<lastmod>2024-10-09T11:38:47.166Z</lastmod>
</url>
<url>
<loc>https://ansost.github.io/llms4linguists/2024/syllabus.html</loc>
<lastmod>2024-10-09T11:25:35.238Z</lastmod>
<loc>https://llm4linguists.xyz/2024/syllabus.html</loc>
<lastmod>2024-10-09T11:38:47.166Z</lastmod>
</url>
<url>
<loc>https://ansost.github.io/llms4linguists/2024/weeks/week01/slides.html</loc>
<lastmod>2024-10-09T11:25:35.238Z</lastmod>
<loc>https://llm4linguists.xyz/2024/weeks/week01/slides.html</loc>
<lastmod>2024-10-09T11:38:47.166Z</lastmod>
</url>
</urlset>

0 comments on commit 953e6d5

Please sign in to comment.