Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
a29108efdc | ||
|
c679fd6256 | ||
|
49dfb78503 |
19
README.md
19
README.md
@@ -309,10 +309,21 @@ twikoo:
|
|||||||
# See: https://github.com/MiniValine/MiniValine
|
# See: https://github.com/MiniValine/MiniValine
|
||||||
minivaline:
|
minivaline:
|
||||||
enable: false
|
enable: false
|
||||||
md: true
|
serverURL: https://minivaline.your-domain.com
|
||||||
# more options https://minivaline.js.org/docs/cn/#/Options
|
|
||||||
backend: waline
|
# advertisement
|
||||||
serverURL: https://waline.vercel.app
|
# if there is an "ad" word in photo or url,it may blocked by adblock or any other browser extensions
|
||||||
|
ads:
|
||||||
|
ad_1:
|
||||||
|
title: vultr优惠vps
|
||||||
|
img: https://cdn.jsdelivr.net/gh/Shen-Yu/cdn/img/vultr.png
|
||||||
|
url: https://www.vultr.com/?ref=8630075
|
||||||
|
width: 300
|
||||||
|
ad_2:
|
||||||
|
title: 云服务器全球购低至2折
|
||||||
|
img: https://cdn.jsdelivr.net/gh/Shen-Yu/cdn/img/ten_2.jpg
|
||||||
|
url: https://curl.qcloud.com/kvO7hb43
|
||||||
|
width: 300
|
||||||
```
|
```
|
||||||
|
|
||||||
## Plugins
|
## Plugins
|
||||||
|
@@ -242,9 +242,9 @@ minivaline:
|
|||||||
# 可以根据需要自行增加ad_3,ad_4...,留空则不显示,建议图片和url不要带ad等关键词,否则可能会被adblock等插件屏蔽
|
# 可以根据需要自行增加ad_3,ad_4...,留空则不显示,建议图片和url不要带ad等关键词,否则可能会被adblock等插件屏蔽
|
||||||
ads:
|
ads:
|
||||||
ad_1:
|
ad_1:
|
||||||
title: 腾讯云限时秒杀
|
title: vultr优惠vps
|
||||||
img: https://cdn.jsdelivr.net/gh/Shen-Yu/cdn/img/ten_1.jpg
|
img: https://cdn.jsdelivr.net/gh/Shen-Yu/cdn/img/vultr.png
|
||||||
url: https://curl.qcloud.com/ezctH6FU
|
url: https://www.vultr.com/?ref=8630075
|
||||||
width: 300
|
width: 300
|
||||||
ad_2:
|
ad_2:
|
||||||
title: 云服务器全球购低至2折
|
title: 云服务器全球购低至2折
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "hexo-theme-ayer",
|
"name": "hexo-theme-ayer",
|
||||||
"version": "1.8.24",
|
"version": "1.9.0",
|
||||||
"description": "a clean and elegant theme for hexo.",
|
"description": "a clean and elegant theme for hexo.",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "rollup -c -w",
|
"dev": "rollup -c -w",
|
||||||
|
Reference in New Issue
Block a user