安知鱼主题格式参考https://hexo.anheyu.com/posts/d50a.html
安知鱼主题 学习与模仿,潜移默化,Markdown,划重点,s删除重复的,哈哈哈,….
彩蛋示例源码预览效果12345678910111213{% note blue 'fas fa-bullhorn' flat %} <table><tr><td bgcolor=MistyRose>这里的背景色是:MistyRosen,此处输入任意想输入的内容</td></tr><tr><td bgcolor=black><font color=white>这里的背景色是:black,此处输入任意想输入的内容</font></td></tr></table>{% endnote %}<!-- {% note blue 'anzhiyufont anzhiyu-icon-b ...
ubuntu install docker & docker composelinux命令123apt install lsof #安装 lsoflsof -i:8080 #查看 8080 端口是否被占用,如果被占用,重新自定义一个端口
twikoo 安装123456789101112version: "3.5"services: twikoo: container_name: twikoo image: imaegoo/twikoo environment: - TWIKOO_THROTTLE=1000 # IP 请求限流,当同一 IP 短时间内请求次数超过阈值将对该 IP 返回错误,默认 250,可以自己修改 ports: - 4000:8080 # 冒号左边可以改成自己服务器未被占用的端口 volumes: - ./data:/app/data # 冒号左边可以改路径,现在是表示把数据存放在在当前文件夹下的 data 文件夹中 restart: unless-stopped ...
写在最前面本文参考链接Markdown格式与Butterfly外挂格式https://winterdev.cn/posts/2013454d#1-Markdown%E8%AF%AD%E6%B3%95%E8%87%AA%E5%B8%A6%E6%A0%BC%E5%BC%8F
参考资料项目地址:https://github.com/anzhiyu-c/hexo-theme-anzhiyu官方文档:https://docs.anheyu.com/initall.htmlhttps://hexo.io/zh-cn/https://www.fomal.cc/posts/e593433d.htmlhttps://docs.anheyu.com/
安知鱼标签文档https://hexo.anheyu.com/posts/d50a.html
代码块1234567891011# VSCode终端hexo clean; hexo shexo clean; hexo g; hexo dgit add .; git commit -m "npm publish"; npm version p ...
新的分类1
未读
.video-container {
position: relative;
width: 100%;
padding-top: 56.25%; /* 16:9 aspect ratio (height/width = 9/16 * 100%) */
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
注意事项VSCODE 终端首次执行报错使用管理员身份打开 powershell ,输入以下命令
1Set-ExecutionPolicy RemoteSigned
安装hexohttps://blog.cmliussss.com/p/HexoBlogNo1/
安装anzhiyuhttps://blog.cmliussss.com/p/HexoBlogNo1/
安装Twikoohttps://blog.laoda.de/archives/docker-compose-install-hexo-admin-and-twikoo
[up主专用,视频内嵌代码贴在这]
.video-container {
position: relative;
width: 100%;
padding-top: 56.25%; /* 16:9 aspect ratio (height/width = 9/16 * 100%) */
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick StartCreate a new po ...
[up主专用,视频内嵌代码贴在这]
.video-container {
position: relative;
width: 100%;
padding-top: 56.25%; /* 16:9 aspect ratio (height/width = 9/16 * 100%) */
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
[up主专用,视频内嵌代码贴在这]
.video-container {
position: relative;
width: 100%;
padding-top: 56.25%; /* 16:9 aspect ratio (height/width = 9/16 * 100%) */
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}













