From 391481ea4f15dada7958ee577f287707d6b0ede7 Mon Sep 17 00:00:00 2001 From: Glen Cheney Date: Mon, 18 Apr 2016 17:38:11 -0700 Subject: [PATCH] Update docs --- .npmignore | 1 - .travis.yml | 2 - CONTRIBUTING.md | 9 +- LICENSE | 2 +- _config.yml | 2 +- _config_dev.yml | 1 + _posts/2013-05-02-compound-filters.html | 19 ++- _posts/2014-04-09-requirejs.html | 2 +- .../{gallery.scss => _compound-filters.scss} | 61 ++++------ _scss/_type.scss | 3 +- _scss/style.scss | 1 + bower.json | 5 +- css/gallery.css | 109 ----------------- css/style.css | 113 +++++++++++++++++- gulp/tasks/css.js | 1 - index.html | 5 +- js/page.js | 16 +-- package.json | 1 + 18 files changed, 170 insertions(+), 183 deletions(-) rename _scss/{gallery.scss => _compound-filters.scss} (76%) delete mode 100644 css/gallery.css diff --git a/.npmignore b/.npmignore index 16767d5..0bb1232 100644 --- a/.npmignore +++ b/.npmignore @@ -14,7 +14,6 @@ temp css img js -Gruntfile.js gulpfile.js favicon.png index.html diff --git a/.travis.yml b/.travis.yml index c435569..24a8ab9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,3 @@ language: node_js node_js: - "5" -before_install: - - npm install -g gulp diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a0b9b49..a505fe4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,12 +1,11 @@ ## Running locally -This project uses [Jekyll](http://jekyllrb.com/). -* Head over to [their quickstart guide](http://jekyllrb.com/docs/quickstart/) to setup jekyll. +This project uses [Jekyll](https://jekyllrb.com/). +* Head over to [their quickstart guide](https://jekyllrb.com/docs/quickstart/) to setup jekyll. * Install npm dependencies `npm install`. -* Run `grunt serve` to tell Jekyll to watch for changes. -* To watch for and compile changes to scss and shuffle src js files, run `grunt watch` in a separate tab. +* Run `npm run watch` to rebuild, start the jekyll server, and watch for changes. * go to `http://localhost:4000` to see it. ## Submitting Issues -All bug reports and issues **require** a [reduced test case](http://css-tricks.com/reduced-test-cases/). Take a look at the GitHub [contributing guide](https://guides.github.com/activities/contributing-to-open-source/index.html). For demo links, please use things like [CodePen](http://codepen.io/), [JSFiddle](http://jsfiddle.net/), or [JS Bin](http://jsbin.com/) to create reduced test cases. For more best practices when contributing, check out [html5boilerplate's guide](https://github.com/h5bp/html5-boilerplate/blob/master/CONTRIBUTING.md). +All bug reports and issues **require** a [reduced test case](https://css-tricks.com/reduced-test-cases/). Take a look at the GitHub [contributing guide](https://guides.github.com/activities/contributing-to-open-source/index.html). For demo links, please use things like [CodePen](http://codepen.io/), [JSFiddle](https://jsfiddle.net/), or [JS Bin](https://jsbin.com/) to create reduced test cases. For more best practices when contributing, check out [html5boilerplate's guide](https://github.com/h5bp/html5-boilerplate/blob/master/CONTRIBUTING.md). Without a reduced test case, your issue may be closed. diff --git a/LICENSE b/LICENSE index a1f8cba..27cf78c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014 Glen Cheney +Copyright (c) 2014-2016 Glen Cheney Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/_config.yml b/_config.yml index cd9f6fd..78123ca 100644 --- a/_config.yml +++ b/_config.yml @@ -24,7 +24,7 @@ permalink: /:title environment: production # Open graph and twitter cards require absolute urls -url: http://vestride.github.io +url: https://vestride.github.io # jekyll serve --watch --config _config.yml,_config_dev.yml baseurl: /Shuffle diff --git a/_config_dev.yml b/_config_dev.yml index 835171b..ca2ba51 100644 --- a/_config_dev.yml +++ b/_config_dev.yml @@ -1,6 +1,7 @@ # Options in this file override ones set in _config.yml +host: 0.0.0.0 environment: "development" url: http://localhost:4000 baseurl: "" diff --git a/_posts/2013-05-02-compound-filters.html b/_posts/2013-05-02-compound-filters.html index 1f57f1c..7a03be4 100644 --- a/_posts/2013-05-02-compound-filters.html +++ b/_posts/2013-05-02-compound-filters.html @@ -4,7 +4,6 @@ title: Shuffle Compound Filters Demo description: A demo with compound filtering image: /demos/adaptive.jpg extraJS: [ "demos/compound-filters.js" ] -extraCSS: [ "/css/gallery.css" ] prism: true --- @@ -14,13 +13,13 @@ prism: true -