tjut-arts

Results 3 comments of tjut-arts

同问,windows使用这个主题遇到同样问题,默认主题不会出现

> > > 你好,我在Windows10 pro 18362.329版本测试会出错。安装和使用hexo官方版本没问题,切换indigo主题,执行hexo g会报错。或者hexo clean之后hexo s打开请求之后出错。不知道是不是Windows10系统环境的问题。我在CentOS7和Ubuntu16.04LTS都没问题。 > > ERROR Render HTML failed: index.html > **TypeError: D:\www\hexo\hexo\themes\indigo-plus\layout\layout.ejs:3** > 1| > 2| > > > > 3| > >...

执行 git branch 显示所有本地分支,如果只存在一个分支,可以执行下面的命令获取另一分支的主题。 # 获取远程 card 分支,并切换 $ git checkout -b card origin/card # 获取远程 master 分支,并切换 $ git checkout -b master origin/master 此命令只需执行一次,之后使用 git checkout [branch] 命令在两个主题之间切换。