Skip to content

Commit aca44f4

Browse files
committed
update gemfile
1 parent 4e978dc commit aca44f4

File tree

3 files changed

+4
-70
lines changed

3 files changed

+4
-70
lines changed

.github/workflows/jekyll.yml

-64
This file was deleted.

Gemfile

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
source 'https://rubygems.org'
22

3-
gem 'jekyll', '~> 4.2', '>= 4.2.2'
4-
gem 'jekyll-sass-converter', '~> 2.2'
5-
gem 'jekyll-redirect-from', '~> 0.16.0'
3+
gem "github-pages", "~> 227", group: :jekyll_plugins
4+
# gem 'jekyll', '~> 4.2', '>= 4.2.2'
5+
# gem 'jekyll-sass-converter', '~> 2.2'
6+
# gem 'jekyll-redirect-from', '~> 0.16.0'
67

78
group :jekyll_plugins do
89
gem "webrick", "~> 1.7"

_config.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# Site settings
22
title: Music Encoding Initiative
33
4-
baseurl: "music-encoding.github.io/"
5-
style_baseurl: "music-encoding.github.io/"
6-
url: "https://felix-commits.github.io/music-encoding.github.io/" # the base hostname & protocol for your site
74
twitter_username: music-encoding
85

96
# Build settings

0 commit comments

Comments
 (0)