hiloteam.github.io icon indicating copy to clipboard operation
hiloteam.github.io copied to clipboard

hilo 官网

Hilo

Site of Hilo

编写教程

  • 编写教程
    • 所有教程源文件都必须在 tutorail_src 目录下。
    • 教程格式为Markdown
    • 编辑tutorial.yml文件pages块的内容,增加所写的教程文档。
  • 编译教程
    • 安装Python的包管理工具pip
      • curl -O https://bootstrap.pypa.io/get-pip.py
      • [sudo] python get-pip.py
    • 运行[sudo] pip install -r mkdocs/requirements.txt 安装mkdocs依赖。
    • 运行 npm run build
    • 若编译正确,编译后的教程文档可在 tutorial 里找到。