Daily 2025-11-13 Tue Posted on 2025-11-13 In daily 2025, Day 317. 摘要 從明天開始繼續寫每日記事。但今天先新增文章一下。 解決 blog 所有文章「最後更新」都變成最後一次 push 的日期,改 “_config.yml” 與 scaffolds 的 post 把「最後更新」的時間變成手動新增。 _config.yml 12## updated_option supports 'mtime', 'date', 'empty'updated_option: "date" scaffolds 的 post 1234567---title: { { title } }date: { { date } }updated: { { date } }categories:tags:---