Hacker News new | ask | show | jobs
by schpet 623 days ago
if you keep your site on github, i found keystatic to be a really nice authoring experience: https://github.com/Thinkmill/keystatic
1 comments

Thanks for the link. I prefer the simplicity of .mdx files for now. My use case is very basic and Astro already handles it well.
keystatic supports editing mdx files. keystatic is basically a frontend to update files on github, so if e.g. you want to write a blog post from your phone it can let you do that kind of thing.
Oh cool, I see. Didn't get that impression when I first looked. I will check it out!