Files
tldr/pages.zh/common/jekyll.md

469 B
Raw Blame History

jekyll

一个简单的、支持博客的静态网站生成器。 更多信息:https://jekyllrb.com/docs/usage/.

jekyll serve

  • 启用增量生成:

jekyll serve --incremental

  • 启用详细输出:

jekyll serve --verbose

  • 将当前目录生成到 ./_site

jekyll build

  • 清理网站(移除网站输出和 cache 目录)而不进行构建:

jekyll clean