Skip to content

Commit

Permalink
Merge pull request #107 from sujaykundu777/sujay/oct
Browse files Browse the repository at this point in the history
removing jekyll-menus and upgrade bundler
  • Loading branch information
sujaykundu777 authored Oct 14, 2021
2 parents cdbfb6f + 983ea84 commit 0f28473
Show file tree
Hide file tree
Showing 14 changed files with 11 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Deploy Jekyll Site
uses: sujaykundu777/[email protected].2
uses: sujaykundu777/[email protected].3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY: ${{ secrets.GITHUB_REPOSITORY }}
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.5
3.0.2
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "https://rubygems.org"

gem 'jekyll', '~> 4.2', '>= 4.1.1'
gem 'bundler', '~> 2.2.6'
gem 'bundler', '~> 2.2.29'
gem 'kramdown'
gem 'rack-jekyll'
gem 'rack'
Expand All @@ -21,7 +21,6 @@ group :jekyll_plugins do
gem 'jekyll-gist', '~> 1.5.0'
gem 'jekyll-seo-tag', '~> 2.6.1'
gem 'jekyll-sitemap', '~> 1.4.0'
gem 'jekyll-menus', '~> 0.6.1'
gem 'jekyll-admin', '~> 0.11.0'
end

Expand All @@ -34,4 +33,5 @@ install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
end

# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?
gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?
gem "webrick", "~> 1.7"
7 changes: 3 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ GEM
jekyll (>= 3.7, < 5.0)
jekyll-gist (1.5.0)
octokit (~> 4.2)
jekyll-menus (0.6.1)
jekyll (>= 3.6, < 5.0)
jekyll-paginate (1.1.0)
jekyll-sass-converter (2.1.0)
sassc (> 2.0.1, < 3.0)
Expand Down Expand Up @@ -134,17 +132,17 @@ GEM
tzinfo (>= 1.0.0)
unicode-display_width (1.8.0)
wdm (0.1.1)
webrick (1.7.0)

PLATFORMS
x86_64-linux

DEPENDENCIES
bundler (~> 2.2.6)
bundler (~> 2.2.29)
jekyll (~> 4.2, >= 4.1.1)
jekyll-admin (~> 0.11.0)
jekyll-feed (~> 0.13.0)
jekyll-gist (~> 1.5.0)
jekyll-menus (~> 0.6.1)
jekyll-paginate (~> 1.1.0)
jekyll-seo-tag (~> 2.6.1)
jekyll-sitemap (~> 1.4.0)
Expand All @@ -156,6 +154,7 @@ DEPENDENCIES
tzinfo (~> 1.2)
tzinfo-data
wdm (~> 0.1.1)
webrick (~> 1.7)

BUNDLED WITH
2.2.29
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To get started follow this [Tutorial](https://devlopr.netlify.app/get-started)
$ git clone https://github.com/your_github_username/your_github_username.github.io.git
$ cd your_github_username
$ ruby -v
$ gem install bundler
$ gem install jekyll bundler
$ bundler -v
$ bundle update
$ bundle exec jekyll -v
Expand Down
1 change: 0 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ plugins:
- jekyll-gist
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-menus
- jekyll-admin

# Jekyll Admin Config
Expand Down
1 change: 0 additions & 1 deletion about.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: About
menus: header
layout: about-me
permalink: /about/
---
1 change: 0 additions & 1 deletion blog/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
title: Blog
menus: header
layout: blog
---
1 change: 0 additions & 1 deletion contact.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Contact
menus: header
layout: contact
permalink: /contact/
---
2 changes: 1 addition & 1 deletion devlopr.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "jekyll-gist", '~> 1.5.0'
spec.add_runtime_dependency "jekyll-admin", '~> 0.11.0'

spec.add_development_dependency "bundler", "~> 2.2.6"
spec.add_development_dependency "bundler", "~> 2.2.29"
spec.add_development_dependency "rake", "~> 12.0"
end
4 changes: 1 addition & 3 deletions install.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Get Started
menus: header
layout: page
permalink: /get-started/
---
Expand Down Expand Up @@ -72,7 +71,7 @@ For bundler :
```bash
$ gem install bundler
$ bundler -v
Bundler version 2.2.6
Bundler version 2.2.29
```
Add jekyll :

Expand Down Expand Up @@ -140,7 +139,6 @@ Hi ! This is sample post.
---
layout: page
title: Sample Page
menus: header
permalink: /sample-page/
---

Expand Down
1 change: 0 additions & 1 deletion shop.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Shop
menus: header
layout: product
permalink: /shop/
---
1 change: 0 additions & 1 deletion sponsors.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Our Sponsors
menus: header
layout: page
permalink: /sponsors/
---
Expand Down
1 change: 0 additions & 1 deletion styleguide.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Styleguide
menus: header
layout: page
permalink: /styleguide/
---
Expand Down

1 comment on commit 0f28473

@vercel
Copy link

@vercel vercel bot commented on 0f28473 Oct 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.