themkat / themkat.github.io

Personal website and blog. Views and preferences expressed are not representative of any employers or anyone other than myself!
https://themkat.net
4 stars 0 forks source link

Fix issue where all posts are committed every time #12

Open themkat opened 1 year ago

themkat commented 1 year ago

One example: https://github.com/themkat/themkat.github.io/commit/fa256e5d3082756fced017783df76f6a441dec5f

Here, all posts are committed, even when only one post has changed. This is because Emacs seems to create new ids for the headers each time. Any way we can avoid that? There are many workarounds online, but they all require sooooooo much config compared to what I would expect. Look into and see if some of them makes more sense.

There are also, though archived: https://github.com/balddotcat/ox-slimhtml

themkat commented 2 months ago

The pipeline doesn't commit anymore, so that nuisance is gone. The problem with different tag ids for divs each time still persists...