Notepad/enter/Coding Tips (Classical)/Project Vault/Current Projects/Website Projects/Wish List for website.md

55 lines
1.3 KiB
Markdown
Raw Normal View History

#### - [] **Audio Cleanup*
- Embed an audio file onto the website with callout block
- the markdown embedding on obsidian doesn't work in the eleventy/netlify rendering
>[!help]- Shwetha is pronounced like this ✨
>![[Recording 20231210205353.webm]]
>"My name is [Shwetha](https://en.wikipedia.org/wiki/Shweta) [Jayaraj](https://en.wikipedia.org/wiki/Jayaraj_(name))."
>Spoken *shWAY-thah jay-rAHj*. Origin: Sanskrit.
- organize all side projects and code
```
<embed src="Recording-20231210205423.webm">
<a href="Recording-20231210205423.webm">Track 1</a>
<video src="Recording-20231210205423.webm" controls>
<p>
Your browser doesn't support HTML video. Here is a
<a href="">link to the video</a> instead.
</p>
</video>
```
```
<iframe
src="Recording-20231210205423.webm"
title="iframe Example 1"
width="400"
height="300">
</iframe>
```
```
<iframe src="Recording-20231210205423.webm">
</iframe>
```
### -[] Github Pages Cleanup
- There is apparently a way to turn [Tiddly-wiki into a github ](https://kookma.github.io/TW5-GitHub-Saver/)pages!
- My current github pages is very non-functional.
- This is the [blank-gh-page](https://github.com/indieweb/blank-gh-site) that you should use
- Go through my email and [Kill The Newsletter](https://kill-the-newsletter.com/)