Skip to content

Commit

Permalink
add gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yjmantilla committed Jun 14, 2024
1 parent dacd1e7 commit 189104f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ _site/
.sass-cache/
.jekyll-cache/
.jekyll-metadata
*Gemfile*
Gemfile.lock
10 changes: 10 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# frozen_string_literal: true

source "https://rubygems.org"

# gem "rails"
gem "webrick"
gem "github-pages", group: :jekyll_plugins
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
#gem "jekyll-theme-simplex"
gem "minima"

0 comments on commit 189104f

Please sign in to comment.