hugo-fixit / FixIt

🔧 A clean, elegant but advanced blog theme for Hugo 一个简洁、优雅且高效的 Hugo 主题
https://fixit.lruihao.cn
MIT License
646 stars 96 forks source link

:recycle: Refactor: refactor the feed and search features #490

Closed Lruihao closed 3 weeks ago

Lruihao commented 1 month ago

Upgrade guide

  1. Custom Output Formats for your need. Default is:

    [outputs]
      home = ["html", "rss", "archives", "offline", "search"]
      page = ["html", "markdown"]
      section = ["html", "rss"]
      taxonomy = ["html"]
      term = ["html", "rss"]
  2. If you use algolia search, you should upload search.json rather than index.json

  3. Repalce front matter hiddenFromRss to hiddenFromFeed


Close hugo-fixit/hugo-json-feed#1 Close hugo-fixit/FixIt#488 TODO hugo-fixit/hugo-atom-feed#1

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
fixit ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 24, 2024 9:05am
Lruihao commented 3 weeks ago

因工作繁忙,暂且搁置 atom.xml 开发。