From 6d80698496a189479acb1b310f17ad5be99749b1 Mon Sep 17 00:00:00 2001 From: Thomas Cole Date: Tue, 14 Feb 2023 20:11:42 -0500 Subject: [PATCH] Typo fix and added blank for pedal pi --- src/pages/projects/pedal-pi.mdx | 8 ++++++++ src/pages/projects/sitemap/sitemapgraph.mdx | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 src/pages/projects/pedal-pi.mdx diff --git a/src/pages/projects/pedal-pi.mdx b/src/pages/projects/pedal-pi.mdx new file mode 100644 index 0000000..a30628e --- /dev/null +++ b/src/pages/projects/pedal-pi.mdx @@ -0,0 +1,8 @@ +--- +layout: "../../layouts/InteractiveDemoLayout.astro" +title: "Pedal-pi" +tagline: "A custom effects processor using MODEP" +date: "February 10, 2023" +image: "https://images.unsplash.com/photo-1511203438670-49f8ea8441c6?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80" +imageattr: "https://unsplash.com/photos/lEwyj4FiHHU" +--- diff --git a/src/pages/projects/sitemap/sitemapgraph.mdx b/src/pages/projects/sitemap/sitemapgraph.mdx index 6e97621..cd4cc5b 100644 --- a/src/pages/projects/sitemap/sitemapgraph.mdx +++ b/src/pages/projects/sitemap/sitemapgraph.mdx @@ -1,7 +1,7 @@ --- layout: "../../../layouts/InteractiveDemoLayout.astro" title: "Visual Sitemap" -tagline: "Using Cytoscape.js to visualize all the pages of a website." +tagline: "Using Cytoscape.js to visualize all the pages of a website" date: "January 6, 2023" image: "https://images.unsplash.com/photo-1639322537228-f710d846310a?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1632&q=80" imageattr: "https://unsplash.com/photos/T9rKvI3N0NM"