diff --git a/Gemfile b/Gemfile index 8928339..4a50fbb 100644 --- a/Gemfile +++ b/Gemfile @@ -4,6 +4,7 @@ source 'https://rubygems.org' gem 'jekyll', '~> 4.3.2' # or the latest stable version gem 'liquid' gem 'rack' +gem 'minima' # If you're using GitHub Pages, you might include: #gem 'github-pages', group: :jekyll_plugins @@ -13,12 +14,11 @@ gem 'rack' gem 'jekyll-feed', '~> 0.17' # for RSS feed generation gem 'jekyll-sitemap', '~> 1.4' # for creating a sitemap gem 'jekyll-seo-tag', '~> 2.8.0' # for SEO enhancements +gem 'jekyll-paginate' +gem 'webrick' +gem 'faraday-retry' # For development and testing group :jekyll_plugins do gem 'jekyll-admin', '~> 0.11.1' # for an admin dashboard end - -gem 'webrick' -gem 'faraday-retry' -gem "minima" diff --git a/Gemfile.lock b/Gemfile.lock index 59830ab..89ced45 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -45,6 +45,7 @@ GEM sinatra-contrib (>= 1.4) jekyll-feed (0.17.0) jekyll (>= 3.7, < 5.0) + jekyll-paginate (1.1.0) jekyll-sass-converter (3.0.0) sass-embedded (~> 1.54) jekyll-seo-tag (2.8.0) @@ -109,6 +110,7 @@ DEPENDENCIES jekyll (~> 4.3.2) jekyll-admin (~> 0.11.1) jekyll-feed (~> 0.17) + jekyll-paginate jekyll-seo-tag (~> 2.8.0) jekyll-sitemap (~> 1.4) liquid diff --git a/README.md b/README.md index b955311..b92e847 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # VCW-Tech -Welcome to the repository for My Jekyll Site. This site is built with [Jekyll](https://jekyllrb.com/), a static site generator, and styled using [Bootstrap](https://getbootstrap.com/) (included via CDN). It's automatically built and deployed using GitHub Actions. +Welcome to the repository for VCWTech. This site is built with [Jekyll](https://jekyllrb.com/), a static site generator, and styled using [Bootstrap](https://getbootstrap.com/) (included via CDN). It's automatically built and deployed using GitHub Actions. + +[![Auto Update Changelog](https://github.com/Visionary-Code-Works/vcwtech.github.io/actions/workflows/changelog.yml/badge.svg)](https://github.com/Visionary-Code-Works/vcwtech.github.io/actions/workflows/changelog.yml) ## Features