主题目前处于开发阶段,因此不论是配置或者界面风格,都有可能产生比较大的变化(2023.04-2023.10),这个是一个风险。
Language:
🇺🇸
🇨🇳
文档: 📖 Dreamland Book Docs(挖坑中,待完善)
一款基于hexo-theme-maple修改的主題
点击链接加入QQ频道【小梦岛】:https://pd.qq.com/s/79nj9iwe7 ** 该项目的讨论子频道为:【小梦岛/项目岛/hexo主题梦岛书讨论区】 **
在博客根目录里安装最新版【推荐】
克隆仓库到本地博客/themes
文件夹(文件夹重命名为dreamlandbook)
git clone https://github.com/ROYIANS/hexo-theme-dreamlandbook
-
将主题内的
postcss.config.js
和tailwind.config.js
移动到hexo博客根目录下 -
你需要添加
postcss
、tailwindcss
等必要依赖:
yarn add autoprefixer postcss postcss-import postcss-load-config tailwindcss tailwindcss-typography
- 修改 hexo 配置文件
_config.yml
,把主题改为dreamlandbook
...
theme: dreamlandbook
...
- macos/linux 在博客根目录运行
cp -rf ./themes/dreamland/_config.yml ./_config.dreamland.yml
- windows
复制
/themes/dreamland/_config.yml
此文件到 hexo 根目录,并重命名为_config.dreamland.yml