Adding gitea link
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 1m28s

This commit is contained in:
2026-02-18 21:29:30 +00:00
parent 47a8e6c35e
commit a3d73b12f4

View File

@@ -7,11 +7,11 @@ const site_links = [
{ name: "Bookmarks", link: "/bookmarks" }, { name: "Bookmarks", link: "/bookmarks" },
{ name: "Notes", link: "/notes/Index.md" }, { name: "Notes", link: "/notes/Index.md" },
{ name: "Admin", link: "/admin" }, { name: "Admin", link: "/admin" },
{ name: "Gitea", link: "/gitea/" },
// { name: "Shrines", link: "/shrines" }, // { name: "Shrines", link: "/shrines" },
]; ];
const social_links = [ const social_links = [
{ name: "Gitea", link: "/gitea" },
{ name: "Steam", link: "https://steamcommunity.com/id/SteveThePug" }, { name: "Steam", link: "https://steamcommunity.com/id/SteveThePug" },
{ name: "Github", link: "https://github.com/SteveThePug" }, { name: "Github", link: "https://github.com/SteveThePug" },
{ name: "Spotify", link: "https://open.spotify.com/user/stevethepug" }, { name: "Spotify", link: "https://open.spotify.com/user/stevethepug" },