-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpostslogs.txt
More file actions
60 lines (54 loc) · 1.33 KB
/
Copy pathpostslogs.txt
File metadata and controls
60 lines (54 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
## post in 2025
-3 post till 29 dec
## Domain logs
blogmate.me purchase on 27 dec 2025
##video/audio/youtube/viemo post
video
{
title: "My Project Demo",
date: "2026-01-15",
body: `
Check out my latest project in action!
<video src="videos/demo.mp4" class="post-body-video" controls></video>
This demonstrates all the features I built.
`,
category: "demo",
preview: "videos/demo.mp4",
videoThumbnail: "images/demo-thumb.jpg", // Optional
mediaType: "video",
videoDuration: "3:45" // Optional
}
audio
{
title: "Tech Podcast Episode 1",
date: "2026-01-20",
body: `
Listen to my thoughts on web development trends.
<audio src="audio/podcast.mp3" class="post-body-audio" controls></audio>
`,
category: "podcast",
mediaType: "audio"
}
youtube
{
title: "Tech Podcast Episode 1",
date: "2026-01-20",
body: `
Listen to my thoughts on web development trends.
<audio src="audio/podcast.mp3" class="post-body-audio" controls></audio>
`,
category: "podcast",
mediaType: "audio"
}
viemo
{
title: "Portfolio Showcase",
date: "2026-02-01",
body: `
My portfolio walkthrough:
<iframe src="https://player.vimeo.com/video/VIDEO_ID" class="post-body-embed" allowfullscreen></iframe>
`,
category: "showcase",
embedUrl: "https://player.vimeo.com/video/VIDEO_ID",
mediaType: "embed"
}