Skip to content

Commit

Permalink
Feat: Add Google Search console
Browse files Browse the repository at this point in the history
  • Loading branch information
cmsong111 committed May 19, 2024
1 parent 185b587 commit 1f358b6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ group :jekyll_plugins do
gem "jekyll-feed", "~> 0.17.0"
gem "jekyll-seo-tag"
gem "jekyll-sitemap"
gem 'jekyll-google_search_console_verification_file'
end

# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ GEM
jekyll-github-metadata (2.16.1)
jekyll (>= 3.4, < 5.0)
octokit (>= 4, < 7, != 4.4.0)
jekyll-google_search_console_verification_file (1.1.0)
jekyll (>= 3.7, < 5.0)
jekyll-include-cache (0.2.1)
jekyll (>= 3.7, < 5.0)
jekyll-mentions (1.6.0)
Expand Down Expand Up @@ -270,6 +272,7 @@ DEPENDENCIES
github-pages (~> 231)
http_parser.rb (~> 0.6.0)
jekyll-feed (~> 0.17.0)
jekyll-google_search_console_verification_file
jekyll-seo-tag
jekyll-sitemap
kramdown-parser-gfm
Expand Down
4 changes: 4 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-google_search_console_verification_file

# Exclude from processing.
# The following items will not be processed, by default.
Expand All @@ -75,3 +76,6 @@ plugins:
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/

google_search_console:
verification_file_code: 8b5b78c9e8afc7d9

0 comments on commit 1f358b6

Please sign in to comment.