Skip to content

Commit aba3337

Browse files
Fix: Explicitly add theme to Gemfile and clean config
1 parent b1542bb commit aba3337

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

Gemfile

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
source "https://rubygems.org"
22

3-
# 基础框架
43
gem "jekyll"
5-
6-
# 你的主题 (必须显式安装!)
7-
gem "jekyll-theme-minimal"
8-
9-
# 你的插件 (必须放在 plugins 组里以确保加载)
10-
group :jekyll_plugins do
11-
gem "jekyll-scholar"
12-
end
4+
gem "jekyll-scholar"
5+
gem "jekyll-theme-minimal"

0 commit comments

Comments
 (0)