Files
FixIt/archetypes/posts.md
T
Cell 7ff750ab0a ♻️ Refactor: author's avatar of post or profile (#288)
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`
2023-02-16 17:07:01 +08:00

680 B


title: "{{ replace .TranslationBaseName "-" " " | title }}" subtitle: "" date: {{ .Date }} draft: true author: name: "" link: "" email: "" avatar: "" description: "" keywords: "" license: "" comment: false weight: 0

tags:

  • draft categories:
  • draft

hiddenFromHomePage: false hiddenFromSearch: false

summary: "" resources:

  • name: featured-image src: featured-image.jpg
  • name: featured-image-preview src: featured-image-preview.jpg

toc: enable: true math: enable: false lightgallery: false seo: images: []

repost: enable: true url: ""

See details front matter: https://fixit.lruihao.cn/theme-documentation-content/#front-matter