diff --git a/_config.yml b/_config.yml index 569dede..3045b55 100644 --- a/_config.yml +++ b/_config.yml @@ -17,7 +17,7 @@ title: Sleep as Android email: info@urbandroid.org description: >- # this means to ignore newlines until "baseurl:" Documentation site for Sleep as Android (a sleep tracking, sleep cycle Android app) -baseurl: "/" # the subpath of your site, e.g. /blog +baseurl: "/docs" # the subpath of your site, e.g. /blog url: "http://localhost:4000" # the base hostname & protocol for your site, e.g. http://example.com twitter_username: UrbandroidTeam @@ -54,7 +54,7 @@ asciidoctor: template_dir: _templates attributes: xrefstyle: full - imagesdir: /assets/images + imagesdir: assets/images iconsdir: '{imagesdir}/../icons' hardbreaks: true icons: '' diff --git a/_includes/head.html b/_includes/head.html index e5ea5e9..185f089 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -19,8 +19,8 @@ {% assign cacheBust = site.time | date:'?v=%s' %} - - + + diff --git a/_layouts/home.html b/_layouts/home.html index 6971dfa..62af8af 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -8,7 +8,7 @@