Skip to content

Commit

Permalink
fix workflow try #4
Browse files Browse the repository at this point in the history
  • Loading branch information
LZhengisme committed Jan 22, 2025
1 parent ec582f3 commit 8154314
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 17 deletions.
23 changes: 13 additions & 10 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
source 'https://rubygems.org'

gem 'jekyll'

# Core plugins that directly affect site building
group :jekyll_plugins do
gem 'classifier-reborn'
gem 'jekyll'
gem 'jekyll-archives'
gem 'jekyll-diagrams'
gem 'jekyll-email-protect'
gem 'jekyll-feed'
gem 'jekyll-get-json'
Expand All @@ -15,19 +16,21 @@ group :jekyll_plugins do
gem 'jekyll-regex-replace'
gem 'jekyll-scholar'
gem 'jekyll-sitemap'
gem 'jekyll-target-blank'
gem 'jekyll-tabs'
gem 'jekyll-toc'
gem 'jekyll-twitter-plugin'
gem 'jekyll-redirect-from'
gem 'jemoji'
gem 'mini_racer'
gem 'unicode_utils'
gem 'webrick'
gem 'jekyll-loading-lazy'

gem 'classifier-reborn' # used for content categorization during the build
end

# Gems for development or external data fetching (outside :jekyll_plugins)
group :other_plugins do
gem 'css_parser'
gem 'feedjira'
gem 'httparty'
end
gem 'observer' # used by jekyll-scholar
gem 'ostruct' # used by jekyll-twitter-plugin
# gem 'unicode_utils' -- should be already installed by jekyll
# gem 'webrick' -- should be already installed by jekyll
end
17 changes: 10 additions & 7 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,22 +160,25 @@ keep_files:
- .nojekyll
- .git

# Plug-ins
# Plug-ins
plugins:
- jekyll-archives
- jekyll-diagrams
- jekyll-email-protect
- jekyll-feed
- jekyll-get-json
- jekyll-imagemagick
- jekyll-jupyter-notebook
- jekyll-link-attributes
- jekyll-minifier
- jekyll-paginate-v2
- jekyll-regex-replace
- jekyll/scholar
- jekyll-sitemap
- jekyll-target-blank
- jekyll-tabs
- jekyll-toc
- jekyll-twitter-plugin
- jekyll-redirect-from
- jemoji
- jekyll-loading-lazy

# Sitemap settings
defaults:
Expand Down Expand Up @@ -269,9 +272,9 @@ imagemagick:
# Jekyll Diagrams
# -----------------------------------------------------------------------------

jekyll-diagrams:
# configuration, see https://github.com/zhustec/jekyll-diagrams.
# feel free to comment out this section if not using jekyll diagrams.
# jekyll-diagrams:
# # configuration, see https://github.com/zhustec/jekyll-diagrams.
# # feel free to comment out this section if not using jekyll diagrams.


# -----------------------------------------------------------------------------
Expand Down

0 comments on commit 8154314

Please sign in to comment.