Skip to content

Commit

Permalink
Merge pull request #2762 from benjaminwil/guides/middleman_configuration
Browse files Browse the repository at this point in the history
Tweak documentation site Middleman configuration
  • Loading branch information
kennyadsl authored Jun 2, 2018
2 parents 622dbb3 + f736d82 commit d9400ad
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
2 changes: 2 additions & 0 deletions guides/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.tmp
node_modules
1 change: 0 additions & 1 deletion guides/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ source "https://rubygems.org"
gem "middleman", "~> 4.2"
gem "oga", "~> 2.14"
gem "nokogiri", "~>1.8.1"
gem "middleman-blog", "~> 4.0"
gem "middleman-s3_sync"
gem "redcarpet"
7 changes: 1 addition & 6 deletions guides/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@ GEM
middleman-cli (= 4.2.1)
middleman-core (= 4.2.1)
sass (>= 3.4.0, < 4.0)
middleman-blog (4.0.2)
addressable (~> 2.3)
middleman-core (~> 4.0)
tzinfo (>= 0.3.0)
middleman-cli (4.2.1)
thor (>= 0.17.0, < 2.0)
middleman-core (4.2.1)
Expand Down Expand Up @@ -151,11 +147,10 @@ PLATFORMS

DEPENDENCIES
middleman (~> 4.2)
middleman-blog (~> 4.0)
middleman-s3_sync
nokogiri (~> 1.8.1)
oga (~> 2.14)
redcarpet

BUNDLED WITH
1.15.1
1.16.1
2 changes: 0 additions & 2 deletions guides/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,3 @@ def parse_table(table_body)
configure :build do
activate :asset_hash
end

set(:port, 4568)

0 comments on commit d9400ad

Please sign in to comment.