.NOJEKYLL 文件扩展名
GitHub Pages NoJekyll File
| 开发者 | GitHub |
| 受欢迎程度 |
4.0 | 4 票 |
什么是 NOJEKYLL 文件?
A NOJEKYLL file is a configuration file used when publishing a website via GitHub Pages. It tells GitHub Pages to not use Jekyll to build the associated website. NOJEKYLL files do not contain any data; they are typically stored in a website's root directory.
更多信息
GitHub Pages is a tool that allows GitHub users to publish websites for themselves and their GitHub projects. Typically, GitHub Pages uses the Jekyll static site generator to build users' websites, prior to publication.
For various reasons, however, users may not want to have GitHub Pages use Jekyll to build their website. For example, those who use Pelican to generate their GitHub Pages website(s) do not need to run their content through Jekyll. In these cases, users can add a NOJEKYLL file to their website's root directory (or another appropriate location). This tells GitHub Pages to not use Jekyll when publishing the user's website.
如何打开 NOJEKYLL 文件
NOJEKYLL files do not contain any data and are not meant to be opened. For more information on how to use NOJEKYLL files, refer to GitHub's associated blog post.