主题默认:友人帐如果你已经添加友情链接配置,请直接看第二步
第一步在 Hexo 博客根目录 [blog]下打开终端,输入
1hexo new page link
第二步找到 source/link/index.md 这个文件,修改成以下内容源码放不到文章,下载解压吧,下载地址
第三步新建文件source_data\link.yml,没有_data文件夹的话也请自己新建文件,夹带下私货
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748- class_name: 框架 flink_style: flexcard hundredSuffix: "" link_list: - name: Hexo link: https://hexo.io/zh-tw/ avatar: https://d33wubrfki0l68.cloudfront.net/6657ba50e702d84afb32fe846b ...
宠物挂件
如果是安知鱼主题,那么直接替换 themes\anzhiyu\layout\includes\bbTimeList.pug文件就行了,代码放下面了
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140if site.data.essay each i in site.data.essay if i.home_essay - let onclick_value = theme.pjax ...
第一步打开 腾讯位置 服务,登录你的账号
点击创建应用,填一下名称和类型,随意即可
点击添加 Key 名称随意,勾选 WebServiceAPI,此处白名单建议填域名和 localhost:4000
记录得到的 Key
建议在 配额管理 中的 账户额度 里面,IP 定位 分配拉满
第二步
在 _config.anzhiyu.yml 主题配置文件下 inject 配置项中的 bottom 引入 jquery.min.js
1234inject: bottom: - <script type="text/javascript" src="https://unpkg.zhimg.com/jquery@latest/dist/jquery.min.js"></script> # jquery.min.js
新建 source/js/welcome.js 文件,新增以下内容 (若没有 js 文件夹直接新建即可)
123456789101112131415161718192021222324 ...
第一步
偷个懒,先把 杨幂的脚 博客内容看到第 5 步结束,第 6 步 不要 挂载到 Cloudflare Pages,这里开始不一样了
先把这部分 复原
123456789# Extensions## Plugins: https://hexo.io/plugins/## Themes: https://hexo.io/themes/theme: anzhiyu# Deployment## Docs: https://hexo.io/docs/one-command-deploymentdeploy: type: ''
继续在 VSCode 终端上输入命令,在博客根目录里安装最新版主题
1git clone -b main https://github.com/anzhiyu-c/hexo-theme-anzhiyu.git themes/anzhiyu
第一次使用需要安装 pug 以及 stylus 的渲染器
1npm install hexo-renderer-pug hexo-renderer-stylus --save
如果你是 win ...
下载LX Music官网
可以在设置中的基础设置下拉网络导入音源使用。
音源
fish_musicv
1https://m-api.ceseet.me/script
Huibg_Ixmusic 源
1https://raw.niuma666bet.buzz/Huibq/keep-alive/master/render_api.js
第一步
终端执行插件安装
1npm install hexo-bilibili-bangumi --save
第二步
在配置文件 _config.yml 中加入以下配置,注意不是主题配置文件
1234567891011121314151617181920212223242526# 追番插件 # https://github.com/HCLonely/hexo-bilibili-bangumi bangumi: # 追番设置 enable: true source: bili path: vmid: B站uid←这里 title: "追番列表" quote: "生命不息,追番不止!" show: 1 lazyload: false loading: showMyComment: false pagination: false metaColor: color: webp: progress: extraOrder: proxy: ...
注意:本文操作步骤为 anzhiyu 主题,其他主题可以自行尝试,该方法通过外部引入,无需修改主题源文件
实现步骤
新建文件 source/css/home.css 或在已引入的 css 中新增以下内容
123456789101112131415#recent-posts > .recent-post-item:not(a)::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 200%; background: linear-gradient(to right, transparent, white, transparent); transform: translateX(-200%); transition: transform 0.5s linear; z-index: 1; } #recent-posts > .recent-post-item:not ...
注意:该内容需要修改主题文件
第一步
在 \themes\anzhiyu\layout\page.pug 中新增以下内容,记得删除 +
注意 pug 格式对齐
123456when 'music' include includes/page/music.pug + when 'todolist' + include includes/page/todolist.pug default include includes/page/default-page.pug
第二步
在 \themes\anzhiyu\layout\includes\page\ 中新建文件 todolist.pug 并增加以下内容
1234567891011121314151617181920212223242526272829303132333435363738394041#todolist-box - let todo_background = page.top_backgrou ...
注意:该内容需修改主题文件
实现步骤
在 \themes\anzhiyu\layout\page.pug 中新增以下内容
123456when 'music' include includes/page/music.pug + when 'games' + include includes/page/games.pug default include includes/page/default-page.pug
在 \themes\anzhiyu\layout\includes\page\ 中新建文件 games.pug 并增加以下内容
123456789101112131415161718192021222324252627282930313233343536#games if site.data.games each i in site.data.games .author-content.author-content-item ...
新建文章和分类1hexo new 文章
1hexo new page 分类
本地预览1hexo clean; hexo g; hexo s
朋友圈更新1node link.js
安装插件和卸载1npm install 插件名 --save
1npm uninstall 插件名
更新和删除追番数据1exo bangumi -u
1hexo bangumi -d