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.
Quick StartCreate a new post1$ hexo new "My New Post"
More info: Writing
Run server1$ hexo server
More info: Server
Generate static files1$ hexo generate
More info: Generating
Deploy to remote sites1$ hexo deploy
More info: Deployment
欢迎来到我的blog,请多指教
这是第一篇文章该文章主要用于测试。
关于hexo
1. 前言Hexo是一个快速、简洁且高效的博客框架。Hexo 使用 Markdown(或其他渲染引擎)解析文章,在几秒内,即可利用靓丽的主题生成静态网页。即把用户的markdown文件,按照指定的主题解析成静态网页。
2. 主要命令hexo s 启动服务器。默认情况下,访问网址为: http://localhost:4000/。hexo g 生成静态文件。hexo d 部署网站。hexo cl 清除缓存文件 (db.json) 和已生成的静态文件 (public)。hexo -v 显示 Hexo 版本。