默认生成的Hexo第一篇博客,在我开始搭建的时候,Python开始进入中学课本……
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 Start
Create a new post
1 | $ hexo new "My New Post" |
More info: Writing
Run server
1 | $ hexo server |
More info: Server
Generate static files
1 | $ hexo generate |
More info: Generating
Deploy to remote sites
1 | $ hexo deploy |
More info: Deployment
新建一个页面目录
在命令行里面输入:1
$ hexo new page "about"
然后你会发现source里面多了个目录about,里面有个index.md。其实你也可以手动建立。页面的格式和文章一样。
接着把链接加上,themes/
完事。来源:Hexo菜单中添加分类和页面 还有知乎