Hexo博客添加YXVM赞助

觉得之前的方案太丑了,刚好今天有Gemini Advanced就让它重新做了一版,只需要修改两个文件就可以了

效果图

图片.webp

添加广告文件

/themes/anzhiyu/layout/custom_ad.pug

1
2
3
4
5
6
7
8
div.custom-ad-container(style="margin-top: 20px; margin-bottom: 20px; text-align: center;")
//- 添加 iframe 广告代码
//- 确保将下面的 YOUR_ACTUAL_ID 替换成你的真实 ID
iframe(
frameborder="0",
src="https://support.nodeget.com/page/promotion?id=YOUR_ACTUAL_ID",
style="border-radius: 8px; width: 100%; max-width: 800px; height: 270px; display: inline-block; border: none;"
)

修改index.pug

/themes/anzhiyu/layout/includes/widget/index.pug

图片.webp

1
2
# 注意图中的缩进!!!
include ../../custom_ad.pug