staticmatic

    1熱度

    2回答

    我只想在這裏輸出一個錨點。如果current_page在數組中,我會得到兩個(.html和-nf.html)。如果它不在數組中,則獲取與數組中的項目一樣多的錨點。我正在使用StaticMatic。 - if page_options[:current_index] < page_options[:total_index] && page_options[:current_index] > 0

    1熱度

    2回答

    我想是嵌套局部性質的一種方式,這似乎長篇大論一點點: = partial('frames/tabs_a', :locals => {:tabs_title => 'semi-dynamic-tabs', :tabs_id => 'p001', :panel_a => 'views/article-highlights_a', :a_id => 'p_002_0',

    4熱度

    1回答

    嘗試設置新的StaticMatic項目時出現錯誤。使用後: $ staticmatic setup my_site 我正在用這似乎由羅盤產生錯誤的輸出如下: c:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.1/lib/compass/app_integration.rb:27:in `lookup': No application integr

    18熱度

    3回答

    我對靜態模板使用稍後使用PHP的模板。有一種奇怪的情況,一些標籤屬性具有單引號,而另一些則具有雙引號。我想他們都具有專門雙引號(!這不是問題我想,但我希望他們像) 例如,HAML代碼: !!! XML %html{html_attrs('hr-HR')} %head %title Some title %meta{'http-equiv' => 'Content-T

    5熱度

    1回答

    我一直在嘗試使用nanoc來生成靜態網站。我需要組織一個複雜的排列頁面,以保持我的內容乾爽。 包含或合併的概念如何在納米系統中工作?我已閱讀文檔,但似乎無法找到我想要的內容。 例如:如何獲取兩個部分內容項目並將它們合併到一個新的內容項目中。 在staticmatic你可以在你的頁面內做如下的操作。 = partial('partials/shared/navigation') 一個類似的約定會

    2熱度

    1回答

    我得到以下staticmatic預覽命令 staticmatic preview my-app Site root is: my-app StaticMatic Preview Server Ctrl+C to exit [2010-12-16 11:42:24] INFO WEBrick 1.3.1 [2010-12-16 11:42:24] INFO ruby 1.8.7 (2010

    0熱度

    2回答

    必須有書面的更好的方法這個 - 我只是不知道如何(使用staticmatic) - - if current_page.include? "0.html" - @current_index = 1 - if current_page.include? "1.html" - @current_index = 2 - if current_page.include? "2.ht

    0熱度

    1回答

    我有一個配置文件充滿了這個.... - if current_page.include? "test_string_one" - @total_index = 3 - @next_location = '../random_string/page0.html' - @next_name = 'title 2' - if current_page.in

    1熱度

    1回答

    我想在我的staticMatic項目中設置一個非常基本的id =「thisFileName」。 到目前爲止,我已經成功地應用以下到/index.html(在HAML輸出): - @slug = current_page.gsub(/\.html/, '') 它返回 「/索引」。不過 - 我想在開始時刪除/以便它讀取/索引... 任何提示或方向,我應該如何得到建議如何最好地做到這一點將不勝感激!