middleman

    1熱度

    3回答

    我在Heroku上運行Middleman網站,並使用Contentful管理內容。我想使用Contentful的webhook,並設置我的應用程序以使用contentful_middleman gem的新webhook選項(在主分支上)。 它通過運行「middleman contentful --rebuild」來重建資產,當它收到「/ receive」上的webhook通知時。 這個流程註定在h

    3熱度

    1回答

    我正在注入部分內部佈局的Google Analytics腳本。類似的東西: ... = partial "analytics" ... 而且analytics.slim包括本: javascript: (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']... 顯而易見的解決方案是: - if environment == '

    2熱度

    2回答

    我正在使用Middleman構建一個項目。我收到此消息,我跑一箇中間人命令任何時間: Bundler is using a binstub that was created for a different gem. This is deprecated, in future versions you may need to `bundle binstub middleman-core` to w

    0熱度

    1回答

    我正在使用Middleman和activate :asset_hash選項,以便使用哈希編譯資源來強制高速緩存失效。問題是,我還加載一些HTML與角templateUrl模板是這樣的: function($routeProvider) { $routeProvider. when('/dashboard', { templateUrl: 'templates/d

    0熱度

    2回答

    我使用中間人的博客輸出所有博客文章的摘要頁面上,像這樣: <ul> <% page_articles.each_with_index do |article, i| %> <% unless article.data['tags'].include?('featured') %> <li class="Project"> <h3><%= link_to

    0熱度

    2回答

    在中間人,我想知道如何將頭標籤添加到我的基本佈局從子佈局。 我有一個layout.erb和一個blog-layout.erb。 我通過將額外的項目放在佈局的YAML frontmatter中來解決Jekyll中的問題,並且我喜歡這種方法。 我一直試圖在Middleman重新創建它,但它一直沒有工作。 我有我的博客,layout.erb這樣的: --- head: - -<%= feed_tag

    1熱度

    1回答

    它看起來像middleman s3_sync不會上傳我的robots.txt。有沒有辦法讓它始終上傳一個特定的文件?

    0熱度

    1回答

    我添加以下爲了我config.rb文件內線擺脫.html延長所以http://example.com/about.html變得http://example.com/about並從build文件夾中找我可以看到這是爲每個文件創建一個單獨的目錄,其名稱爲about/index.html,用於about.html頁面。這意味着如果用http://example.com/about.html訪問網站,則不

    0熱度

    1回答

    我正在爲我的博客創建一個滑塊,並且我想向其添加特色項目的集合,滑塊需要使用類selected的第一個子級負載。 我怎麼可以這樣做if first child do thiselse do that 這是我到目前爲止有: <ul class="cd-hero-slider"> <% blog.articles.select {|a| a.data[:featured] }.each do

    1熱度

    1回答

    我試圖在中間人使用鍵入的js,我不能得到它的工作。 在index.html.erb <span class="elementTyped"></span> 在all.js //= require_tree . //= require jquery //= require bootstrap-sprockets <script src="jquery.js"></script> <scr