Hexo学习 发表于 2016-03-12 更新于 2021-08-20 分类于 Tools 阅读次数: Valine: 本文字数: 483 阅读时长 ≈ 1 分钟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 post 新建文章1$ hexo new "My New Post"Create a new photo post 新建照片文章1hexo new photo "photoPostName"文章摘要123以上是摘要 <!--more-->以下是余下全文插入本地图片This is an example imageMore info: WritingClean static files1$ hexo cleanGenerate static files1$ hexo generateMore info: GeneratingRun server1$ hexo serverMore info: ServerDeploy to remote sites1$ hexo deployMore info: Deployment
v1.5.2