惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

罗磊的独立博客
Google DeepMind News
Google DeepMind News
MyScale Blog
MyScale Blog
A
About on SuperTechFans
Martin Fowler
Martin Fowler
M
MIT News - Artificial intelligence
Recent Announcements
Recent Announcements
D
DataBreaches.Net
B
Blog
博客园 - 【当耐特】
爱范儿
爱范儿
有赞技术团队
有赞技术团队
P
Proofpoint News Feed
WordPress大学
WordPress大学
小众软件
小众软件
Apple Machine Learning Research
Apple Machine Learning Research
I
InfoQ
Engineering at Meta
Engineering at Meta
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Last Week in AI
Last Week in AI
Microsoft Azure Blog
Microsoft Azure Blog
雷峰网
雷峰网
量子位
G
Google Developers Blog

白云苍狗

LLM Agent 常用范式详解 - 白云苍狗的小站 利用 AI 编程提效体验 - 白云苍狗的小站 项目验收需要做哪些东西? - 白云苍狗的小站 vitepress 自定义主题教程 - 白云苍狗的小站 从 hexo 迁移到 Vitepress - 白云苍狗的小站 vitepress-theme-async 主题发布 - 白云苍狗的小站 自建免费 Moe-Counter 计数器 - 白云苍狗的小站 Hexo 主题开发之自定义模板 - 白云苍狗的小站 手撸 Grid 拖拽布局 - 白云苍狗的小站 前端基建之工具篇 - 白云苍狗的小站 uni-app 使用体验 - 白云苍狗的小站 hexo 在线编辑器 - 白云苍狗的小站 2023年,还在手动发布 npm 包? - 白云苍狗的小站 小程序 swiper 性能优化 - 白云苍狗的小站 瀑布流使用虚拟列表性能优化 - 白云苍狗的小站 做了个壁纸小程序😀 - 白云苍狗的小站 Pjax 下动态加载插件方案 - 白云苍狗的小站 云开发又又又涨价了 - 白云苍狗的小站 关于重写评论插件这件事 - 白云苍狗的小站
hexo-theme-async 使用指北 - 白云苍狗的小站
本文作者:白云苍狗 · 2022-09-07 · via 白云苍狗

demo预览图

前提 ​

本主题为 Hexo 主题,请确保您对 Hexo 已有基本了解 。详请参见 Hexo 官网

开始前,请确保您的 Hexo 初始化工作已经准备完成,请参考 Hexo 安装。本主题依赖于 Node 14.x 以上版本,请注意您本地 Node 环境。

主题安装 ​

进入您的 Hexo 博客根目录,执行如下命令,安装主题:

npmyarn

bash

npm i hexo-theme-async@latest

bash

yarn add hexo-theme-async@latest

如果您没有 ejsless 的渲染器,请先安装:hexo-renderer-ejshexo-renderer-less

npmyarn

bash

npm install --save hexo-renderer-less hexo-renderer-ejs

bash

yarn add -D hexo-renderer-less hexo-renderer-ejs

启用主题 ​

修改 Hexo 博客配置文件 _config.yml,到此运行起来就 Hexo-Theme-Async 主题就生效啦。

yaml

# 将主题设置为 hexo-theme-async
theme: async

关于主题配置修改,可以参考 hexo-theme-async 文档

演示视频 ​

安装示例视频,更多视频前往这里