Add undefined behaviors blog to index, projects list

This commit is contained in:
2023-11-28 02:47:57 -06:00
parent fd02e27966
commit 98a967f84b
2 changed files with 8 additions and 2 deletions

View File

@@ -106,8 +106,8 @@ export async function getStaticProps() {
const buttons = [
{ text: "GitHub", href: "https://github.com/Xevion" },
{text: "Projects", href: "/projects"},
{text: "Blog", href: "https://v2.xevion.dev/" },
{ text: "Projects", href: "/projects" },
{ text: "Blog", href: "https://undefined.behavio.rs" },
{ text: "Contact", href: "/contact" },
{ text: "Resume", href: "/resume" },
];

View File

@@ -45,6 +45,12 @@ const ProjectsPage: NextPage = () => {
url: "https://github.com/Xevion/Paths",
icon: GiPathDistance
},
{
name: "undefined behaviors",
description: "Astro-based Blog",
url: "https://undefined.behavio.rs",
icon: HiOutlineRss
},
{
name: "v2.xevion.dev",
description: "Jekyll-based Blog",