diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-25 20:31:01 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-25 20:31:01 +0100 |
commit | e7596b1b3cb58ad774aa8b7fad66d5f2298baa1a (patch) | |
tree | 4277c5abe8e4b72159a6cc07bf58581e9572cf92 /_data/git.yml | |
parent | 596cdbdf682ef467bd99cb87dbeeb5ac98153d19 (diff) |
add stale indicator + admonition css
Diffstat (limited to '_data/git.yml')
-rw-r--r-- | _data/git.yml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/_data/git.yml b/_data/git.yml index 7dbce91..fe8c22f 100644 --- a/_data/git.yml +++ b/_data/git.yml @@ -2,5 +2,10 @@ # edit counts, and is used to ignore commits where git sees a file as touched # even though its content hasn't changed. ignore_commits: - - ce37824c5260dd370c61cf174ea80ca7deeb1058 # next.js -> jekyll - - 7593175d2fc1acfeff315106099b663c251a51af # remove thumbnails + # transition from next.js to jekyll + - ce37824c5260dd370c61cf174ea80ca7deeb1058 + - b07eb8d1c06e582e5f177c159d820778029a9d93 + - dee0b16c1cdf18d205ffcb738eda0e9049396fd0 + # remove thumbnails + - 7593175d2fc1acfeff315106099b663c251a51af + |