From dbe201ec66a01c4ddf0f10896c4d21192080230d Mon Sep 17 00:00:00 2001 From: Tanya Powell Date: Sat, 3 Jun 2017 13:04:23 +0100 Subject: [PATCH] project setup tidy up after coming soon page launch --- Gemfile.lock | 26 +++++++++++++------------- _config.yml | 2 +- src/{css => _sass}/main.scss | 0 3 files changed, 14 insertions(+), 14 deletions(-) rename src/{css => _sass}/main.scss (100%) diff --git a/Gemfile.lock b/Gemfile.lock index 052df6c..68406f0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -39,7 +39,7 @@ GEM ffi (1.9.18) forwardable-extended (2.6.0) gemoji (3.0.0) - github-pages (137) + github-pages (139) activesupport (= 4.2.8) github-pages-health-check (= 1.3.3) jekyll (= 3.4.3) @@ -56,7 +56,7 @@ GEM jekyll-redirect-from (= 0.12.1) jekyll-relative-links (= 0.4.0) jekyll-sass-converter (= 1.5.0) - jekyll-seo-tag (= 2.2.2) + jekyll-seo-tag (= 2.2.3) jekyll-sitemap (= 1.0.0) jekyll-swiss (= 0.4.0) jekyll-theme-architect (= 0.0.4) @@ -68,7 +68,7 @@ GEM jekyll-theme-midnight (= 0.0.4) jekyll-theme-minimal (= 0.0.4) jekyll-theme-modernist (= 0.0.4) - jekyll-theme-primer (= 0.1.8) + jekyll-theme-primer (= 0.2.1) jekyll-theme-slate (= 0.0.4) jekyll-theme-tactile (= 0.0.4) jekyll-theme-time-machine (= 0.0.4) @@ -87,10 +87,10 @@ GEM octokit (~> 4.0) public_suffix (~> 2.0) typhoeus (~> 0.7) - html-pipeline (2.5.0) + html-pipeline (2.6.0) activesupport (>= 2) nokogiri (>= 1.4) - i18n (0.8.1) + i18n (0.8.4) jekyll (3.4.3) addressable (~> 2.4) colorator (~> 1.0) @@ -130,7 +130,7 @@ GEM jekyll (~> 3.3) jekyll-sass-converter (1.5.0) sass (~> 3.4) - jekyll-seo-tag (2.2.2) + jekyll-seo-tag (2.2.3) jekyll (~> 3.3) jekyll-sitemap (1.0.0) jekyll (~> 3.3) @@ -153,7 +153,7 @@ GEM jekyll (~> 3.3) jekyll-theme-modernist (0.0.4) jekyll (~> 3.3) - jekyll-theme-primer (0.1.8) + jekyll-theme-primer (0.2.1) jekyll (~> 3.3) jekyll-theme-slate (0.0.4) jekyll (~> 3.3) @@ -189,7 +189,7 @@ GEM pathutil (0.14.0) forwardable-extended (~> 2.6) public_suffix (2.0.5) - rack (1.6.6) + rack (1.6.8) rack-jekyll (0.5.0) jekyll (>= 1.3) listen (>= 1.3) @@ -199,21 +199,21 @@ GEM ffi (>= 0.5.0) rouge (1.11.1) safe_yaml (1.0.4) - sass (3.4.23) + sass (3.4.24) sawyer (0.8.1) addressable (>= 2.3.5, < 2.6) faraday (~> 0.8, < 1.0) sprockets (3.6.3) concurrent-ruby (~> 1.0) rack (> 1, < 3) - terminal-table (1.7.3) - unicode-display_width (~> 1.1.1) + terminal-table (1.8.0) + unicode-display_width (~> 1.1, >= 1.1.1) thread_safe (0.3.6) typhoeus (0.8.0) ethon (>= 0.8.0) tzinfo (1.2.3) thread_safe (~> 0.1) - unicode-display_width (1.1.3) + unicode-display_width (1.2.1) PLATFORMS ruby @@ -229,4 +229,4 @@ RUBY VERSION ruby 2.3.1p112 BUNDLED WITH - 1.14.6 + 1.13.2 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 100% rename from src/css/main.scss rename to src/_sass/main.scss