diff --git a/Docs/Gemfile b/Docs/Gemfile index 6586f6e..0fc59cd 100644 --- a/Docs/Gemfile +++ b/Docs/Gemfile @@ -9,10 +9,13 @@ source "https://rubygems.org" # Happy Jekylling! # gem "jekyll", "~> 4.3.3" # This is the default theme for new Jekyll sites. You may change this to anything you like. -gem "minima", "~> 2.5" +# gem "minima", "~> 2.5" + # If you want to use GitHub Pages, remove the "gem "jekyll"" above and # uncomment the line below. To upgrade, run `bundle update github-pages`. gem "github-pages", group: :jekyll_plugins +gem "jekyll-include-cache", group: :jekyll_plugins + # If you have any plugins, put them here! group :jekyll_plugins do gem "jekyll-feed", "~> 0.12" diff --git a/Docs/Gemfile.lock b/Docs/Gemfile.lock index 02b2ede..a3d0697 100644 --- a/Docs/Gemfile.lock +++ b/Docs/Gemfile.lock @@ -282,7 +282,7 @@ DEPENDENCIES github-pages http_parser.rb (~> 0.6.0) jekyll-feed (~> 0.12) - minima (~> 2.5) + jekyll-include-cache tzinfo (>= 1, < 3) tzinfo-data wdm (~> 0.1.1) diff --git a/Docs/_config.yml b/Docs/_config.yml index ef7ba7c..a52e370 100644 --- a/Docs/_config.yml +++ b/Docs/_config.yml @@ -24,15 +24,17 @@ description: >- # this means to ignore newlines until "baseurl:" Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description. -baseurl: "" # the subpath of your site, e.g. /blog -url: "" # the base hostname & protocol for your site, e.g. http://example.com -twitter_username: jekyllrb -github_username: jekyll +url: "https://pseudo-lab.github.io/data-scientist-with-python" # the base hostname & protocol for your site, e.g. http://example.com +#baseurl: "/Docs" # the subpath of your site, e.g. /blog + +#twitter_username: +github_username: data-scientist-with-python # Build settings -theme: minima +remote_theme: "mmistakes/minimal-mistakes@4.24.0" plugins: - jekyll-feed + - jekyll-include-cache # Exclude from processing. # The following items will not be processed, by default.