Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Jekyll 内容插件在 config.yml 文件中配置。但是,如果我在公共 github 存储库上发布 repo,任何人都可以使用 api 密钥。我怎样才能避免这种情况?
您可以使用 CloudCannon(Jekyll 的 CMS)作为替代方案。CloudCannon 不需要 API 密钥,支持 Github 并允许您使用私有 repo。免费帐户应满足您的需求。
目前没有办法做到这一点。
请在 GitHub 上打开一个问题,我们会尽快添加该功能。
否则,作为一种解决方法,config.yml如果您不将文件用于 GitHub Pages,则可以通过将其添加到您的.gitignore.
config.yml
.gitignore