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.
XLua 教程文档
这是XLua的教程文档网站,文档是使用hexo构建的。 文档内容在src文件夹中,使用Markdown格式编写。
搭建本地文档环境
$ npm install -g hexo-cli
$ npm install
- 如下指令在
localhost:4000
启动文档网站:
$ hexo server
修改Markdown后生成静态网页
$ hexo g