Hello World1


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


文章作者: Kuma
版权声明: 本博客所有文章除特別声明外,均采用 CC BY 4.0 许可协议。转载请注明来源 Kuma !
 上一篇
关于我的博客搭建(一) 关于我的博客搭建(一)
Hexo简介Hexo是一款基于Node.js的静态博客框架,依赖少易于安装使用,可以方便的生成静态网页托管在GitHub和Coding上,是搭建博客的首选框架。大家可以进入hexo官网进行详细查看,因为Hexo的创建者是台湾人,对中文的支持
本篇 
Hello World1 Hello World1
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hex
2020-05-17 Kuma
  目录