From 9f6e14bb4cb3047c04928a78e973f1e36b23b6a6 Mon Sep 17 00:00:00 2001 From: wooksong Date: Fri, 12 Apr 2024 10:29:40 +0000 Subject: [PATCH] Apply minimal-mistakes theme --- Docs/Gemfile | 3 ++- Docs/Gemfile.lock | 9 ++++++++- Docs/_config.yml | 8 ++++---- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/Docs/Gemfile b/Docs/Gemfile index 6586f6e..e3eb769 100644 --- a/Docs/Gemfile +++ b/Docs/Gemfile @@ -9,7 +9,8 @@ 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" +gem "minimal-mistakes-jekyll" # 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 diff --git a/Docs/Gemfile.lock b/Docs/Gemfile.lock index 02b2ede..cc5c065 100644 --- a/Docs/Gemfile.lock +++ b/Docs/Gemfile.lock @@ -218,6 +218,13 @@ GEM jekyll (>= 3.5, < 5.0) jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) + minimal-mistakes-jekyll (4.24.0) + jekyll (>= 3.7, < 5.0) + jekyll-feed (~> 0.1) + jekyll-gist (~> 1.5) + jekyll-include-cache (~> 0.1) + jekyll-paginate (~> 1.1) + jekyll-sitemap (~> 1.3) minitest (5.22.3) mutex_m (0.2.0) net-http (0.4.1) @@ -282,7 +289,7 @@ DEPENDENCIES github-pages http_parser.rb (~> 0.6.0) jekyll-feed (~> 0.12) - minima (~> 2.5) + minimal-mistakes-jekyll tzinfo (>= 1, < 3) tzinfo-data wdm (~> 0.1.1) diff --git a/Docs/_config.yml b/Docs/_config.yml index ef7ba7c..cec37d3 100644 --- a/Docs/_config.yml +++ b/Docs/_config.yml @@ -24,13 +24,13 @@ 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 +baseurl: "/Docs" # the subpath of your site, e.g. /blog +url: "https://pseudo-lab.github.io/data-scientist-with-python/" # the base hostname & protocol for your site, e.g. http://example.com twitter_username: jekyllrb -github_username: jekyll +github_username: # Build settings -theme: minima +theme: minimal-mistakes-jekyll plugins: - jekyll-feed