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. ...

3 min · 440 words · Jeapo

April 2, 2025

09:36 Getting Ready to Get Up The sky is already bright, and I haven’t slept enough. So annoying. 12:30 Actually Getting Up Now Made a simple lunch of ham and shredded pork noodles—delicious! Then I started thinking about how many of the articles on my blog lack depth. Exposing shallow thoughts isn’t necessarily a good thing, and it also makes the blog structure messy. So I restructured the blog’s categorization logic: removed diary entries from the homepage and archive page, created a separate menu button for them, and organized them by year. ...

2 min · 234 words · Jeapo

April 1, 2025

10:06 Stayed up late again Electric blankets may affect sleep quality. This is just a speculation, but thinking back to times when I slept well, it was usually when the ambient temperature was lower than the blanket’s temperature, and the blanket’s warmth was evenly distributed. Electric blankets might create excessive heat or uneven heating, which could disrupt sleep. 12:02 Integrating Conventional Commits Implemented Conventional Commits into the submission workflow. Since it’s a blog repository, I added the main article types. Later, I can analyze my commit history to track how I spend my time. ...

2 min · 222 words · Jeapo