作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在我的博客中使用 Octopress,需要创建一个链接来下载文本文件。
有一个名为 include_code 的内置插件可以呈现链接但也显示文件。我只想要链接。有谁知道我怎么能做到这一点?
最佳答案
将您的文本文件放在 source/downloads/code
下
然后你可以使用 markdown 语法来显示这样的链接:
[link name](url for the txt file)
{your blog url}/downloads/code/{name of txt file}
include_code
插件还显示了每个代码 list 的下载链接。
<a href ="{your blog url}/downloads/code/{name of txt file}">Text File</a>
关于octopress - 如何在 octopress 中创建下载链接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12604784/
我是一名优秀的程序员,十分优秀!