Skip to content

Commit

Permalink
Apply minimal-mistakes theme
Browse files Browse the repository at this point in the history
  • Loading branch information
wooksong committed Apr 12, 2024
1 parent d2596c6 commit 9f6e14b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
3 changes: 2 additions & 1 deletion Docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 8 additions & 1 deletion Docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
8 changes: 4 additions & 4 deletions Docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9f6e14b

Please sign in to comment.