butterfly
未读Butterfly外挂标签语法参考安知鱼教程 ,或fomal大佬的教程 或777nx的教程 和CC的部落角 ,guole大佬的教程
Markdown自带语法参考黑暗星球教程
emoji表情符号地址
Unicode 符号表地址
tabs分栏标签
测试 1测试 2测试 3这是一个测试,看效果另一个测试第三个
tabs分栏标签tabs分栏标签-测试
样式预览示例源码这是一个测试,看效果ok12345{% tabs %}<!-- tab 样式预览 -->**这是一个测试,看效果**<!-- endtab -->{% endtabs %}
行内文本span行内文本span
行内文本span命令样式预览标签用法配置参数示例源码
彩色文字,使用的是行内文本span
在一段话中方便插入各种颜色的标签,包括:红色、黄色、绿色、青色、蓝色、灰色。
超大号文字
文档「开始」页面中的标题部分就是超大号文字。 居中显示的超大文字 居中显示的小文字
1{% span 样式参数(参数以空格划分), 文本内容 %}
字体 ...
布局之前先介绍两个大佬,一个是June,一个是安知鱼,我们即刻短文就是参考这个两个大佬的,自己做了稍稍改动
大佬文章链接地址如下:
June大佬的即刻短文部署方案,https://blog.june-pj.cn/posts/73e89de/
安知鱼大佬的即刻短文部署方案,https://blog.anheyu.com/posts/d50a.html#%E9%93%BE%E6%8E%A5%E5%8D%A1%E7%89%87-link
添加即刻短文page并看效果1,新增essay页面在博客根目录[blogRoot]运行hexo n page essay,并修改md文档source/essay/index.md 来生成页面 page
12345678---title: 即刻短文date: 2024-09-7 08:06:17comments: trueaside: falsetop_img: falsetype: essay---
2,添加数据 essay.yml添加source/_data/essay.yml
多了以下功能
content下添加<br>,实现换行
bil ...
Hexo里animated 动画的使用方法Getting startedInstall from NPM:安装
1npm install font-awesome-animation
Or with a CDN:
https://www.jsdelivr.com/package/npm/font-awesome-animation
Include CSS file in your index.html file:
1<link rel="stylesheet" href="font-awesome-animation.min.css">
在_config.anzhiyu.yml打开开关并添加带CDN的css:
1234icons: ali_iconfont_js: # 阿里图标symbol 引用链接,主题会进行加载 symbol 引用 fontawesome: true #是否启用fontawesome图标 fontawesome_animation_css: https://cdn.jsdelivr.net/npm/font ...
OpenWrt
未读主路由红米AX6000 :192.168.2.1二级路由红米AX6S 刷的Openwrt:192.168.20.1
用FinalShell 登陆二级路由,输入以下命令
1vi /etc/config/dhcp
然后修改为以下设置:
1234567891011121314151617181920config dhcp 'lan' option interface 'lan' option start '50' option limit '200' option leasetime '12h' option ra 'relay' option dhcpv6 'relay' option ndp 'relay' option ra_management '1'config dhcp 'wan ...
登录:http://openwrt.lan/cgi-bin/luci/ 或 192.168.31.1用户名密码:root/123456wifi2.4g:kaifar_AC2100_2.4Gwifi5.0g:kaifar_AC2100_5G123456789asd
Openwrt 固件23.05安装成功后进行以下步骤:一,换源,换以下源,并用#注释掉option check_signature红米AC2100 中国科技大学源(23.05.0版本)
123456src/gz openwrt_core https://openwrt.proxy.ustclug.org/releases/23.05.0/targets/ramips/mt7621/packages/src/gz openwrt_base https://mirror-03.infra.openwrt.org/releases/23.05.0/packages/mipsel_24kc/base/src/gz openwrt_luci https://mirror-03.infra.openwrt.org/releases/23 ...
butterfly
未读hexo-butterfly一图流,摘抄fomal大佬的教程
在[BlogRoot]\source文件夹下新建一个文件夹css,该文件夹用于存放自定义的css样式,再新建一个名为custom.css,在里面写入以下代码:1234567891011121314151617181920212223/* 页脚与头图透明 */#footer { background: transparent !important;}#page-header { background: transparent !important;}/* 白天模式遮罩透明 */#footer::before { background: transparent !important;}#page-header::before { background: transparent !important;}/* 夜间模式遮罩透明 */[data-theme="dark"] #footer::before { back ...
家里旁路由Openwrt(IP:192.168.2.2)里的docker配置的wireguardfinalshell登录openwrt后输入以下命令,
123456789101112131415docker run -d \ --name=wg-easy \ -e LANG=de \ -e WG_HOST=aaa.aaa.com \ -e PASSWORD=123456789 \ -e WG_DEFAULT_DNS=114.114.114.114,223.5.5.5 \ -v ~/.wg-easy:/etc/wireguard \ -p 51820:51820/udp \ -p 51821:51821/tcp \ --cap-add=NET_ADMIN \ --cap-add=SYS_MODULE \ --sysctl="net.ipv6.conf.all.disable_ipv6=0" \ --sysctl="net.ipv6.conf.all.forwarding=1" \ --restart unless-stop ...
butterfly
未读外挂安装标签教程,感谢fomal大佬
1,安装插件,在博客根目录[BlogRoot]下打开终端,运行以下指令:1npm install hexo-butterfly-tag-plugins-plus --save
2,考虑到hexo自带的markdown渲染插件hexo-renderer-marked与外挂标签语法的兼容性较差,建议您将其替换成hexo-renderer-kramed12npm uninstall hexo-renderer-marked --savenpm install hexo-renderer-kramed --save
3,添加配置信息,以下为写法示例在站点配置文件_config.yml或者主题配置文件_config.butterfly.yml中添加
123456789101112131415# tag-plugins-plus# see https://akilar.top/posts/615e2dec/tag_plugins: enable: true # 开关 priority: 5 #过滤器优先权 issues: false #issues标签依 ...
butterfly
未读参考教程
1,在博客根目录[BlogRoot]下打开终端,运行以下指令:1npm install hexo-butterfly-swiper --save
2,在主题配置文件_config.butterfly.yml新增以下项:12345678910111213141516# hexo-butterfly-swiper# see https://akilar.top/posts/8e1264d1/swiper: enable: true # 开关 priority: 5 #过滤器优先权 enable_page: all # 应用页面 timemode: date #date/updated layout: # 挂载容器类型 type: id name: recent-posts index: 0 default_descr: 再怎么看我也不知道怎么描述它的啦! swiper_css: https://npm.elemecdn.com/hexo-butterfly-swiper/lib/swiper.min.css #swiper css依赖 swipe ...
butterfly
未读详见:教程:butterfly 主题文章双栏布局插件
或 Fomalhaut教程
1,在博客根目录[BlogRoot]下打开终端,运行以下指令:1npm i hexo-butterfly-article-double-row --save
2,在网站配置文件_config.yml新增以下项 (注意不是主题配置文件):123#文章双侧栏显示butterfly_article_double_row: enable: true
3,在custom.css文件添加以下代码让翻页按钮居中12345/* 翻页按钮居中 */#pagination { width: 100%; margin: auto;}
4,看效果1hexo cl && hexo g && hexo s