prinsss / hexo-hide-posts

A plugin to hide specific posts from your Hexo blog and make them only accessible by links. (隐藏 Hexo 文章)
MIT License
197 stars 19 forks source link

public_generators: []不生效 #17

Closed forliuyifei closed 4 years ago

forliuyifei commented 4 years ago

我这样填的配置:

hide_posts:
  filter: hide
  # 常见的 generators 有:index, tag, category, archive, sitemap, feed, etc.
  public_generators: [category]
  noindex: true

但指定隐藏的文章并没有生成在categories目录下

prinsss commented 4 years ago

duplicated with #11