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 8baaab3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
5 changes: 4 additions & 1 deletion Docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion Docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
9 changes: 5 additions & 4 deletions Docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,16 @@ 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: "/data-scientist-with-python/Docs" # the subpath of your site, e.g. /blog
url: "https://pseudo-lab.github.io" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: jekyllrb
github_username: jekyll
github_username:

# Build settings
theme: minima
remote_theme: "mmistakes/[email protected]"
plugins:
- jekyll-feed
- jekyll-include-cache

# Exclude from processing.
# The following items will not be processed, by default.
Expand Down

0 comments on commit 8baaab3

Please sign in to comment.