Skip to content

Commit 1ac4b0d

Browse files
committed
feat: add beautifull jekyll theme
1 parent 819f06d commit 1ac4b0d

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

docs/Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ source "https://rubygems.org"
99
# Happy Jekylling!
1010
# gem "jekyll", "~> 4.4.1"
1111
# This is the default theme for new Jekyll sites. You may change this to anything you like.
12-
gem "minima", "~> 2.5"
12+
gem "beautiful-jekyll-theme", "6.0.1"
1313
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1414
# uncomment the line below. To upgrade, run `bundle update github-pages`.
15-
gem "github-pages", "~> 232", group: :jekyll_plugins
15+
gem "github-pages", "~> 228", group: :jekyll_plugins
1616
# If you have any plugins, put them here!
1717
group :jekyll_plugins do
1818
gem "jekyll-feed", "~> 0.12"

docs/_config.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,11 @@ description: >- # this means to ignore newlines until "baseurl:"
2424
Write an awesome description for your new site here. You can edit this
2525
line in _config.yml. It will appear in your document head meta (for
2626
Google search results) and in your feed.xml site description.
27-
baseurl: "/ada-2025-project-othertagada/" # the subpath of your site, e.g. /blog
27+
baseurl: "/ada-2025-project-othertagada" # the subpath of your site, e.g. /blog
2828
url: "https://epfl-ada.github.io" # the base hostname & protocol for your site, e.g. http://example.com
29-
twitter_username: jekyllrb
30-
github_username: jekyll
3129

3230
# Build settings
33-
theme: minima
31+
remote_theme: daattali/beautiful-jekyll@6.0.1
3432
plugins:
3533
- jekyll-feed
3634

0 commit comments

Comments
 (0)