From 1d7c3f65ae41de53f08101556fa6ead0d1fc2f62 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/_config.yml | 8 ++++---- 2 files changed, 6 insertions(+), 5 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/_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