在 github 中,您可以在项目页面的用户页面中使用 Jekyll 布局吗?
我有一个 github 帐户,其中包含 Jekyll 渲染的页面:
username.github.com
是否可以使用那里的布局来渲染您的项目页面:
username.github.com/projectname
如果可以,如何?
I you have a github account with Jekyll-rendered pages at:
username.github.com
is it possible to use the layouts from there to also render your project pages at:
username.github.com/projectname
If so, how?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,也不是。您可以使用布局来渲染 username.github.com 存储库的
projectname
path 中的文件。但是,如果您将页面放入projectname
存储库中,则该存储库将无法访问相同的布局,除非您将它们复制进去。Yes, and no. You can use the layouts to render files in the
projectname
path of your username.github.com repo. If, however, you put the pages into theprojectname
repo, that repo will not have access to the same layouts unless you copy them in.