Do you have the exact contents of that index.md?
My first guess; not properly escaping / sanitizing what is input as post frontmatter. Possibly a "
.
Thanks! More things coming up out of this. Maybe you already saw in nongkrong but the links are…
Hi,
Thank you!
This patch doesn't take in to account the check to see whether a file needs to be deleted which is based on the filename:
See…
I think at the root it has to do with how the data is pulled in and checked for existence. Probably two seperate posts are now made. However, posts can have multiple categories (tag a, tag b) and a…
It is probably best to write a specific parser for mastodon and twitter or other things. Or change the entire visual representation so that this has less impact.
I believe this had to do with the…
I believe this is handled by not using the RSS feeds of Mastodon but instead using the dedicated Mastodon parser (which is called hashtags.py here)
Quotes, square brackets or other things that are syntax in yaml/toml (the post frontmatter) need to be escaped or otherwise things break!
n.b. this had to do with the fact that pixelfed returns the post's text as the title. Titles are used as filenames when writing posts.