diff --git a/src/assets/img/AudioCard.png b/src/assets/img/AudioCard.png deleted file mode 100644 index 78128e6..0000000 Binary files a/src/assets/img/AudioCard.png and /dev/null differ diff --git a/src/assets/img/RecordCursor.png b/src/assets/img/RecordCursor.png deleted file mode 100644 index 5b52cb7..0000000 Binary files a/src/assets/img/RecordCursor.png and /dev/null differ diff --git a/src/assets/img/TransportTools.png b/src/assets/img/TransportTools.png deleted file mode 100644 index dea7683..0000000 Binary files a/src/assets/img/TransportTools.png and /dev/null differ diff --git a/src/assets/img/record-anything-2.jpg b/src/assets/img/record-anything-2.jpg deleted file mode 100644 index 99c6977..0000000 Binary files a/src/assets/img/record-anything-2.jpg and /dev/null differ diff --git a/src/assets/img/record-anything.jpg b/src/assets/img/record-anything.jpg deleted file mode 100644 index b6d57ef..0000000 Binary files a/src/assets/img/record-anything.jpg and /dev/null differ diff --git a/src/components/card/NEWBlogPostCard.astro b/src/components/card/NEWBlogPostCard.astro index de480a9..db8489d 100644 --- a/src/components/card/NEWBlogPostCard.astro +++ b/src/components/card/NEWBlogPostCard.astro @@ -19,7 +19,7 @@ const options = { --- - {coverAlt} + {coverAlt}
{publishDate.toLocaleDateString("en-US", options)}

{title}

diff --git a/src/content/blog/A new blog!.md b/src/content/blog/A new blog!.md index f53efab..10c6361 100644 --- a/src/content/blog/A new blog!.md +++ b/src/content/blog/A new blog!.md @@ -2,7 +2,7 @@ title: A new blog author: Leo Wattenberg description: A lot of our work has been focused on getting Audacity ready for a version 4. As such, a lot of under-the-hood work has been happening - in technical terms - reducing dependency on wxWidgets, library extractions and general refactoring. This work will continue for the next few releases in parallel with feature development. -cover: "./our-new-website.jpg" +cover: "./a-new-blog.jpg" coverAlt: "A picture of Audacity 3.3" publishDate: 2025-09-12 draft: false diff --git a/src/content/blog/a-new-blog.jpg b/src/content/blog/a-new-blog.jpg new file mode 100644 index 0000000..62de1a6 Binary files /dev/null and b/src/content/blog/a-new-blog.jpg differ diff --git a/src/content/blog/audacity-3.3.jpg b/src/content/blog/audacity-3.3.jpg index c016dae..99e8186 100644 Binary files a/src/content/blog/audacity-3.3.jpg and b/src/content/blog/audacity-3.3.jpg differ diff --git a/src/content/blog/new-website.md b/src/content/blog/new-website.md index c1f8425..f1ef894 100644 --- a/src/content/blog/new-website.md +++ b/src/content/blog/new-website.md @@ -2,7 +2,7 @@ title: Our new website author: Leo Wattenberg description: We've been working on a new website Audacity and here it is! We were struggling to keep on top of the admin side of Wordpress and so decided to move to Astro.js to make things a little more lightweight. -cover: "./beats-and-bars.png" +cover: "./our-new-website.jpg" coverAlt: "A picture of Audacity 3.3" publishDate: 2023-08-03 draft: false diff --git a/src/content/blog/our-new-website.jpg b/src/content/blog/our-new-website.jpg index 4362c13..cb62e92 100644 Binary files a/src/content/blog/our-new-website.jpg and b/src/content/blog/our-new-website.jpg differ diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index 746418b..bb9c690 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -19,6 +19,19 @@ const { title } = Astro.props; + + + + {title}