============================================================================
【第三章】 修改Hexo安知鱼 优化控制台打印logo | 升级指南摘要这篇文章主要 ...
【第二章】美化Hexo安知鱼- 使用安知鱼主题进行-高效/个性化配置,涵盖安装、设置、标签页生成及本地搜索这期教程演示将使用一款基于hexo-theme-butterfly修改的主題-安知鱼,安知鱼是一个简洁、美丽的静态hexo主题
项目地址https://github.com/anzhiyu-c/hexo-theme-anzhiyu官方文档https://docs.anheyu.com/initall.html
1.安装主题
1.1. Git 安裝在博客根目录里安装最新版主题
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
1.2. 应用主题修改 hexo 配置文件 _config.yml,把主题改为 anzhiyu
1theme: anzhiyu
1.3. 覆盖配置覆 ...
本文简介 👋前往主页 🏠
文章围绕重新选择 Hexo 并配置安知鱼主题展开。首先在前言提到因主题重新选用 Hexo,安知鱼主题配置较复杂,分 P 记录过程,还提及 Hexo 生成静态网页速度情况及主题默认文章封面配置文件的相关问题。接着详细介绍环境配置步骤,包括 git 默认安装、node.js 从官网下载安装并默认加入系统环境变量、Hexo 的安装(新建文件夹后全局安装及初始化等操作)、安知鱼主题的安装及应用、安装相关渲染插件、覆盖配置的方法及注意事项等。然后说明了本地启动 Hexo、新建博客、更新博客的操作及注意点,最后写在最后部分提到该主题后续配置内容多,配置完尽量不动,有问题可查文档解决。
超级简单/免费/免服务器博客Hexo1 Hexo博客环境配置
前言为了一个主题又重新选择了hexo。
安知鱼主题配置下来涉及的方面挺多,配置完一遍再也不想配第二遍,分P记录配置过程。
注:hexo生成静态网页速度还可以,之前生成要很久,是主题优化过了么?不清楚,不过对我来说是好事。
注:修改安知鱼主题默认文章封面配置文件,图片大小超过1MB时会无 ...
免费网页
未读
[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 post1$ hexo new "My New Post"
More info: Writing
Run server1$ hexo server
More info: Server
Generate static files1$ hexo generate
More info: Generating
Deploy to remote sites1$ hexo deploy
More info: Deployment