Skip to content

Commit

Permalink
Sitemap for Search Engines
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha committed Jun 27, 2015
1 parent 55cb2fb commit f6768a1
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
15 changes: 8 additions & 7 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
source 'https://rubygems.org'

gem 'middleman', '~> 3.3'
gem 'middleman-livereload', '~> 3.1'
gem 'middleman-blog', '~> 3.5'
gem 'middleman-syntax', '~> 2.0'
gem 'middleman-deploy', '~> 1.0'
gem 'bootstrap-sass', '~> 3.3', require: false
gem 'redcarpet', '~> 3.2'
gem 'middleman', '~> 3.3'
gem 'middleman-livereload', '~> 3.1'
gem 'middleman-blog', '~> 3.5'
gem 'middleman-syntax', '~> 2.0'
gem 'middleman-deploy', '~> 1.0'
gem 'bootstrap-sass', '~> 3.3', require: false
gem 'middleman-search_engine_sitemap', '~> 1.3'
gem 'redcarpet', '~> 3.2'
gem 'httparty'
8 changes: 8 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ GEM
bootstrap-sass (3.3.3)
autoprefixer-rails (>= 5.0.0.1)
sass (>= 3.2.19)
builder (3.2.2)
celluloid (0.16.0)
timers (~> 4.0.0)
chunky_png (1.3.3)
Expand Down Expand Up @@ -92,6 +93,9 @@ GEM
em-websocket (~> 0.5.1)
middleman-core (>= 3.3)
rack-livereload (~> 0.3.15)
middleman-search_engine_sitemap (1.3.0)
builder
middleman-core (~> 3.2)
middleman-sprockets (3.4.1)
middleman-core (>= 3.3)
sprockets (~> 2.12.1)
Expand Down Expand Up @@ -156,5 +160,9 @@ DEPENDENCIES
middleman-blog (~> 3.5)
middleman-deploy (~> 1.0)
middleman-livereload (~> 3.1)
middleman-search_engine_sitemap (~> 1.3)
middleman-syntax (~> 2.0)
redcarpet (~> 3.2)

BUNDLED WITH
1.10.4
3 changes: 3 additions & 0 deletions config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@
deploy.branch = 'master'
end

set :url_root, 'http://lotusrb.org'
activate :search_engine_sitemap

# Methods defined in the helpers block are available in templates
helpers do
#
Expand Down

0 comments on commit f6768a1

Please sign in to comment.