在 config.yml 中使用永久链接

Use permalinks in config.yml

我的categories对应我的菜单项。 在我的 config.yml 中,我指定了例如:

menu:
  - name: phones
  - slug: phones
  - url: /categories/phones

现在我如何 "remove" categories 在 URL 中,而不是 blog.com/categories/phones 菜单项指向 blog.com/phones?

需要在 main Hexo 中定义类别永久链接 _config.yml:

category_dir: /

而不是:

category_dir: categories