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.
我在为我的 Middleman 静态网站设置自述文件时遇到问题。当静态内容部署到 Github 时,我添加了 README 和 CNAME 文件。CNAME 文件已正确复制,但 README 文件正在处理为 /readme/index.html。
任何想法如何解决这一问题?
您可以在您的config.rb
config.rb
page "/README", :directory_index => false
它记录在中间人网站上