github hugo-fixit/FixIt v0.3.11

latest releases: v0.3.14, v0.3.13, v0.3.12...
2 months ago

v0.3.11 - 2024-08-30

Note

This version is identical to v0.3.10, except that it fixes a bug in the FixIt theme internal version number.

🚀 Upgrade guide

  1. Update min hugo version to 0.132.0

  2. 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"]
  3. If you use algolia search, you should upload search.json rather than index.json

  4. Repalce front matter hiddenFromRss to hiddenFromFeed

  5. Remove the params.ibruce configuration and add the params.busuanzi configuration with the following format:

    # FixIt 0.3.10 | NEW Busuanzi count
    [params.busuanzi]
      # whether to enable busuanzi count
      enable = false
      # busuanzi count core script source. Default is https://vercount.one/js
      source = "https://vercount.one/js"
      # whether to show the site views
      siteViews = true
      # whether to show the page views
      pageViews = true

Don't miss a new FixIt release

NewReleases is sending notifications on new releases.