* v0:
🔧 Chore: update default hugo.toml
🚨 Fix: the author key in site configuration is deprecated. Use params.author instead
📝 Docs: add post "Tips about algolia"
⬆️ Chore: bump babel and core-js
* v0.2.18-lts: (22 commits)
🔖 Chore(release): 0.2.18-lts.5
📝 Docs: update chang log and docs
🔧 Chore: change the theme minimum supported Hugo versions above **0.110.0**
🔧 Chore: update default config in `hugo.toml`
🐛 Fix: active index of toc may result in error
✨ Feat: add hiddenFromRss param and front matter
⚡ Perf: preload some stylesheet
🔧 Chore: add Vercel config (#277)
🐛 Fix: fix logic error of lightgallery images rendering
📝 Docs: update the outputs configuration to avoid the following warnings in versions above Hugo 0.112.0 (resolve#354)
📝 Docs: update content license
🐛 Style: fix the emoji style of valine comment (resolve#376)
⚡ Perf: optimize featured image rendering
🔧 Chore: add decoding and referrerpolicy options for img plugin
🚸 Feat: change bilibili shortcode `muted` default value
🔖 Chore(release): 0.2.18-lts.4
📝 Docs: update change log for v0
✨ Feat: add more options support for bilibili shortcode, e.g. `autoplay`, `muted` etc. (resolve#375)
🐛 Fix: disable encrypted articles from rendering to rss (fixed#374)
🐛 Fix: fix featured image path error in rss and show img tags in rss
...
1. `params.profile.gravatarEmail` only takes effect when `params.gravatar.enable=true`
2. Adjust frontmatter: `author` data type from string to **map**
3. Remove frontmatter: `gravatarForce`, `authorLink`, `authorEmail`
4. Add frontmatter: `authorAvatar`
5. Add `params.gravatar.enable`
* fix(SEO): some bad escape sequence in JSON-LD part 2
* fix(SEO): some bad escape sequence in JSON-LD Part 2
Co-authored-by: Dillon <dillonzq@outlook.com>