hexo-related-popular-posts
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "hexo-related-popular-posts", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"main": "index", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -9,2 +9,7 @@ # hexo-related-popular-posts | ||
- Documents : [read me](https://tea3.github.io/p/hexo-related-popular-posts/) | ||
- DEMO : [My Posts](https://tea3.github.io/p/tea-plantation-mtfuji/) has generated [related posts](https://tea3.github.io/p/tea-plantation-mtfuji/#relatedPosts) like this. | ||
## Installation | ||
@@ -125,2 +130,4 @@ | ||
### Environment variable | ||
If you want to use the environment variable. Please set the following. | ||
@@ -135,3 +142,16 @@ | ||
``` yaml | ||
popularPosts: | ||
googleAnalyticsAPI: | ||
# clientId: ******.apps.googleusercontent.com | ||
# serviceEmail: *****@developer.gserviceaccount.com | ||
# key: /hexo-project-root/path/to/google-services.pem | ||
# viewId: 12345678 | ||
dateRange: 60 | ||
cache: | ||
path: hexo-related-popular-posts-ga-cached.json | ||
expiresDate: 10 | ||
``` | ||
## License | ||
@@ -138,0 +158,0 @@ |
23866
158