IMC全新升级合集站,成千上万款游戏在线玩,更多功能敬请期待! 该站点正处于测试中,如果有任何问题欢迎反馈

Hello New 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 Start

test

Create a new post

$ hexo new "My New Post"

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

comments powered by Disqus

相关内容

泰拉瑞亚服务器发布

#Terraria服务器 泰拉测试服 ●泰拉服务器推荐:讨论群群号:1081328661。实行白名单制度,需加群申请。请各位玩家及时加群。 负责人(君知)博客: http://junknow.cn/ …

更多

Linux变量使用

Linux变量使用 变量的定义与引用,用=进行定义,用$进行引用 [root@master ~]# name=zhangsan [root@master ~]# echo $name zhangsan …

更多

Linux查询操作

whereis用来寻找可执行文件的位置 [root@master ~]# whereis ls ls: /usr/bin/ls /usr/share/man/man1/ls.1.gz …

更多