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.
目前我正在使用黑曜石。但想将其发布到 Github 页面.. 带有反向链接。
它具有类似[post](./post.md)的格式,问题是 Hugo 和其他静态站点生成器无法读取 post.md 进行导航。
[post](./post.md)
所以每当我需要上传时,我都需要修改成[post](./post)
[post](./post)
它工作得很好但太烦人了..有什么好主意吗?
谢谢!!