Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Jekyll 为我的博客提供动力,我想将我的 url 结构从 更改/category/postname为/year/month/postname. 我需要将指向旧结构的链接重定向到新结构。我知道,如果没有要查询的数据库,这可能会很困难。
/category/postname
/year/month/postname
我知道如何配置 Jekyll 来输出这个结构。问题是将旧链接重定向到新链接。
你试过Jekyll Post Alias Generator吗?