Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Apr 29, 2014
1 parent 96e6cb4 commit 46b31bd
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/_build/doctrees/gettingstarted.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/settingsvariables.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/_build/html/_sources/gettingstarted.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Now you should be able to vist your bucket's live URLs and see the site in actio
Optimization
------------

If you are publishing to S3, you can reduce the size of HTML, JavaScript and CSS files by having bakery compress them using `gzip <http://en.wikipedia.org/wiki/Gzip>`_ files as they are uploaded. Read more about this feature `here <http://www.savjee.be/2014/03/Jekyll-to-S3-deploy-script-with-gzip/>`_, `here <http://sukharevd.net/gzipping-website-in-amazon-s3-bucket.html>`_ or `here <http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/ServingCompressedFiles.html#CompressedS3>`_.
If you are publishing to S3, you can reduce the size of HTML, JavaScript and CSS files by having bakery compress them by using `gzip <http://en.wikipedia.org/wiki/Gzip>`_ as they are uploaded. Read more about this feature `here <http://www.savjee.be/2014/03/Jekyll-to-S3-deploy-script-with-gzip/>`_, `here <http://sukharevd.net/gzipping-website-in-amazon-s3-bucket.html>`_ or `here <http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/ServingCompressedFiles.html#CompressedS3>`_.

Getting started is as simple as returning to ``settings.py`` and adding the following:

Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/gettingstarted.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ <h2>Execution<a class="headerlink" href="#execution" title="Permalink to this he
</div>
<div class="section" id="optimization">
<h2>Optimization<a class="headerlink" href="#optimization" title="Permalink to this headline"></a></h2>
<p>If you are publishing to S3, you can reduce the size of HTML, JavaScript and CSS files by having bakery compress them using <a class="reference external" href="http://en.wikipedia.org/wiki/Gzip">gzip</a> files as they are uploaded. Read more about this feature <a class="reference external" href="http://www.savjee.be/2014/03/Jekyll-to-S3-deploy-script-with-gzip/">here</a>, <a class="reference external" href="http://sukharevd.net/gzipping-website-in-amazon-s3-bucket.html">here</a> or <a class="reference external" href="http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/ServingCompressedFiles.html#CompressedS3">here</a>.</p>
<p>If you are publishing to S3, you can reduce the size of HTML, JavaScript and CSS files by having bakery compress them by using <a class="reference external" href="http://en.wikipedia.org/wiki/Gzip">gzip</a> as they are uploaded. Read more about this feature <a class="reference external" href="http://www.savjee.be/2014/03/Jekyll-to-S3-deploy-script-with-gzip/">here</a>, <a class="reference external" href="http://sukharevd.net/gzipping-website-in-amazon-s3-bucket.html">here</a> or <a class="reference external" href="http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/ServingCompressedFiles.html#CompressedS3">here</a>.</p>
<p>Getting started is as simple as returning to <tt class="docutils literal"><span class="pre">settings.py</span></tt> and adding the following:</p>
<div class="highlight-python"><div class="highlight"><pre><span class="n">BAKERY_GZIP</span> <span class="o">=</span> <span class="bp">True</span>
</pre></div>
Expand Down
Binary file modified docs/_build/html/objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/_build/html/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/gettingstarted.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Now you should be able to vist your bucket's live URLs and see the site in actio
Optimization
------------

If you are publishing to S3, you can reduce the size of HTML, JavaScript and CSS files by having bakery compress them using `gzip <http://en.wikipedia.org/wiki/Gzip>`_ files as they are uploaded. Read more about this feature `here <http://www.savjee.be/2014/03/Jekyll-to-S3-deploy-script-with-gzip/>`_, `here <http://sukharevd.net/gzipping-website-in-amazon-s3-bucket.html>`_ or `here <http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/ServingCompressedFiles.html#CompressedS3>`_.
If you are publishing to S3, you can reduce the size of HTML, JavaScript and CSS files by having bakery compress them by using `gzip <http://en.wikipedia.org/wiki/Gzip>`_ as they are uploaded. Read more about this feature `here <http://www.savjee.be/2014/03/Jekyll-to-S3-deploy-script-with-gzip/>`_, `here <http://sukharevd.net/gzipping-website-in-amazon-s3-bucket.html>`_ or `here <http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/ServingCompressedFiles.html#CompressedS3>`_.

Getting started is as simple as returning to ``settings.py`` and adding the following:

Expand Down

0 comments on commit 46b31bd

Please sign in to comment.