feat(SEO): update SEO config (#393)

This commit is contained in:
Dillon
2020-05-29 11:11:21 +08:00
committed by GitHub
parent 2242e0c3c7
commit 89a526d693
21 changed files with 137 additions and 107 deletions

View File

@@ -124,6 +124,9 @@ library:
# located in "assets/"
# Or
# someJS = "https://cdn.example.com/some.js"
seo:
images: []
# ...
---
```
@@ -160,6 +163,7 @@ library:
* **share**: the same as the `params.page.share` part in the [site configuration](../theme-documentation-basics#site-configuration).
* **comment**: {{< version 0.2.0 changed >}} the same as the `params.page.comment` part in the [site configuration](../theme-documentation-basics#site-configuration).
* **library**: {{< version 0.2.7 >}} the same as the `params.page.library` part in the [site configuration](../theme-documentation-basics#site-configuration).
* **seo**: {{< version 0.2.10 >}} the same as the `params.page.seo` part in the [site configuration](../theme-documentation-basics#site-configuration).
{{< admonition tip >}}
{{< version 0.2.10 >}}