chore(theme): update theme version & docs

pull/865/head
ppoffice 2021-05-06 16:28:26 -04:00
parent 21140ea1eb
commit 0a4446932e
No known key found for this signature in database
GPG Key ID: B33335481CC0D498
3 changed files with 11 additions and 27 deletions

View File

@ -3,7 +3,7 @@
"version": "0.0.0", "version": "0.0.0",
"private": true, "private": true,
"hexo": { "hexo": {
"version": "5.1.1" "version": "5.4.0"
}, },
"dependencies": { "dependencies": {
"bulma-stylus": "0.8.0", "bulma-stylus": "0.8.0",
@ -18,6 +18,6 @@
"hexo-renderer-marked": "^3.0.0", "hexo-renderer-marked": "^3.0.0",
"hexo-renderer-stylus": "^2.0.0", "hexo-renderer-stylus": "^2.0.0",
"hexo-server": "^2.0.0", "hexo-server": "^2.0.0",
"hexo-theme-icarus": "^4.1.0" "hexo-theme-icarus": "^4.2.0"
} }
} }

View File

@ -124,25 +124,18 @@ Please refer to [Hexo documentation](https://hexo.io/docs/helpers.html#open-grap
head: head:
open_graph: open_graph:
# Page title (og:title) (optional) # Page title (og:title) (optional)
# You should leave this blank for most of the time
title: title:
# Page type (og:type) (optional) # Page type (og:type) (optional)
# You should leave this blank for most of the time
type: blog type: blog
# Page URL (og:url) (optional) # Page URL (og:url) (optional)
# You should leave this blank for most of the time
url: url:
# Page cover (og:image) (optional) # Page cover (og:image) (optional)
# You should leave this blank for most of the time
image: image:
# Site name (og:site_name) (optional) # Site name (og:site_name) (optional)
# You should leave this blank for most of the time
site_name: site_name:
# Page author (article:author) (optional) # Page author (article:author) (optional)
# You should leave this blank for most of the time
author: author:
# Page description (og:description) (optional) # Page description (og:description) (optional)
# You should leave this blank for most of the time
description: description:
# Twitter card type (twitter:card) # Twitter card type (twitter:card)
twitter_card: twitter_card:
@ -170,20 +163,19 @@ for details on each setting.
head: head:
structured_data: structured_data:
# Page title (optional) # Page title (optional)
# You should leave this blank for most of the time
title: title:
# Page description (optional) # Page description (optional)
# You should leave this blank for most of the time
description: description:
# Page URL (optional) # Page URL (optional)
# You should leave this blank for most of the time
url: url:
# Page author (article:author) (optional) # Page author (article:author) (optional)
# You should leave this blank for most of the time
author: author:
# Page images (optional) # Page images (optional)
# You should leave this blank for most of the time
image: image:
# The publisher of the article (optional)
publisher:
# The logo of the publisher (optional)
publisher_logo:
{% endcodeblock %} {% endcodeblock %}
### Page Metadata ### Page Metadata

View File

@ -129,25 +129,18 @@ manifest:
head: head:
open_graph: open_graph:
# 页面标题 (og:title) (可选) # 页面标题 (og:title) (可选)
# 大部分情况下请留空
title: title:
# 页面类型 (og:type) (可选) # 页面类型 (og:type) (可选)
# 大部分情况下请留空
type: blog type: blog
# 页面URL地址 (og:url) (可选) # 页面URL地址 (og:url) (可选)
# 大部分情况下请留空
url: url:
# 页面封面图 (og:image) (可选) # 页面封面图 (og:image) (可选)
# 大部分情况下请留空
image: image:
# 站点名称 (og:site_name) (可选) # 站点名称 (og:site_name) (可选)
# 大部分情况下请留空
site_name: site_name:
# 页面作者 (article:author) (可选) # 页面作者 (article:author) (可选)
# 大部分情况下请留空
author: author:
# 页面描述 (og:description) (可选) # 页面描述 (og:description) (可选)
# 大部分情况下请留空
description: description:
# Twitter卡片类型 (twitter:card) # Twitter卡片类型 (twitter:card)
twitter_card: twitter_card:
@ -174,20 +167,19 @@ head:
head: head:
structured_data: structured_data:
# 页面标题 (可选) # 页面标题 (可选)
# 大部分情况下请留空
title: title:
# 页面描述 (可选) # 页面描述 (可选)
# 大部分情况下请留空
description: description:
# 页面URL地址 (可选) # 页面URL地址 (可选)
# 大部分情况下请留空
url: url:
# 页面作者 (article:author) (可选) # 页面作者 (article:author) (可选)
# 大部分情况下请留空
author: author:
# 页面图片 (可选) # 页面图片 (可选)
# 大部分情况下请留空
image: image:
# 文章发布者 (可选)
publisher:
# 发布者Logo (可选)
publisher_logo:
{% endcodeblock %} {% endcodeblock %}
### 页面元信息 ### 页面元信息