From 43817e309273782925b326a6cb56527bebc52f6b Mon Sep 17 00:00:00 2001 From: HD Moore Date: Sun, 27 Oct 2024 18:18:00 -0500 Subject: [PATCH] Update showcases.ts with LASCON 2024 --- docs/.vitepress/showcases.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/.vitepress/showcases.ts b/docs/.vitepress/showcases.ts index 815d5cdd71..0bfd5aeb3a 100644 --- a/docs/.vitepress/showcases.ts +++ b/docs/.vitepress/showcases.ts @@ -226,6 +226,18 @@ export const showcases: ShowCaseInfo[] = [ cover: 'https://i.imgur.com/2eBJofY.png', datetime: '2024-04-10', }, + { + title: 'Hacker Numerology', + author: { + name: 'HD Moore', + link: 'https://hdm.io', + }, + at: 'LASCON 2024', + slidesLink: 'https://hdm.io/decks/2024-LASCON-Numerology/', + sourceLink: 'https://github.com/hdm/decks-2024-lascon-numerology.git', + cover: 'https://raw.githubusercontent.com/hdm/decks-2024-lascon-numerology/refs/heads/main/screenshot.png', + datetime: '2024-10-25', + }, // Add yours here! { title: 'Yours?',