Skip to content

Commit

Permalink
Testing lazy image loading
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkosertic committed Mar 15, 2024
1 parent 8b9d1c9 commit 6bbe14a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- run: |
gem install coderay
gem install pygments.rb
gem install asciidoctor-lazy-images
which ruby
- uses: actions/setup-node@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ enableGitInfo = true
weight = 5

[markup.asciidocExt]
extensions = ["asciidoctor-kroki"]
extensions = ["asciidoctor-kroki", "asciidoctor-lazy-images"]
[markup.asciidocExt.attributes]
kroki-fetch-diagram = true

Expand Down

0 comments on commit 6bbe14a

Please sign in to comment.