Skip to content

Commit ddbe289

Browse files
committed
fix: jekyll: config generate images correctly
1 parent df3ca76 commit ddbe289

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

_config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
title: Bitcoin Core Onboarding
2222
2323
description: >- # this means to ignore newlines until "baseurl:"
24-
Bitcoin Core developer obboarding documentation
24+
Bitcoin Core developer onboarding documentation
2525
baseurl: "" # the subpath of your site, e.g. /blog
2626
url: "https://bitcoincore.academy" # the base hostname & protocol for your site, e.g. http://example.com
2727
twitter_username: chaincodelabs
@@ -30,14 +30,16 @@ github_username: chaincodelabs
3030
# Build settings
3131
theme: just-the-docs
3232
plugins:
33+
- asciidoctor-diagram
3334
- jekyll-feed
35+
- jekyll-asciidoc
3436

3537
asciidoc:
3638
processor: asciidoctor
3739

3840
asciidoctor:
3941
attributes:
40-
imagesdir: images
42+
imagesdir: /images
4143
mermaid-config: mermaid-config.json
4244
mermaid-format: svg
4345
mermaid-puppeteer-config: puppeteer-config.json

0 commit comments

Comments
 (0)