diff --git a/.gitignore b/.gitignore index 16182c5..3b01849 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -/_site \ No newline at end of file +/_site +/tmp diff --git a/.travis.yml b/.travis.yml index 7eae489..d0aa90e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,9 +7,8 @@ branches: only: - gh-pages -rvm: - - 2.2.3 -script: bundle exec jekyll build && htmlproof --check-html --disable-external ./_site +rvm: 2.2.3 +script: bundle exec jekyll build && bundle exec htmlproofer --check-html --disable-external ./_site --file-ignore ./_site/index.html install: bundle install env: diff --git a/Gemfile.lock b/Gemfile.lock index 0c2041a..afee69c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -22,24 +22,25 @@ GEM multipart-post (>= 1.2, < 3) ffi (1.9.10) gemoji (2.1.0) - github-pages (66) + github-pages (74) RedCloth (= 4.2.9) github-pages-health-check (= 1.1.0) - jekyll (= 3.0.3) + jekyll (= 3.0.4) jekyll-coffeescript (= 1.0.1) - jekyll-feed (= 0.4.0) + jekyll-feed (= 0.5.1) jekyll-gist (= 1.4.0) - jekyll-github-metadata (= 1.9.0) + jekyll-github-metadata (= 1.11.1) jekyll-mentions (= 1.1.2) jekyll-paginate (= 1.1.0) jekyll-redirect-from (= 0.10.0) jekyll-sass-converter (= 1.3.0) - jekyll-seo-tag (= 1.3.2) + jekyll-seo-tag (= 1.3.3) jekyll-sitemap (= 0.10.0) jekyll-textile-converter (= 0.1.0) jemoji (= 0.6.2) kramdown (= 1.10.0) liquid (= 3.0.6) + listen (= 3.0.6) mercenary (~> 0.3) rdiscount (= 2.1.8) redcarpet (= 3.3.3) @@ -51,10 +52,10 @@ GEM octokit (~> 4.0) public_suffix (~> 1.4) typhoeus (~> 0.7) - html-pipeline (2.3.0) + html-pipeline (2.4.0) activesupport (>= 2, < 5) nokogiri (>= 1.4) - html-proofer (3.0.4) + html-proofer (3.0.5) activesupport (~> 4.2) addressable (~> 2.3) colored (~> 1.2) @@ -64,7 +65,7 @@ GEM typhoeus (~> 0.7) yell (~> 2.0) i18n (0.7.0) - jekyll (3.0.3) + jekyll (3.0.4) colorator (~> 0.1) jekyll-sass-converter (~> 1.0) jekyll-watch (~> 1.1) @@ -75,10 +76,10 @@ GEM safe_yaml (~> 1.0) jekyll-coffeescript (1.0.1) coffee-script (~> 2.2) - jekyll-feed (0.4.0) + jekyll-feed (0.5.1) jekyll-gist (1.4.0) octokit (~> 4.2) - jekyll-github-metadata (1.9.0) + jekyll-github-metadata (1.11.1) octokit (~> 4.0) jekyll-mentions (1.1.2) html-pipeline (~> 2.3) @@ -88,7 +89,7 @@ GEM jekyll (>= 2.0) jekyll-sass-converter (1.3.0) sass (~> 3.2) - jekyll-seo-tag (1.3.2) + jekyll-seo-tag (1.3.3) jekyll (~> 3.0) jekyll-sitemap (0.10.0) jekyll-textile-converter (0.1.0) @@ -105,7 +106,7 @@ GEM listen (3.0.6) rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9.7) - mercenary (0.3.5) + mercenary (0.3.6) mini_portile2 (2.0.0) minitest (5.8.4) multipart-post (2.0.0) @@ -114,7 +115,7 @@ GEM mini_portile2 (~> 2.0.0.rc2) octokit (4.3.0) sawyer (~> 0.7.0, >= 0.5.3) - parallel (1.6.2) + parallel (1.8.0) public_suffix (1.5.3) rb-fsevent (0.9.7) rb-inotify (0.9.7) @@ -123,7 +124,7 @@ GEM redcarpet (3.3.3) rouge (1.10.1) safe_yaml (1.0.4) - sass (3.4.21) + sass (3.4.22) sawyer (0.7.0) addressable (>= 2.3.5, < 2.5) faraday (~> 0.8, < 0.10) @@ -133,7 +134,7 @@ GEM ethon (>= 0.8.0) tzinfo (1.2.2) thread_safe (~> 0.1) - yell (2.0.5) + yell (2.0.6) PLATFORMS ruby @@ -143,4 +144,4 @@ DEPENDENCIES html-proofer BUNDLED WITH - 1.10.6 + 1.11.2 diff --git a/_layouts/default.html b/_layouts/default.html index 6431752..2842bdf 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -5,9 +5,9 @@ - - - + + +