jekyll-extensions

    6熱度

    3回答

    我試圖使用Octopress(一個博客引擎的哲基爾的頂部)在我的新款Macbook,當我運行bundle exec jekyll --server我得到這個錯誤: (簡稱路) /path/to/markdown.rb:118:in `to_html': wrong argument type String (expected Array) (TypeError) from /path/to/ma

    6熱度

    1回答

    我使用jekyll.rb創建網站。 我已經叫頁面about.html: <div class="grid_10 page"> {% include about_content.markdown %} </div> 在about_content.markdown我有一些假降價: A First Level Header ==================== A Second

    8熱度

    2回答

    是否有任何使用八度組織模式的博客組織的示例?我想爲所有博客文章使用組織模式並將其導出爲html。我明白這是可能的,是否有任何這樣的例子學習和做同樣的事情。

    1熱度

    2回答

    我想編寫一個Jekyll插件,通過利用Kramdown的LaTeX導出功能,使所有文章都可用PDF格式。對於Markdown格式的每篇文章,我想最終得到正常的.html文章以及.tex文件,其中包含LaTeX標記,最後是.pdf。 繼documentation for creating plugins之後,我看到了兩種解決問題的方法,無論是使用Converter還是使用Generator。 轉換器

    3熱度

    1回答

    我試圖使用haml-jekyll-extension只我不明白如何包括yaml前置物?我有以下幾點: --- user: hello --- !!! %html %title RudyIndustries %body %h1 Hello World! {{ page.user }} 但它最終得到彙編成下面的HTML: user: hello <!DOCT

    1熱度

    1回答

    我不知道這些博客帖子來自哪裏。我在Heroku上運行Jekyll,不確定/ vendor/bundle文件來自哪裏。當我在本地運行網站時,這些不在那裏。網站是m2m.io,然後點擊博客鏈接。相關的代碼片段: <li class="thisBlog"><h4><span style="float:left;">18 May 2009   </span> » <a href="/

    2熱度

    2回答

    我的博客由Jekyll提供,提供Atom訂閱源。 --- layout: nill rooturi: http://stefan.artspace44.com --- <?xml version="1.0" encoding="utf-8"?> <feed xmlns="http://www.w3.org/2005/Atom"> ... {% for post in site.

    9熱度

    2回答

    這是非常基本的東西,我想但我無法弄清楚如何去做。 我想要做的事很簡單。 通過使用Jekyll插件系統,我想擴展Liquid標籤以返回文章的文件名。 {{% page.filename %}} 將解析爲類似 jekyll-plugin.markdown

    0熱度

    1回答

    下面是一個更復雜的一個對我來說: 我有這樣被拉進一個哲基爾帖子內容: # Lorem ipsum dolor sit amet. Consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. ~ # Et dolore magna aliqua. Ut enim ad minim veniam, quis

    2熱度

    1回答

    我試圖從https://github.com/mojombo/jekyll/wiki/Plugins重現哲基爾插件例子來渲染* render_time *標記,但我得到這個錯誤: /Library/Ruby/Gems/1.8/gems/liquid-2.0.0/lib/liquid/block.rb:58:in `unknown_tag': Unknown tag 'render_time' (L