From 06474f24da354bd04ec30bea844b448b6fcff877 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Thu, 1 Mar 2018 15:30:14 +0100 Subject: KVision site with Jekyll --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 8412043f..b5bc9dfc 100644 --- a/_config.yml +++ b/_config.yml @@ -18,7 +18,7 @@ author: Robert Jaros email: rjaros@treksoft.pl description: >- # this means to ignore newlines until "baseurl:" Object oriented Web UI framework for Kotlin/JS. -baseurl: "" # the subpath of your site, e.g. /blog +baseurl: "/kvision" # the subpath of your site, e.g. /blog url: "https://rjaros.github.io" # the base hostname & protocol for your site, e.g. http://example.com github_username: rjaros/kvision -- cgit