diff --git a/_config.yml b/_config.yml index c6fc63f..be52324 100644 --- a/_config.yml +++ b/_config.yml @@ -56,6 +56,7 @@ asciidoctor: xrefstyle: full imagesdir: '{site-baseurl}/assets/images' iconsdir: '{imagesdir}/../icons' + relfileprefix: '{site-baseurl}' hardbreaks: true icons: '' icontype: svg diff --git a/liveserve.sh b/liveserve.sh index 3fbebff..0d4324c 100755 --- a/liveserve.sh +++ b/liveserve.sh @@ -1 +1 @@ -bundle exec jekyll liveserve \ No newline at end of file +jekyll serve --watch