diff options
Diffstat (limited to 'src/content/blog')
| -rw-r--r-- | src/content/blog/micro-blog-merged.md | 12 | ||||
| -rw-r--r-- | src/content/blog/youtube-live-timestamping.md | 2 |
2 files changed, 13 insertions, 1 deletions
diff --git a/src/content/blog/micro-blog-merged.md b/src/content/blog/micro-blog-merged.md new file mode 100644 index 0000000..47e633b --- /dev/null +++ b/src/content/blog/micro-blog-merged.md @@ -0,0 +1,12 @@ +--- +title: 'Microblog Unification' +description: 'TLDR: This blog will now also host stuff on my old microblog' +pubDate: 'Jun 12 2026' +--- +Quite some time ago, I started writing and posting about more random stuff on my microblog. This was previously hosted on `micro.pinapelz.moe`, and as the yearly renewal of the domain came around I decided to re-evaluate a number of the ways I was running things. + +One of these things was realizing that it doesn't make sense to maintain 2 seperate blogs, it would be far easier if I had a single deployment pipeline and one place that hosts what I write. + +As a result, `/micro` will host random and sporadic content, and the RSS feed will be updated to also contain these posts. + +That's all for now! diff --git a/src/content/blog/youtube-live-timestamping.md b/src/content/blog/youtube-live-timestamping.md index 0edebb0..1fa96c7 100644 --- a/src/content/blog/youtube-live-timestamping.md +++ b/src/content/blog/youtube-live-timestamping.md @@ -32,7 +32,7 @@ The most common method I've seen circulating is to use the Discord bot Korotagge This is actually quite a good solution if you have a group of people who would like to timestamp together. The system itself allows for multiple people to simultaneously contribute to adding timestamps and also a simple export feature at the end. -<figure style="text-align: center;"> +<img style="text-align: center;"> <img src="https://files.pinapelz.com/Screenshot_20230912_220530.png" alt="Korotagger example usage"> <figcaption>Example usage of Korotagger in Phase Connect Discord</figcaption> </figure> |
