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.
快速入门
Create a new post
$ hexo new "My New Post"
$ hexo new "My New Post"
alert('Hello World!');
引用
Do not just seek happiness for yourself. Seek happiness for all. Through kindness. Through mercy.
function test() {
console.log("Hello world!");
}
More info: Writing
Run server
$ hexo server
More info: Server
Generate static files
$ hexo generate
More info: Generating
Deploy to remote sites
$ hexo deploy
More info: Deployment