Browse Source

docs : add link to isotope-site.zip

pull/14/head
David DeSandro 14 years ago
parent
commit
84d1aab2ca
  1. 8
      README.mdown
  2. 2
      index.html

8
README.mdown

@ -17,6 +17,10 @@ Use in non-commercial and personal applications is free.
Viewing this project locally
----------------------------
### Via download
You can download a zip of all the flat HTML files from [meta.metafizzy.co/files/isotope-site.zip](meta.metafizzy.co/files/isotope-site.zip).
### Via Jekyll
The documentation and demo pages are generated using [Jekyll](http://github.com/mojombo/jekyll/wiki). With Jekyll installed, you can clone this repo and start Jekyll. From Terminal:
@ -27,10 +31,6 @@ The documentation and demo pages are generated using [Jekyll](http://github.com/
Then view the live site at [localhost:4000](http://localhost:4000)
### Via download
You can download a zip of all the flat HTML files from [Downloads](http://github.com/desandro/isotope/downloads).
* * *
Copyright (c) 2011 David DeSandro / Metafizzy LLC

2
index.html

@ -85,7 +85,7 @@ layout: nil
<li class="demo" data-category="demo" data-related="{{ demo.related }}"><a href=".{{ demo.url }}">Demo: {{ demo.title }}</a></li>
{% endfor %}
<li class="link" data-related="z-etc"><a href="jquery.isotope.min.js">Download jquery.isotope.min.js</a></li>
<li class="link" data-related="z-etc"><a href="#">Download this project</a></li>
<li class="link" data-related="z-etc"><a href="http://meta.metafizzy.co/files/isotope-site.zip">Download this project</a></li>
<li class="link" data-related="z-etc"><a href="http://github.com/desandro/isotope">Isotope on GitHub</a></li>
</ul>

Loading…
Cancel
Save