jekyll: create plugin to fetch remote resources

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2022-05-18 18:20:24 +02:00
parent a2d43f4584
commit b65866f2a6
7 changed files with 142 additions and 79 deletions

View File

@@ -11,7 +11,7 @@ target "release" {
args = {
JEKYLL_ENV = JEKYLL_ENV
}
no-cache-filter = ["upstream-resources"]
no-cache-filter = ["generate"]
output = ["./_site"]
}