You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

572 B

XLua 教程文档

这是XLua的教程文档网站,文档是使用hexo构建的。 文档内容在src文件夹中,使用Markdown格式编写。

搭建本地文档环境

  • 首先您必须安装nodejsnpm

  • 安装hexo,在docs/source下执行

$ npm install -g hexo-cli
$ npm install
  • 如下指令在 localhost:4000 启动文档网站:
$ hexo server

修改Markdown后生成静态网页

  • 已经安装了hexo的话,执行如下指令:
$ hexo g