Skip to content

Commit

Permalink
Cambios en el Gemfile para usar tema remoto
Browse files Browse the repository at this point in the history
  • Loading branch information
puchy22 committed Oct 16, 2023
1 parent 828abf8 commit 76d8b3a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 30 deletions.
17 changes: 16 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
source "https://rubygems.org"
gemspec

gem "github-pages", group: :jekyll_plugins

gem "tzinfo-data"
gem "wdm", "~> 0.1.0" if Gem.win_platform?

# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-paginate"
gem "jekyll-sitemap"
gem "jekyll-gist"
gem "jekyll-feed"
gem "jemoji"
gem "jekyll-include-cache"
gem "jekyll-algolia"
end
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
# Review documentation to determine if you should use `theme` or `remote_theme`
# https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/#installing-the-theme

theme : "minimal-mistakes-jekyll"
# remote_theme : "mmistakes/minimal-mistakes"
#theme : "minimal-mistakes-jekyll"
remote_theme : "mmistakes/minimal-mistakes"
minimal_mistakes_skin : "dark" # "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"

# Site Settings
Expand Down
27 changes: 0 additions & 27 deletions minimal-mistakes-jekyll.gemspec

This file was deleted.

0 comments on commit 76d8b3a

Please sign in to comment.