Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tweak documentation site Middleman configuration #2762

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)