Github Pages https://lwlwilliam.github.io jekyll使用的模板引擎是 Liquid 。 $ cd repoDir $ bundle exec jekyll serve # 或者 ./run.sh 启动 然后就可以通过 http://localhost:4000本地访问了。 或者可以通过docker pull lwlwufeng/jekyll直接使用搭建好的jekyll镜像环境。 创建 markdown 博客脚本 要求:python $ python post.py 文章标题 分类名称 使用 mathjax 页面中加上mathjax: true配置。