This commit is contained in:
Trance-0
2025-11-24 15:22:30 -06:00
parent b9f761d256
commit 70aacb3d75
9 changed files with 457 additions and 216 deletions

View File

@@ -11,7 +11,7 @@ $first =~ s@(\w+\d+.*)\s*:\s*(\{\s+.+\s+.+)\s+.+\s+.+\s+.+\s+(\},)@$1_link:$2\n
perl -0777 -pe first -i ./content/_meta.js
$second =~ s@(\$KEEP_PAGES\{_link})\s*:\s*(\{\s+.+\s+.+)\s+.+\s+.+\s+.+\s+(\},)@${KEEP_PAGES}:$2\n theme:{\n timestamp: true,\n }\n $3@gmx
$second =~ s@@${KEEP_PAGES}:$2\n theme:{\n timestamp: true,\n }\n $3@gmx
# Write saved pages back
perl -0777 -pe '' -i ./content/_meta.js