Skip to content

Commit

Permalink
add baseurl to cross references
Browse files Browse the repository at this point in the history
  • Loading branch information
Artaud committed Jan 5, 2024
1 parent d330850 commit ca42126
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ asciidoctor:
xrefstyle: full
imagesdir: '{site-baseurl}/assets/images'
iconsdir: '{imagesdir}/../icons'
relfileprefix: '{site-baseurl}'
hardbreaks: true
icons: ''
icontype: svg
Expand Down
2 changes: 1 addition & 1 deletion liveserve.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bundle exec jekyll liveserve
jekyll serve --watch

0 comments on commit ca42126

Please sign in to comment.