Skip to content

Commit e8b8add

Browse files
committedMay 30, 2024
Added bootstrap framework and reconfigured the feed for blog posts.
1 parent a7b6bd9 commit e8b8add

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+60016
-44
lines changed
 

‎Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ group :jekyll_plugins do
1919
gem "jekyll-feed", "~> 0.12"
2020
gem "jekyll-paginate"
2121
gem "jekyll-last-modified-at"
22-
gem "jekyll-sitemap"
22+
# gem "jekyll-sitemap"
2323
end
2424

2525
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem

‎_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ plugins:
1717
- jekyll-feed
1818
- jekyll-paginate
1919
- jekyll-last-modified-at
20-
- jekyll-sitemap
20+
# - jekyll-sitemap
2121
exclude:
2222
- Gemfile
2323
- Gemfile.lock

0 commit comments

Comments
 (0)
Please sign in to comment.