Butterfly 安装文档(一) 快速开始
hexo-theme-butterfly 是基于 hexo-theme-melody 的基础上进行开发的。
安装git安装(Github)git安装(Gitee)npm安装稳定版【建议】在你的 Hexo 根目录里
1git clone -b master https://github.com/jerryc127/hexo-theme-butterfly.git themes/butterfly
升级方法:在主题目录下,运行 git pull
稳定版【建议】在你的 Hexo 根目录里
1git clone -b master https://gitee.com/immyw/hexo-theme-butterfly.git themes/butterfly
升级方法:在主题目录下,运行 git pull
此方法只支持 Hexo 5.0.0 以上版本
通过 npm 安装并不会在 themes 里生成主题文件夹,而是在 node_modules 里生成在你的 Hexo 根目录里
1npm install hexo-theme-butterfly
升级方法:在 Hexo 根目录下, ...
博客创建
第一次尝试Hexo搭建的博客,其中学习到很多其他知识,不太清楚发什么好,于是就发几张图供各位欣赏 同时记录写常用指令。
快速入门创建新博客文章1$ hexo new "My New Post"
更多信息: Writing
创建自定义页1$ hexo new page "My New Post"
运行命令1$ hexo server
更多信息: Server
生成静态文件1$ hexo generate
更多信息: Generating
部署到远程站点1$ hexo deploy
更多信息: Deployment
相关插件安装123456789npm install hexo-generator-searchdb #本地搜索npm install activate-power-mode #打字效果npm install hexo-wordcount --save #字数统计npm install hexo-tag-aplayer --save #音乐播放插件
美女图片
搭建到起始原因在睡觉的时候无聊刷了下网站,别人推荐 ...







