怎样在 jekyll 中放静态 html 文件?


如题,jekyll 可以将 _posts 里的 .md 文件编译成 _site 里的 html 文件。使用 markdown 就能轻松写 博客。

但是我现在想在里面加个链接,可以放我自己写的 静态 html 文件,主要是想,展示一些效果页面。

有什么比较好的方式,或官方推荐的方式吗?

  • 注:我用的 Jekyll Bootstrap and Twitter Bootstrap

HTML jekyll

花祭梨果凛 9 years, 6 months ago

直接放html后缀的文件就可以,如果纯静态,不写tag就是了,比如:

https://github.com/sfcn/symfony.cn/blob/master/blog/index.html

邓迪的钩子 answered 9 years, 6 months ago

Your Answer