在Octopress中,我試圖通過擴展Jekyll:Post類來獲得帖子的完整文件路徑(如~/projects/site/source/_posts/2012-01-01-something.markdown)。 module Jekyll
class Post
alias_method :original_to_liquid, :to_liquid
def to
我已成功地與一些文章和網頁開始Octopress,但現在我得到一個SyntaxError,我不能夠確定: ....# rake generate
(in /var/serv.example.com/public_html/blog)
Generating Site with Jekyll
identical source/stylesheets/screen.css
Configurati