stupid section

This commit is contained in:
sakrecoer 2026-08-11 02:27:54 +02:00
parent ec9c9044b8
commit 63fa9637c6

View file

@ -192,26 +192,6 @@ disableKinds = ["sitemap", "taxonomy", "term"]
page = "/:contentbasename/" 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 ## 🛠️ Manual Deployment
To manually trigger a deployment: To manually trigger a deployment: