Skip to content

Commit

Permalink
updating
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Rezende committed Jan 21, 2022
1 parent 5ad0e43 commit 5c5d014
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ gem "github-pages", group: :jekyll_plugins
group :jekyll_plugins do
gem "jekyll-feed"
gem "jekyll-seo-tag"
gem "jekyll-sitemap"
end

# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ DEPENDENCIES
github-pages
jekyll-feed
jekyll-seo-tag
jekyll-sitemap
minimal-mistakes-jekyll
tzinfo (~> 1.2)
tzinfo-data
Expand Down
3 changes: 2 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ title: Insert mode
subtitle: "Snippets & HOW TOs"
description: "Snippets & HOW TOs"
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://feliperezende.github.com" # the base hostname & protocol for your site, e.g. http://example.com
url: "https://feliperezende.github.io" # the base hostname & protocol for your site, e.g. http://example.com
github: [metadata]

author:
Expand Down Expand Up @@ -58,6 +58,7 @@ plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-include-cache
- jekyll-sitemap

defaults:
# _posts
Expand Down

0 comments on commit 5c5d014

Please sign in to comment.