我在github页面中使用hexo。我错误地删除了本地机器上的本地文件。然后我安装了npm install hexo-cli -g。我可以安装所有必要的文件,但是当我输入hexo deploy时,它显示:Usage: hexo <command>
help Get helpinit Create a new Hexo folder.
version Display version information
我用hexo server命令在我的PC上启动了一个本地服务器,但我没有得到我的网站地址。localhost:4000根本不起作用。相反,我得到了一些奇怪而无用的信息: C:\Users\user\Documents\Hexo>hexo server helpinit Create a new Hexo folder.
version Display version information.--safe
在我认为草稿写得很好之后,我尝试通过hexo publish将其转换为post。我写了一份草稿如下:title: My awesome post on hexo - hexo - hexoThe content ofscaffolds/post.md看起来像:title: {{ title }}category:
- mi