Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down