Skip to content

Commit

Permalink
SEO first pass
Browse files Browse the repository at this point in the history
  • Loading branch information
spikex committed Sep 16, 2023
1 parent 0cbe4da commit ca02e3f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ gem "bridgetown", "~> 1.2.0"
gem "puma", "~> 5.6"

gem "bridgetown-svg-inliner", "~> 2.0"

gem "bridgetown-seo-tag", "~> 6.0"
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ GEM
zeitwerk (~> 2.5)
bridgetown-paginate (1.2.0)
bridgetown-core (= 1.2.0)
bridgetown-seo-tag (6.0.0)
bridgetown (>= 1.2.0.beta5, < 2.0)
bridgetown-svg-inliner (2.0.0)
bridgetown (>= 1.2.0, < 2.0)
nokogiri
Expand Down Expand Up @@ -124,6 +126,7 @@ PLATFORMS

DEPENDENCIES
bridgetown (~> 1.2.0)
bridgetown-seo-tag (~> 6.0)
bridgetown-svg-inliner (~> 2.0)
puma (~> 5.6)

Expand Down
1 change: 1 addition & 0 deletions config/initializers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@
# For more documentation on how to configure your site using this initializers file,
# visit: https://edge.bridgetownrb.com/docs/configuration/initializers/
init :"bridgetown-svg-inliner"
init :"bridgetown-seo-tag"
end
5 changes: 4 additions & 1 deletion src/_data/site_metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@

title: Rocky Mountain Ruby 2023
tagline: And we're back!
email:
email: mailto:[email protected]
twitter:
username: rmrubyconf
card: summary
description: >-
Rocky Mountain Ruby is a single track conference devoted to the Ruby programming language which features technical presentations, community events and outdoor experiences, in beautiful Boulder, Colorado at one of the best times of year.
main_page:
Expand Down
2 changes: 1 addition & 1 deletion src/_partials/_head.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />

<meta name="description" content="<%= metadata.description %>" />
<%= seo title: false %>

<link rel="stylesheet" href="<%= webpack_path :css %>" />
<script src="<%= webpack_path :js %>" defer></script>
Expand Down

0 comments on commit ca02e3f

Please sign in to comment.