chore(theme): update theme version & docs
parent
21140ea1eb
commit
0a4446932e
|
@ -3,7 +3,7 @@
|
|||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"hexo": {
|
||||
"version": "5.1.1"
|
||||
"version": "5.4.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"bulma-stylus": "0.8.0",
|
||||
|
@ -18,6 +18,6 @@
|
|||
"hexo-renderer-marked": "^3.0.0",
|
||||
"hexo-renderer-stylus": "^2.0.0",
|
||||
"hexo-server": "^2.0.0",
|
||||
"hexo-theme-icarus": "^4.1.0"
|
||||
"hexo-theme-icarus": "^4.2.0"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -124,25 +124,18 @@ Please refer to [Hexo documentation](https://hexo.io/docs/helpers.html#open-grap
|
|||
head:
|
||||
open_graph:
|
||||
# Page title (og:title) (optional)
|
||||
# You should leave this blank for most of the time
|
||||
title:
|
||||
# Page type (og:type) (optional)
|
||||
# You should leave this blank for most of the time
|
||||
type: blog
|
||||
# Page URL (og:url) (optional)
|
||||
# You should leave this blank for most of the time
|
||||
url:
|
||||
# Page cover (og:image) (optional)
|
||||
# You should leave this blank for most of the time
|
||||
image:
|
||||
# Site name (og:site_name) (optional)
|
||||
# You should leave this blank for most of the time
|
||||
site_name:
|
||||
# Page author (article:author) (optional)
|
||||
# You should leave this blank for most of the time
|
||||
author:
|
||||
# Page description (og:description) (optional)
|
||||
# You should leave this blank for most of the time
|
||||
description:
|
||||
# Twitter card type (twitter:card)
|
||||
twitter_card:
|
||||
|
@ -170,20 +163,19 @@ for details on each setting.
|
|||
head:
|
||||
structured_data:
|
||||
# Page title (optional)
|
||||
# You should leave this blank for most of the time
|
||||
title:
|
||||
# Page description (optional)
|
||||
# You should leave this blank for most of the time
|
||||
description:
|
||||
# Page URL (optional)
|
||||
# You should leave this blank for most of the time
|
||||
url:
|
||||
# Page author (article:author) (optional)
|
||||
# You should leave this blank for most of the time
|
||||
author:
|
||||
# Page images (optional)
|
||||
# You should leave this blank for most of the time
|
||||
image:
|
||||
# The publisher of the article (optional)
|
||||
publisher:
|
||||
# The logo of the publisher (optional)
|
||||
publisher_logo:
|
||||
{% endcodeblock %}
|
||||
|
||||
### Page Metadata
|
||||
|
|
|
@ -129,25 +129,18 @@ manifest:
|
|||
head:
|
||||
open_graph:
|
||||
# 页面标题 (og:title) (可选)
|
||||
# 大部分情况下请留空
|
||||
title:
|
||||
# 页面类型 (og:type) (可选)
|
||||
# 大部分情况下请留空
|
||||
type: blog
|
||||
# 页面URL地址 (og:url) (可选)
|
||||
# 大部分情况下请留空
|
||||
url:
|
||||
# 页面封面图 (og:image) (可选)
|
||||
# 大部分情况下请留空
|
||||
image:
|
||||
# 站点名称 (og:site_name) (可选)
|
||||
# 大部分情况下请留空
|
||||
site_name:
|
||||
# 页面作者 (article:author) (可选)
|
||||
# 大部分情况下请留空
|
||||
author:
|
||||
# 页面描述 (og:description) (可选)
|
||||
# 大部分情况下请留空
|
||||
description:
|
||||
# Twitter卡片类型 (twitter:card)
|
||||
twitter_card:
|
||||
|
@ -174,20 +167,19 @@ head:
|
|||
head:
|
||||
structured_data:
|
||||
# 页面标题 (可选)
|
||||
# 大部分情况下请留空
|
||||
title:
|
||||
# 页面描述 (可选)
|
||||
# 大部分情况下请留空
|
||||
description:
|
||||
# 页面URL地址 (可选)
|
||||
# 大部分情况下请留空
|
||||
url:
|
||||
# 页面作者 (article:author) (可选)
|
||||
# 大部分情况下请留空
|
||||
author:
|
||||
# 页面图片 (可选)
|
||||
# 大部分情况下请留空
|
||||
image:
|
||||
# 文章发布者 (可选)
|
||||
publisher:
|
||||
# 发布者Logo (可选)
|
||||
publisher_logo:
|
||||
{% endcodeblock %}
|
||||
|
||||
### 页面元信息
|
||||
|
|
Loading…
Reference in New Issue