Skip to content

Commit

Permalink
Replace remote_markdown plugin
Browse files Browse the repository at this point in the history
with jekyll-remote-include
  • Loading branch information
DogmaDragon committed Jul 1, 2023
1 parent 6eb7c41 commit a959377
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 47 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ gem "just-the-docs"
group :jekyll_plugins do
gem "jekyll-remote-theme", "~> 0.4.2"
gem 'jemoji'
gem 'jekyll-remote-include', '~> 1.0', '>= 1.0.2'
end
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ GEM
rouge (~> 3.0)
safe_yaml (~> 1.0)
terminal-table (~> 2.0)
jekyll-remote-include (1.0.2)
jekyll-remote-theme (0.4.3)
addressable (~> 2.0)
jekyll (>= 3.5, < 5.0)
Expand Down Expand Up @@ -94,6 +95,7 @@ PLATFORMS
x64-mingw-ucrt

DEPENDENCIES
jekyll-remote-include (~> 1.0, >= 1.0.2)
jekyll-remote-theme (~> 0.4.2)
jemoji
just-the-docs
Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ remote_theme: just-the-docs/just-the-docs
plugins:
- jekyll-remote-theme
- jemoji
- jekyll-remote-include
exclude: ["Gemfile", "Gemfile.lock", "LICENSE", "CONTRIBUTING.md", "README.md",]

title: Stash-Docs
Expand Down
46 changes: 0 additions & 46 deletions _plugins/remote_markdown.rb

This file was deleted.

2 changes: 1 addition & 1 deletion add-ons/scrapers/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ grand_parent: Add-ons
{:toc}
</details>

{% remote_markdown https://raw.githubusercontent.com/stashapp/CommunityScrapers/master/SCRAPERS-LIST.md %}
{% remote_include https://raw.githubusercontent.com/stashapp/CommunityScrapers/master/SCRAPERS-LIST.md %}

0 comments on commit a959377

Please sign in to comment.