April 14, 2025
11:02 Totally Blind The website’s Sitemap kept generating empty files, and I spent time troubleshooting the issue. After a round of debugging, I realized the disable flag in the configuration file was set to true. The local hugo.yaml had already been changed to false, but I still wasted two hours. 1 2 3 4 sitemap: changefreq: always disable: false priority: 0.8 11:49 After Eating Liangfen pre-commit always makes me wait forever during submissions, and the node_modules directory also slows down Obsidian’s startup. So, I deleted it. ...