Hacker News new | ask | show | jobs
by soult 5619 days ago
You could use git directly for metadata instead of relying on some JSON file. Git will tell you when an article was created and by whom. It will also tell you when and by whom each edit was made.
1 comments

True. But my metadata needs exceed simply who wrote the article, I also have things like tags, pubdate, update, etc.

My system actually allows for the metadata to be embedded in the main article file, but it ended up being simpler for me to split the files most of the time (the editing app I wrote does this for me, so I mostly forget about it now).