002_搭建本地博客
使用博客框架 hexo 搭建本地博客,可切换主题
一、环境准备
安装node.js
Windows Powershell 检查是否安装成功:
node -v
二、安装 hexo
使用 nodejs 的包管理工具 npm 安装 hexo, 在终端 Powershell 中输入下面的命令
1 | npm install -g hexo-cli |
三、初始化 hexo
自选合适的目录,新建文件夹 folder
1 | cd folder |
四、主题配置
安装主题
切换主题
修改主目录下的
_config.yml
文件配置1
2
3
4
5# Extensions
## Plugins: <https://hexo.io/plugins/>
## Themes: <https://hexo.io/themes/>
theme: ayer
# theme: landscape
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 Hymns!