mirror of
https://github.com/Xevion/xevion.dev.git
synced 2025-12-07 05:17:09 -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 = [
|
const buttons = [
|
||||||
{ text: "GitHub", href: "https://github.com/Xevion" },
|
{ text: "GitHub", href: "https://github.com/Xevion" },
|
||||||
{text: "Projects", href: "/projects"},
|
{ text: "Projects", href: "/projects" },
|
||||||
{text: "Blog", href: "https://v2.xevion.dev/" },
|
{ text: "Blog", href: "https://undefined.behavio.rs" },
|
||||||
{ text: "Contact", href: "/contact" },
|
{ text: "Contact", href: "/contact" },
|
||||||
{ text: "Resume", href: "/resume" },
|
{ text: "Resume", href: "/resume" },
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -45,6 +45,12 @@ const ProjectsPage: NextPage = () => {
|
|||||||
url: "https://github.com/Xevion/Paths",
|
url: "https://github.com/Xevion/Paths",
|
||||||
icon: GiPathDistance
|
icon: GiPathDistance
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "undefined behaviors",
|
||||||
|
description: "Astro-based Blog",
|
||||||
|
url: "https://undefined.behavio.rs",
|
||||||
|
icon: HiOutlineRss
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "v2.xevion.dev",
|
name: "v2.xevion.dev",
|
||||||
description: "Jekyll-based Blog",
|
description: "Jekyll-based Blog",
|
||||||
|
|||||||
Reference in New Issue
Block a user