仔细的朋友会发现京东菜单和普通的菜单不一样,一级菜单去二级菜单的时候路过其他一级菜单并不会更换菜单
hexo的常用命令
记录些常用的hexo使用方法,至于怎么安装和配置hexo就不写了,网上很多教程,这里只是记录下常用的使用方法
1.新建文章
hexo n "新文章名"
== hexo new "新文章名"
例如:使用hexo n hello
命令创建一篇文章,
安装hexo的时候出现以下问题
问题描述
安装hexo的时候出现以下问题npm WARN deprecated swig@1.4.2:This package is no longer maintained
,由于npm官方源在国内的下载速度极其慢,用官网的npm install hexo-cli -g
速度特别慢,所以这里我使用了国内镜像安装的hexo,淘宝的npm——cnpm
,但后续的操作
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.