From a209ed9c968e891e03bc3f11e005a33a2ba81df4 Mon Sep 17 00:00:00 2001 From: Colm Morgan Date: Tue, 8 Aug 2017 23:10:02 +0100 Subject: [PATCH] Resolve incorrect main.scss file Also resolved in https://github.com/empowerhack/DrawMyLife-Website/pull/64 so should be consolidated perhaps. --- _config.yml | 2 +- src/{css => _sass}/main.scss | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) rename src/{css => _sass}/main.scss (87%) diff --git a/_config.yml b/_config.yml index 0493e3a..ab1257d 100644 --- a/_config.yml +++ b/_config.yml @@ -19,7 +19,7 @@ description: > # this means to ignore newlines until "baseurl:" Draw My Life is inspired by how children's art therapy in the field can become a basis for better data around the needs and experience of refugee children. -baseurl: "/public" # the subpath of your site, e.g. /blog +baseurl: "/" # the subpath of your site, e.g. /blog url: "https://drawmylife.org" twitter_username: drawmylifeteam diff --git a/src/css/main.scss b/src/_sass/main.scss similarity index 87% rename from src/css/main.scss rename to src/_sass/main.scss index 861bca0..0f4fd8d 100644 --- a/src/css/main.scss +++ b/src/_sass/main.scss @@ -1,6 +1,3 @@ ---- ---- - @import "background"; @import "coming_soon"; @import "button";