From 63fa9637c6ab8ab402f9fee147e062c4d7d5717b Mon Sep 17 00:00:00 2001 From: sakrecoer Date: Tue, 11 Aug 2026 02:27:54 +0200 Subject: [PATCH] stupid section --- README.md | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/README.md b/README.md index 50d065b..629d94d 100644 --- a/README.md +++ b/README.md @@ -192,26 +192,6 @@ disableKinds = ["sitemap", "taxonomy", "term"] page = "/:contentbasename/" ``` -## 📊 Monitoring & Debugging - -Verify the site was updated - -```bash -# Check the build time in the footer -curl -s https://your-domain.com | grep "Last updated" -``` - -View the status of the cron job -```bash -# Check if cron is running -systemctl status cron -# or -systemctl status crond - -# View cron logs -grep CRON /var/log/syslog -``` - ## 🛠️ Manual Deployment To manually trigger a deployment: