Skip to content

Commit

Permalink
Fix _config.yml and gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
choiwd committed Oct 7, 2023
1 parent d9f44d6 commit af34157
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,4 @@ gem "github-pages", group: :jekyll_plugins
# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.12"
end

gem "jekyll", ENV["JEKYLL_VERSION"] if ENV["JEKYLL_VERSION"]
gem "kramdown-parser-gfm" if ENV["JEKYLL_VERSION"] == "~> 3.9"
end
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ remote_theme: allejo/[email protected]
plugins:
- jekyll-remote-theme # add this line to the plugins list if you already have one

theme: jekyll-docs-theme
#theme: jekyll-docs-theme

# name of the software
name: PyIMCLSTS
Expand Down

0 comments on commit af34157

Please sign in to comment.