octopress

    0熱度

    1回答

    我在Octopress中使用kramdown一段時間。我想添加CodeRay到我的Octopress。我安裝了代碼。 ➜ octopress git:(source) ✗ sudo gem install coderay Password: Successfully installed coderay-1.0.9 1 gem installed Installing ri document

    0熱度

    1回答

    正如你所看到的,我有兩個版本的kramdown。我想在我的Octopress中使用kramdown 1.0.2。我如何分配它? ➜ octopress git:(source) ✗ kramdown --version 1.0.2 ➜ octopress git:(source) ✗ bundle show kramdown /Users/teacher/.rbenv/versions/1.

    3熱度

    1回答

    我在有序列表中使用圍柵代碼塊。我的代碼是 1. Download and extract `jre-7u21-linux-i586.gz` to `/usr/java` Your `/usr/java` directory should look similar to this, ``` /usr/java |-- jdk1.6.0_43

    2熱度

    1回答

    當我爲我的新八章博客運行cmd:bundle exec rake generate時,它總是失敗,並出現以下異常。 $ be rake generate ## Generating Site with Jekyll identical source/stylesheets/screen.css Configuration from /Users/millisami/Code/octopres

    1熱度

    1回答

    是否有任何全局的rdiscount選項來啓用塊html標記中的標記解析?以及在Octopress/Jekyll中使用該選項的方法?這是Kramdown支持選項: parse_block_html過程kramdown語法塊HTML標籤如果此 選項爲真,則kramdown解析器處理塊 HTML標籤的內容爲包含文本塊級元素。由於這通常不是 ,因此默認值爲false。通常, 通過markdown屬性選擇性

    1熱度

    1回答

    在安裝Octopress時遇到了一些麻煩。我不太確定發生了什麼,但我很想了解這個錯誤信息並進行調試。 任何人有任何想法? ➜ octoblog git:(source) ✗ sudo bundle exec rake generate ## Generating Site with Jekyll identical source/stylesheets/screen.css /Users/l

    3熱度

    1回答

    Octopress提供了一種使用rake new_post[title]命令創建博客文章的簡單方法。有沒有辦法以rename或delete命令創建的帖子?

    0熱度

    1回答

    我最近開始尋找一種解決方案,以獲得使用Octopress的Ruby on Rails,因爲我在使用Ruby/Passenger/Apache時遇到了問題,所以我決定在Github頁面上託管我的Octopress站點。 現在我已經有了自己的八段機,但我遇到了問題,因爲我是Github和Octopress的新手 - 也許有人可以幫我解決問題? 我有一個: 主分支 源科 這是我所看到的: [email 

    1熱度

    1回答

    我是新來的章魚,我通過思想與主頁鏈接的問題。 所有的鏈接被複制像/博客/博客,我解決了這個源文件。 現在,一切都很好,但在「index.html,靠近頁腳部分」的分類「分類」div的「博客檔案」鏈接(/博客/博客/檔案)。 我查看了源文件,它看起來很好,但如果我運行「rake generate」,在更改index.html處的錯誤url後,它將返回到/ blog/blog/archives。 我需

    5熱度

    2回答

    我爲我的github設置了一個八爪魚博客,現在我想添加新帖子。我需要添加圖像到我的帖子,我試圖這樣做: {% img /images/image.png 'alt' %} 這隻會在應用程序的根網址上工作。當我單獨查看博客帖子時,url看起來像http://example.com/blog/2013/06/11/title/,因此url/images /不起作用。 然後我嘗試這樣做: {% im