diff --git a/_config.yml b/_config.yml index 3045b55..c6fc63f 100644 --- a/_config.yml +++ b/_config.yml @@ -54,7 +54,7 @@ asciidoctor: template_dir: _templates attributes: xrefstyle: full - imagesdir: assets/images + imagesdir: '{site-baseurl}/assets/images' iconsdir: '{imagesdir}/../icons' hardbreaks: true icons: '' diff --git a/deploy.yml b/deploy.yml index d7a1384..3e5b2b1 100644 --- a/deploy.yml +++ b/deploy.yml @@ -1,2 +1,3 @@ url: "https://sleep.urbandroid.org" # the base hostname & protocol for your site, e.g. http://example.com +baseurl: '/docs' debug: false