Skip to content

Commit

Permalink
autohashtag
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumbagel committed Mar 1, 2024
1 parent 3adbc75 commit af27720
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 19 deletions.
2 changes: 0 additions & 2 deletions generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,8 +419,6 @@ def generate_sitemap(links):
url = f"https://{data['username']}.github.io#{lk}"
url = url.replace("//", "/")
links.append(url)
url = f"https://{data['username']}.github.io/{data['path']}"
links.append(url)
f = open(job["out"], "w")
f.truncate(0)
f.write(generate_html(data))
Expand Down
22 changes: 5 additions & 17 deletions sitemap.xml
Original file line number Diff line number Diff line change
@@ -1,43 +1,31 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
<url>
<loc>https:/quantumbagel.github.io#about</loc>
<lastmod>2024-03-01T01:29:52Z</lastmod>
<lastmod>2024-03-01T01:36:13Z</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https:/quantumbagel.github.io#experience</loc>
<lastmod>2024-03-01T01:29:52Z</lastmod>
<lastmod>2024-03-01T01:36:13Z</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https:/quantumbagel.github.io#projects</loc>
<lastmod>2024-03-01T01:29:52Z</lastmod>
<lastmod>2024-03-01T01:36:13Z</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https:/quantumbagel.github.io#contact</loc>
<lastmod>2024-03-01T01:29:52Z</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://quantumbagel.github.io/</loc>
<lastmod>2024-03-01T01:29:52Z</lastmod>
<lastmod>2024-03-01T01:36:13Z</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https:/quantumbagel.github.io/PyAerial#about</loc>
<lastmod>2024-03-01T01:29:52Z</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://quantumbagel.github.io/PyAerial</loc>
<lastmod>2024-03-01T01:29:52Z</lastmod>
<lastmod>2024-03-01T01:36:13Z</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
Expand Down

0 comments on commit af27720

Please sign in to comment.