使用Ekinosoba来打造hexo博客
使用 Ekinosoba来打造hexo博客1.安装hexo确保您已经安装node.js和git
1$ npm i hexo -g
测试安装:
1$ hexo -v
2.安装Ekinosoba1234$ pwd# 在您想要搭建博客的目录里$ cd themes$ git clone https://github.com/oldhelps/ekinosoba.git
3.配置Ekinosoba和hexo在./__config.yml(站点配置文件)里改动:
123456# Sitetitle: Hexo #标题subtitle: ''author: John Doe #作...