From fd7ff3e7d28c5cd854ae3f2ab658ed8d5ccab86b Mon Sep 17 00:00:00 2001 From: Sean King Date: Thu, 20 Aug 2015 17:01:18 +1000 Subject: [PATCH] fetch assets from https. fixes #11 --- README.md | 2 +- config.yml | 2 +- content/docs/usage.md | 12 ++-- public/docs/index.html | 78 +++++++++++++------------- public/docs/index.xml | 80 +++++++++++++------------- public/home/index.html | 54 +++++++++--------- public/home/index.xml | 54 +++++++++--------- public/index.html | 80 +++++++++++++------------- public/index.xml | 90 +++++++++++++++--------------- public/sitemap.xml | 52 ++++++++--------- public/style.css | 14 ++--- src/styles/helpers/typography.styl | 4 +- 12 files changed, 261 insertions(+), 261 deletions(-) diff --git a/README.md b/README.md index 55dcd24..1091012 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- rucksack logo + rucksack logo

diff --git a/config.yml b/config.yml index ebb0df7..6e25ea3 100644 --- a/config.yml +++ b/config.yml @@ -1,5 +1,5 @@ --- -baseurl: "http://simplaio.github.io/rucksack" +baseurl: "https://simplaio.github.io/rucksack" languageCode: "en-au" title: "Rucksack | CSS Superpowers" dataDir: "src/data" diff --git a/content/docs/usage.md b/content/docs/usage.md index c024050..c6d3259 100644 --- a/content/docs/usage.md +++ b/content/docs/usage.md @@ -10,7 +10,7 @@ Since it's built on the [PostCSS ecosystem](https://github.com/postcss/postcss)

-{{% usage title="With Gulp" id="gulp" img="http://simplaio.github.io/rucksack/img/usage/gulp.png" %}} +{{% usage title="With Gulp" id="gulp" img="https://simplaio.github.io/rucksack/img/usage/gulp.png" %}} Rucksack has a Gulp plugin - [gulp-rucksack](https://github.com/simplaio/gulp-rucksack) @@ -51,7 +51,7 @@ gulp.task('rucksack', function() { {{% /usage %}} -{{% usage title="With Grunt" id="grunt" img="http://simplaio.github.io/rucksack/img/usage/grunt.png" %}} +{{% usage title="With Grunt" id="grunt" img="https://simplaio.github.io/rucksack/img/usage/grunt.png" %}} Rucksack has a Grunt plugin - [grunt-rucksack](https://github.com/simplaio/grunt-rucksack) @@ -80,7 +80,7 @@ grunt.registerTask('default', ['rucksack']); {{% /usage %}} -{{% usage title="With Broccoli" id="broccoli" img="http://simplaio.github.io/rucksack/img/usage/broccoli.png" %}} +{{% usage title="With Broccoli" id="broccoli" img="https://simplaio.github.io/rucksack/img/usage/broccoli.png" %}} Rucksack has a Broccoli plugin - [broccoli-rucksack](https://github.com/simplaio/broccoli-rucksack) @@ -97,7 +97,7 @@ tree = rucksack(tree, [options]); {{% /usage %}} -{{% usage title="Command Line" id="cli" img="http://simplaio.github.io/rucksack/img/usage/cli.png" %}} +{{% usage title="Command Line" id="cli" img="https://simplaio.github.io/rucksack/img/usage/cli.png" %}} Process CSS directly on the command line with the Rucksack CLI tool. It's comes bundled with Rucksack, so you can try it out straight away. @@ -126,7 +126,7 @@ Options: {{% /usage %}} -{{% usage title="With PostCSS" id="postcss" img="http://simplaio.github.io/rucksack/img/usage/postcss.png" %}} +{{% usage title="With PostCSS" id="postcss" img="https://simplaio.github.io/rucksack/img/usage/postcss.png" %}} Rucksack is built on PostCSS, and can be used as a PostCSS plugin. @@ -152,7 +152,7 @@ See the [PostCSS Docs](https://github.com/postcss/postcss) for examples for your {{% /usage %}} -{{% usage title="With Stylus" id="stylus" img="http://simplaio.github.io/rucksack/img/usage/stylus.png" %}} +{{% usage title="With Stylus" id="stylus" img="https://simplaio.github.io/rucksack/img/usage/stylus.png" %}} Rucksack can be used as a Stylus plugin with [PostStylus](https://github.com/seaneking/poststylus). diff --git a/public/docs/index.html b/public/docs/index.html index 93df6e2..c4ab313 100644 --- a/public/docs/index.html +++ b/public/docs/index.html @@ -19,50 +19,50 @@ - - + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - + + - + - - + + @@ -75,7 +75,7 @@ - +
- +

Rucksack has a Gulp plugin - gulp-rucksack

Install with npm

@@ -178,14 +178,14 @@

Installation & Usage - + With Grunt

- +

Rucksack has a Grunt plugin - grunt-rucksack

Install it via npm

@@ -215,14 +215,14 @@

Installation & Usage - + With Broccoli

- +

Rucksack has a Broccoli plugin - broccoli-rucksack

Install via npm

@@ -241,14 +241,14 @@

Installation & Usage - + Command Line

- +

Process CSS directly on the command line with the Rucksack CLI tool. It’s comes bundled with Rucksack, so you can try it out straight away.

First install the Rucksack npm module globally

@@ -279,14 +279,14 @@

Installation & Usage - + With PostCSS

- +

Rucksack is built on PostCSS, and can be used as a PostCSS plugin.

First install the npm module

@@ -314,14 +314,14 @@

Installation & Usage - + With Stylus

- +

Rucksack can be used as a Stylus plugin with PostStylus.

First install the npm module

diff --git a/public/docs/index.xml b/public/docs/index.xml index 395c4cd..cdd7383 100644 --- a/public/docs/index.xml +++ b/public/docs/index.xml @@ -2,18 +2,18 @@ Docs on Rucksack | CSS Superpowers - http://simplaio.github.io/rucksack/docs/ + https://simplaio.github.io/rucksack/docs/ Recent content in Docs on Rucksack | CSS Superpowers Hugo -- gohugo.io en-au - + Installation & Usage - http://simplaio.github.io/rucksack/docs/usage/ + https://simplaio.github.io/rucksack/docs/usage/ Mon, 01 Jan 0001 00:00:00 +0000 - http://simplaio.github.io/rucksack/docs/usage/ + https://simplaio.github.io/rucksack/docs/usage/ <p>Integrating Rucksack into your workflow is easy. There are plugins for most build tools, and an <a href="https://www.npmjs.com/package/rucksack-css">npm module</a> to integrate it manually or process your CSS directly on the command line.</p> <p>Since it&rsquo;s built on the <a href="https://github.com/postcss/postcss">PostCSS ecosystem</a> it plays nice with all other CSS pre and post processors, and can even integrate into Stylus directly.</p> @@ -22,14 +22,14 @@ <div class="usage__trigger"> <a data-remodal-target='gulp'> - <img src='http://simplaio.github.io/rucksack/img/usage/gulp.png' class="usage__trigger__logo" /> + <img src='https://simplaio.github.io/rucksack/img/usage/gulp.png' class="usage__trigger__logo" /> <span class="usage__trigger__title">With Gulp</span> </a> </div> <div class="usage__modal remodal" data-remodal-id='gulp'> <span class="remodal-close" data-remodal-action="close" data-icon="x"></span> - <img src='http://simplaio.github.io/rucksack/img/usage/gulp.png' alt="" class="usage__modal__logo" /> + <img src='https://simplaio.github.io/rucksack/img/usage/gulp.png' alt="" class="usage__modal__logo" /> <p>Rucksack has a Gulp plugin - <a href="https://github.com/simplaio/gulp-rucksack">gulp-rucksack</a></p> <p>Install with npm</p> @@ -69,14 +69,14 @@ gulp.task('rucksack', function() { <div class="usage__trigger"> <a data-remodal-target='grunt'> - <img src='http://simplaio.github.io/rucksack/img/usage/grunt.png' class="usage__trigger__logo" /> + <img src='https://simplaio.github.io/rucksack/img/usage/grunt.png' class="usage__trigger__logo" /> <span class="usage__trigger__title">With Grunt</span> </a> </div> <div class="usage__modal remodal" data-remodal-id='grunt'> <span class="remodal-close" data-remodal-action="close" data-icon="x"></span> - <img src='http://simplaio.github.io/rucksack/img/usage/grunt.png' alt="" class="usage__modal__logo" /> + <img src='https://simplaio.github.io/rucksack/img/usage/grunt.png' alt="" class="usage__modal__logo" /> <p>Rucksack has a Grunt plugin - <a href="https://github.com/simplaio/grunt-rucksack">grunt-rucksack</a></p> <p>Install it via npm</p> @@ -106,14 +106,14 @@ grunt.registerTask('default', ['rucksack']); <div class="usage__trigger"> <a data-remodal-target='broccoli'> - <img src='http://simplaio.github.io/rucksack/img/usage/broccoli.png' class="usage__trigger__logo" /> + <img src='https://simplaio.github.io/rucksack/img/usage/broccoli.png' class="usage__trigger__logo" /> <span class="usage__trigger__title">With Broccoli</span> </a> </div> <div class="usage__modal remodal" data-remodal-id='broccoli'> <span class="remodal-close" data-remodal-action="close" data-icon="x"></span> - <img src='http://simplaio.github.io/rucksack/img/usage/broccoli.png' alt="" class="usage__modal__logo" /> + <img src='https://simplaio.github.io/rucksack/img/usage/broccoli.png' alt="" class="usage__modal__logo" /> <p>Rucksack has a Broccoli plugin - <a href="https://github.com/simplaio/broccoli-rucksack">broccoli-rucksack</a></p> <p>Install via npm</p> @@ -132,14 +132,14 @@ tree = rucksack(tree, [options]); <div class="usage__trigger"> <a data-remodal-target='cli'> - <img src='http://simplaio.github.io/rucksack/img/usage/cli.png' class="usage__trigger__logo" /> + <img src='https://simplaio.github.io/rucksack/img/usage/cli.png' class="usage__trigger__logo" /> <span class="usage__trigger__title">Command Line</span> </a> </div> <div class="usage__modal remodal" data-remodal-id='cli'> <span class="remodal-close" data-remodal-action="close" data-icon="x"></span> - <img src='http://simplaio.github.io/rucksack/img/usage/cli.png' alt="" class="usage__modal__logo" /> + <img src='https://simplaio.github.io/rucksack/img/usage/cli.png' alt="" class="usage__modal__logo" /> <p>Process CSS directly on the command line with the Rucksack CLI tool. It&rsquo;s comes bundled with Rucksack, so you can try it out straight away.</p> <p>First install the Rucksack npm module globally</p> @@ -170,14 +170,14 @@ tree = rucksack(tree, [options]); <div class="usage__trigger"> <a data-remodal-target='postcss'> - <img src='http://simplaio.github.io/rucksack/img/usage/postcss.png' class="usage__trigger__logo" /> + <img src='https://simplaio.github.io/rucksack/img/usage/postcss.png' class="usage__trigger__logo" /> <span class="usage__trigger__title">With PostCSS</span> </a> </div> <div class="usage__modal remodal" data-remodal-id='postcss'> <span class="remodal-close" data-remodal-action="close" data-icon="x"></span> - <img src='http://simplaio.github.io/rucksack/img/usage/postcss.png' alt="" class="usage__modal__logo" /> + <img src='https://simplaio.github.io/rucksack/img/usage/postcss.png' alt="" class="usage__modal__logo" /> <p>Rucksack is built on PostCSS, and can be used as a PostCSS plugin.</p> <p>First install the npm module</p> @@ -205,14 +205,14 @@ postcss([ rucksack() ]) <div class="usage__trigger"> <a data-remodal-target='stylus'> - <img src='http://simplaio.github.io/rucksack/img/usage/stylus.png' class="usage__trigger__logo" /> + <img src='https://simplaio.github.io/rucksack/img/usage/stylus.png' class="usage__trigger__logo" /> <span class="usage__trigger__title">With Stylus</span> </a> </div> <div class="usage__modal remodal" data-remodal-id='stylus'> <span class="remodal-close" data-remodal-action="close" data-icon="x"></span> - <img src='http://simplaio.github.io/rucksack/img/usage/stylus.png' alt="" class="usage__modal__logo" /> + <img src='https://simplaio.github.io/rucksack/img/usage/stylus.png' alt="" class="usage__modal__logo" /> <p>Rucksack can be used as a Stylus plugin with <a href="https://github.com/seaneking/poststylus">PostStylus</a>.</p> <p>First install the npm module</p> @@ -240,10 +240,10 @@ stylus(css).use( Responsive Typography - http://simplaio.github.io/rucksack/docs/responsive-type/ + https://simplaio.github.io/rucksack/docs/responsive-type/ Mon, 01 Jan 0001 00:00:00 +0000 - http://simplaio.github.io/rucksack/docs/responsive-type/ + https://simplaio.github.io/rucksack/docs/responsive-type/ <p>Create automagical fluid typography with a new <code>responsive</code> property on <code>font-size</code>. All the type on this site is responsive, resize your browser to see it in action!</p> @@ -339,10 +339,10 @@ upper-font-range: 1280px Shorthand Positioning - http://simplaio.github.io/rucksack/docs/shorthand-positioning/ + https://simplaio.github.io/rucksack/docs/shorthand-positioning/ Mon, 01 Jan 0001 00:00:00 +0000 - http://simplaio.github.io/rucksack/docs/shorthand-positioning/ + https://simplaio.github.io/rucksack/docs/shorthand-positioning/ <p>Rucksack brings the shorthand methods used by properties like <code>margin</code> and <code>padding</code> to position offsets. The same syntaxes apply</p> @@ -399,10 +399,10 @@ upper-font-range: 1280px Quanitity Pseudo-Selectors - http://simplaio.github.io/rucksack/docs/quantity-pseudo/ + https://simplaio.github.io/rucksack/docs/quantity-pseudo/ Mon, 01 Jan 0001 00:00:00 +0000 - http://simplaio.github.io/rucksack/docs/quantity-pseudo/ + https://simplaio.github.io/rucksack/docs/quantity-pseudo/ <p>Rucksack adds psuedo-selectors to select and style elements based on their quantity. Use them to build powerful, responsive, content-driven designs.</p> @@ -457,10 +457,10 @@ li:nth-last-child(n+4) ~ li Property Aliases - http://simplaio.github.io/rucksack/docs/alias/ + https://simplaio.github.io/rucksack/docs/alias/ Mon, 01 Jan 0001 00:00:00 +0000 - http://simplaio.github.io/rucksack/docs/alias/ + https://simplaio.github.io/rucksack/docs/alias/ <p>Rucksack allows you to set aliases for long property names and save some of those precious keystrokes. To set an alias simply add it to the <code>@alias</code> rule in the format of <code>[alias]: [property];</code>. Aliases can be used anywhere, including inside other properties. Aliases are global in a stylesheet, so it&rsquo;s a good idea to have just a single <code>@alias</code> rule in your project and specify all aliases in one place.</p> @@ -490,10 +490,10 @@ li:nth-last-child(n+4) ~ li Input Pseduo-Elements - http://simplaio.github.io/rucksack/docs/input/ + https://simplaio.github.io/rucksack/docs/input/ Mon, 01 Jan 0001 00:00:00 +0000 - http://simplaio.github.io/rucksack/docs/input/ + https://simplaio.github.io/rucksack/docs/input/ <p>Rucksack adds new pseudo-elements that allow you to easily style the inner elements of HTML5 inputs across browsers. Currently the only element supported is the range input (and <code>::placeholder</code> if you enable automatic vendor prefixing), more will be added as browser vendors open up their APIs.</p> @@ -614,10 +614,10 @@ input[type=range]::-moz-focus-outer { Native Clearfix - http://simplaio.github.io/rucksack/docs/clearfix/ + https://simplaio.github.io/rucksack/docs/clearfix/ Mon, 01 Jan 0001 00:00:00 +0000 - http://simplaio.github.io/rucksack/docs/clearfix/ + https://simplaio.github.io/rucksack/docs/clearfix/ <p>Rucksack bundles up common clearfix methods into native methods of the <code>clear</code> property. A &lsquo;clearfix&rsquo; is a method of making a parent element self-clear it&rsquo;s children, so floats are contained.</p> @@ -662,10 +662,10 @@ input[type=range]::-moz-focus-outer { Font Src Expansion - http://simplaio.github.io/rucksack/docs/font-src/ + https://simplaio.github.io/rucksack/docs/font-src/ Mon, 01 Jan 0001 00:00:00 +0000 - http://simplaio.github.io/rucksack/docs/font-src/ + https://simplaio.github.io/rucksack/docs/font-src/ <p>Rucksack provides a shortcut method to generate bulletproof <code>src</code> sets in <code>@font-face</code>, with a new <code>font-path</code> property. Just set the path to your font files in <code>font-path</code>, and it will output a src set based on the <a href="http://blog.fontspring.com/2011/02/further-hardening-of-the-bulletproof-syntax/">FontSpring syntax</a>. Note that <code>font-path</code> must be to the font <em>file</em>, not just the directory containing the files.</p> @@ -698,10 +698,10 @@ input[type=range]::-moz-focus-outer { Hex RGBA Shortcuts - http://simplaio.github.io/rucksack/docs/hexrgba/ + https://simplaio.github.io/rucksack/docs/hexrgba/ Mon, 01 Jan 0001 00:00:00 +0000 - http://simplaio.github.io/rucksack/docs/hexrgba/ + https://simplaio.github.io/rucksack/docs/hexrgba/ <p>Rucksack provides an easy shortcut to add an alpha channel to any hex color. Just add the hex value you want to convert in place of the RGB value in <code>rgba()</code>. The hex is converted to RGB and output as a proper <code>rgba()</code> property.</p> @@ -724,10 +724,10 @@ input[type=range]::-moz-focus-outer { All The Easings - http://simplaio.github.io/rucksack/docs/easings/ + https://simplaio.github.io/rucksack/docs/easings/ Mon, 01 Jan 0001 00:00:00 +0000 - http://simplaio.github.io/rucksack/docs/easings/ + https://simplaio.github.io/rucksack/docs/easings/ <p>Rucksack comes with a whole library of modern easing functions for you to instantly use in CSS transitions and animations. The new easings are translated to <code>cubic-bezier()</code> functions on output that CSS can natively understand.</p> @@ -921,10 +921,10 @@ input[type=range]::-moz-focus-outer { New Default Colors - http://simplaio.github.io/rucksack/docs/colors/ + https://simplaio.github.io/rucksack/docs/colors/ Mon, 01 Jan 0001 00:00:00 +0000 - http://simplaio.github.io/rucksack/docs/colors/ + https://simplaio.github.io/rucksack/docs/colors/ <p>Rucksack automatically replaces default CSS color keywords (blue, red, yellow, etc.) with much nicer alternatives from Google&rsquo;s <a href="https://www.google.com/design/spec/style/color.html">Material Design Colors</a>.</p> <p>This is an optional add-on, and can be toggled on or off with the <code>colors</code> option, passed to Rucksack on initialization. By default color replacement is set to <code>true</code>.</p> @@ -941,10 +941,10 @@ rucksack({ Legacy Fallbacks - http://simplaio.github.io/rucksack/docs/fallbacks/ + https://simplaio.github.io/rucksack/docs/fallbacks/ Mon, 01 Jan 0001 00:00:00 +0000 - http://simplaio.github.io/rucksack/docs/fallbacks/ + https://simplaio.github.io/rucksack/docs/fallbacks/ <p>Rucksack can automatically provide fallbacks for many properties on old browsers, making legacy support a breeze.</p> @@ -1024,10 +1024,10 @@ rucksack({ Automatic Prefixing - http://simplaio.github.io/rucksack/docs/autoprefixing/ + https://simplaio.github.io/rucksack/docs/autoprefixing/ Mon, 01 Jan 0001 00:00:00 +0000 - http://simplaio.github.io/rucksack/docs/autoprefixing/ + https://simplaio.github.io/rucksack/docs/autoprefixing/ <p>Rucksack comes with the option to run your code through <a href="https://github.com/postcss/autoprefixer">Autoprefixer</a>. Autoprefixer automatically applies relevant vendor prefixes based on current browser popularity and property support (from <a href="http://caniuse.com/">CanIUse</a>).</p> diff --git a/public/home/index.html b/public/home/index.html index 6119e46..e3d3ba4 100644 --- a/public/home/index.html +++ b/public/home/index.html @@ -19,50 +19,50 @@ - - + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - + + - + - - + + @@ -75,7 +75,7 @@ - +