docs & blog - updated sync script
{
  "scripts": {
    "commit-timestamp": "git add . && git commit -m \"Commit made on $(date '+%Y-%m-%d %H:%M:%S')\" && git push origin main"
  }
}
{
  "scripts": {
    "commit-timestamp": "git add . && git commit -m \"Commit made on $(date '+%Y-%m-%d %H:%M:%S')\" && git push origin main"
  }
}