mirror of
https://github.com/Xevion/xevion.dev.git
synced 2025-12-06 01:16:58 -06:00
Add undefined behaviors blog to index, projects list
This commit is contained in:
@@ -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" },
|
||||
];
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user