固定链接在 github 页面上无效 [jekyll]
Permalink is not working on github page [jekyll]
我正在使用 jekyll 和 github-pages 构建我的主页。
一切正常,包括我存储库子模块中 markdown 文件的永久链接。
但是:有一页未显示在永久链接地址:
构建页面:https://atlassianps.github.io/docs/ConfluencePS/
源页面:https://github.com/lipkau/ConfluencePS/blob/0750be31ebed41e3613f8ccba7173c184e869217/docs/commands/about_ConfluencePS.md
我在做什么让 permalink
无法正常工作?
谢谢
查看它在 GitHub 上的呈现方式..
确保:
- 绝对空无一物前面的内容破折号
- 您的文件已使用
UTF-8
编码正确保存.. 即那里没有 BOM 字符。
我正在使用 jekyll 和 github-pages 构建我的主页。 一切正常,包括我存储库子模块中 markdown 文件的永久链接。
但是:有一页未显示在永久链接地址: 构建页面:https://atlassianps.github.io/docs/ConfluencePS/ 源页面:https://github.com/lipkau/ConfluencePS/blob/0750be31ebed41e3613f8ccba7173c184e869217/docs/commands/about_ConfluencePS.md
我在做什么让 permalink
无法正常工作?
谢谢
查看它在 GitHub 上的呈现方式..
确保:
- 绝对空无一物前面的内容破折号
- 您的文件已使用
UTF-8
编码正确保存.. 即那里没有 BOM 字符。