From f3d6e95fc45c7d8b031e9c89aa931fd57ca6575d Mon Sep 17 00:00:00 2001 From: Jason Etcovitch Date: Fri, 8 May 2020 17:01:31 -0400 Subject: [PATCH] Comment out `baseurl` --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index ba31e87..dfc7a05 100755 --- a/_config.yml +++ b/_config.yml @@ -1,7 +1,7 @@ timezone: Europe/Berlin future: false # Set baseurl to the base path of the site eg "/mytalk" -baseurl: "/github-slideshow" +# baseurl: "/github-slideshow" # The allowed values are 'rouge', 'pygments' or null. highlighter: rouge # markdown - Valid options are [ maruku | rdiscount | kramdown | redcarpet ]