Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Commit

Permalink
tiny tweaks to the metaverse post and other things
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebaskervil committed May 5, 2024
1 parent 6adf81a commit 5600a29
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 10 deletions.
46 changes: 37 additions & 9 deletions public/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,49 +3,77 @@

<url>
<loc>https://georgebaskerville.me/privacy</loc>
<lastmod>2024-04-21T11:06:31.130Z</lastmod>
<lastmod>2024-05-05T23:49:28.122Z</lastmod>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>

<url>
<loc>https://georgebaskerville.me/pictures</loc>
<lastmod>2024-04-21T11:06:31.131Z</lastmod>
<lastmod>2024-05-05T23:49:28.122Z</lastmod>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>

<url>
<loc>https://georgebaskerville.me/</loc>
<lastmod>2024-04-21T11:06:31.131Z</lastmod>
<lastmod>2024-05-05T23:49:28.122Z</lastmod>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>

<url>
<loc>https://georgebaskerville.me/contact</loc>
<lastmod>2024-05-05T23:49:28.122Z</lastmod>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>

<url>
<loc>https://georgebaskerville.me/404</loc>
<lastmod>2024-04-21T11:06:31.131Z</lastmod>
<lastmod>2024-05-05T23:49:28.122Z</lastmod>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>

<url>
<loc>https://georgebaskerville.me/posts/index</loc>
<lastmod>2024-04-21T11:06:31.131Z</lastmod>
<lastmod>2024-05-05T23:49:28.122Z</lastmod>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>

<url>
<loc>https://georgebaskerville.me/posts/LISCENCE-CC.txt</loc>
<lastmod>2024-05-05T23:49:28.122Z</lastmod>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>

<url>
<loc>https://georgebaskerville.me/posts/how-the-metaverse-will-kill-us-all</loc>
<lastmod>2024-05-05T23:49:28.122Z</lastmod>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>

<url>
<loc>https://georgebaskerville.me/posts/im-boycotting-meta-heres-why</loc>
<lastmod>2024-05-05T23:49:28.122Z</lastmod>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>

<url>
<loc>https://georgebaskerville.me/posts/adguard-home-setup</loc>
<lastmod>2024-04-21T11:06:31.131Z</lastmod>
<loc>https://georgebaskerville.me/posts/my-site-building-journey</loc>
<lastmod>2024-05-05T23:49:28.122Z</lastmod>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>

<url>
<loc>https://georgebaskerville.me/posts/creating-my-website</loc>
<lastmod>2024-04-21T11:06:31.131Z</lastmod>
<loc>https://georgebaskerville.me/posts/why-surveillance-captialism-is-bad</loc>
<lastmod>2024-05-05T23:49:28.122Z</lastmod>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>
Expand Down
2 changes: 1 addition & 1 deletion src/content/posts/how-the-metaverse-will-kill-us-all.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: How the Metaverse will kill us all.
description: Why Zuckerberg's right, and why that's a problem.
description: Why Zuck's right, and why that's a problem.
publishedAt: 2024-05-05
---

Expand Down
3 changes: 3 additions & 0 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ const currentPath = Astro.url.pathname;
<li>
<a class={currentPath.startsWith("/contact") ? "text-purple-500" : ""} href="/contact">Contact</a>
</li>
<li>
<a class={currentPath.startsWith("/netflixdobetter") ? "text-purple-500" : ""} href="/netflixdobetter">Netflix, Do Better</a>
</li>
<li>
<a class={currentPath.startsWith("/privacy") ? "text-purple-500" : ""} href="/privacy">Privacy</a>
</li>
Expand Down

0 comments on commit 5600a29

Please sign in to comment.