The main advantages of Jekyll are:
- You can use Markdown instead of HTML. Markdown is simpler to read and write.
- You can add a Jekyll theme to your site without copying CSS files.
- You can quickly create a new site using the Jekyll Theme Chooser.
- You can use common templates, such as headers and footers, that are shared across files.
- You can use a simplified build process to build your site with GitHub Pages.
如上所述,与hexo等其他静态生成器相比,Jekyll不用编译html直接就可以在github pages上浏览。 不用编译html、不用编译html、不用编译html。
参考: