Skip to content

Commit 554c8a0

Browse files
Fix blog issues
1 parent 8b00612 commit 554c8a0

File tree

4 files changed

+40
-13
lines changed

4 files changed

+40
-13
lines changed

src/content/blog/audacity-3-4.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,16 @@ publishDate: 2023-11-02
88
draft: false
99
---
1010

11-
<iframe width="560" height="315" src="https://www.youtube.com/embed/xgdYuSHdkso?si=xNPqJqRtzJnreHZh" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
11+
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; margin-bottom: 20px;">
12+
<iframe
13+
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;"
14+
src="https://www.youtube.com/embed/xgdYuSHdkso?si=xNPqJqRtzJnreHZh"
15+
title="YouTube video player"
16+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
17+
referrerpolicy="strict-origin-when-cross-origin"
18+
allowfullscreen
19+
></iframe>
20+
</div>
1221
1322
*Watch the release video!*
1423

src/content/blog/audacity-3-5.md

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
11
---
22
title: Audacity 3.5
33
author: Leo Wattenberg
4-
description: Audacity 3.5 adds Cloud saving, automatic tempo detection and more!
4+
description: Audacity 3.5 adds Cloud saving, automatic tempo detection and more!
55
cover: "./audacity-3.5.webp"
66
coverAlt: "Audacity 3.5: Cloud saving and more"
77
publishDate: 2024-04-22
88
draft: false
99
---
1010

11-
<iframe width="560" height="315" src="https://www.youtube.com/embed/qEAZv_o0HuQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> <i>Watch the release video!</i>
11+
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; margin-bottom: 20px;">
12+
<iframe
13+
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;"
14+
src="https://www.youtube.com/embed/qEAZv_o0HuQ"
15+
title="YouTube video player"
16+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
17+
referrerpolicy="strict-origin-when-cross-origin"
18+
allowfullscreen
19+
></iframe>
20+
</div>
21+
<i>Watch the release video!</i>
1222
1323
We are excited to announce Audacity 3.5, which adds the following features:
1424

@@ -28,15 +38,15 @@ You now can non-destructively change the pitch of a clip by holding Alt and pres
2838

2939
## and more!
3040

31-
There have been many other changes for this release.
41+
There have been many other changes for this release.
3242

33-
* Added the ability to export labels as subtitle files.
34-
* Added an option to skip plugin scanning.
35-
* Added an overflow menu, and speed and pitch indicators for clips.
36-
* Various changes to a variety of features.
37-
* Removed some niche features to simplify the app. This should make Audacity a bit less overwhelming to use, and also will speed up future development as fewer things need to be considered.
43+
- Added the ability to export labels as subtitle files.
44+
- Added an option to skip plugin scanning.
45+
- Added an overflow menu, and speed and pitch indicators for clips.
46+
- Various changes to a variety of features.
47+
- Removed some niche features to simplify the app. This should make Audacity a bit less overwhelming to use, and also will speed up future development as fewer things need to be considered.
3848

39-
A more detailed overview of these changes can be found in our [changelog](https://support.audacityteam.org/additional-resources/changelog/audacity-3.5).
49+
A more detailed overview of these changes can be found in our [changelog](https://support.audacityteam.org/additional-resources/changelog/audacity-3.5).
4050
You can download Audacity on [audacityteam.org/download](/download).
4151

42-
The [Intel OpenVINO plugin](https://github.com/intel/openvino-plugins-ai-audacity/releases/tag/v3.5.0-R2) also has been updated for version 3.5.
52+
The [Intel OpenVINO plugin](https://github.com/intel/openvino-plugins-ai-audacity/releases/tag/v3.5.0-R2) also has been updated for version 3.5.

src/content/blog/audacity-3-6.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,16 @@ publishDate: 2024-07-16
88
draft: false
99
---
1010

11-
<iframe width="560" height="315" src="https://www.youtube.com/embed/f5TXPUOFH6A?si=3B9NiGTBOrLR2Ypp" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
11+
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; margin-bottom: 20px;">
12+
<iframe
13+
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;"
14+
src="https://www.youtube.com/embed/f5TXPUOFH6A?si=3B9NiGTBOrLR2Ypp"
15+
title="YouTube video player"
16+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
17+
referrerpolicy="strict-origin-when-cross-origin"
18+
allowfullscreen
19+
></iframe>
20+
</div>
1221
1322
*Watch the release video*
1423

src/pages/blog.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ const publishedBlogPosts = await getCollection("blog", ({ data }) => {
2525
href={post.slug}
2626
title={post.data.title}
2727
description={post.data.description}
28-
author={post.data.author}
2928
publishDate={post.data.publishDate}
3029
cover={post.data.cover}
3130
coverAlt={post.data.coverAlt}

0 commit comments

Comments
 (0)