├── .gitignore ├── 301.txt ├── 404.html ├── LICENSE.md └── siteicon.png /.gitignore: -------------------------------------------------------------------------------- 1 | _site/ 2 | .sass-cache/ 3 | .jekyll-metadata 4 | -------------------------------------------------------------------------------- /301.txt: -------------------------------------------------------------------------------- 1 | /snippets/atom-feed/ /tutorials/atom-feed/ 2 | /snippets/formatting-dates/ /tutorials/snippets/ 3 | /snippets/next-post/ /tutorials/snippets/ 4 | /snippets/output-json/ /tutorials/output-as-json/ 5 | /snippets/post-list/ /tutorials/snippets/ 6 | /snippets/post-list-by-year/ /tutorials/snippets/ 7 | /snippets/post-list-pagination/ /tutorials/snippets/ 8 | /snippets/post-list-with-content/ /tutorials/snippets/ 9 | /snippets/posts-in-category/ /tutorials/snippets/ 10 | /snippets/reading-time/ /tutorials/snippets/ 11 | /snippets/related-posts/ /tutorials/snippets/ 12 | /snippets/rss-feed/ /tutorials/rss-feed/ 13 | /snippets/site-navigation/ /tutorials/navigation/ 14 | /tutorials/atom-feed/ /jekyll-casts/rss-feed/ 15 | /tutorials/liquid/ /jekyll-casts/introduction-to-liquid/ 16 | /tutorials/navigation/ /jekyll-casts/navigation/ 17 | /tutorials/output-as-json/ /jekyll-casts/output-json/ 18 | /tutorials/photo-gallery/ /jekyll-casts/photo-gallery/ 19 | /tutorials/rss-feed/ /jekyll-casts/rss-feed/ 20 | /tutorials/snippets/ /jekyll-casts/read-time/ 21 | /tutorials/search/ /jekyll-casts/jekyll-search-using-lunr-js/ 22 | /tutorials/seo/ /jekyll-casts/seo-in-jekyll/ 23 | /tutorials/output_as_json/ /jekyll-casts/output-json/ 24 | /tutorials/atom_feed/ /jekyll-casts/rss-feed/ 25 | /tutorials/rss_feed/ /jekyll-casts/rss-feed/ 26 | /tutorials/output_as_json/ /jekyll-casts/output-json/ 27 | /tutorials/photo_gallery/ /jekyll-casts/photo-gallery/ 28 | /guide/getting-started-with-jekyll/ /jekyll-casts/why-use-a-static-site-generator/ 29 | /guide/setup/ /jekyll-casts/install-jekyll-on-windows/ 30 | /guide/running-jekyll/ /jekyll-casts/running-jekyll/ 31 | /guide/layouts/ /jekyll-casts/layouts/ 32 | /guide/front-matter-and-liquid/ /jekyll-casts/front-matter/ 33 | /guide/navigation-and-includes/ /jekyll-casts/navigation/ 34 | /guide/github/ / 35 | /guide/cms-and-hosting/ / 36 | /guide/blogging/ /jekyll-casts/blogging/ 37 | /guide/collections/ /jekyll-casts/introduction-to-collections/ 38 | /guide/photo-gallery/ /jekyll-casts/photo-gallery/ 39 | /guide/data-files/ /jekyll-casts/data-files/ 40 | /guide/advanced-topics/ /jekyll-casts/navigation/ 41 | /guide/ / 42 | /guide/cms/ / 43 | /guide/front_matter_liquid/ /jekyll-casts/front-matter/ 44 | /guide/advanced_topics/ /jekyll-casts/navigation/ 45 | /guide/blog/ /jekyll-casts/blogging/ 46 | /guide/running_jekyll/ /jekyll-casts/running-jekyll/ 47 | /guide/data_files/ /jekyll-casts/data-files/ 48 | /guide/navigation_and_includes/ /jekyll-casts/navigation/ 49 | /guide/introduction/ /jekyll-casts/install-jekyll-on-windows/ 50 | /guide/gallery/ /jekyll-casts/photo-gallery/ 51 | /jekyll-casts https://learn.cloudcannon.com/ 52 | /jekyll-casts/client-editable-jekyll-sites/ https://learn.cloudcannon.com/jekyll/client-editable-jekyll-sites/ 53 | /jekyll-casts/converting-a-static-site-to-jekyll/ https://learn.cloudcannon.com/jekyll/converting-a-static-site-to-jekyll/ 54 | /jekyll-casts/using-jekyll-plugins/ https://learn.cloudcannon.com/jekyll/using-jekyll-plugins/ 55 | /jekyll-casts/gemfiles-and-the-bundler/ https://learn.cloudcannon.com/jekyll/gemfiles-and-the-bundler/ 56 | /jekyll-casts/why-use-a-static-site-generator/ https://learn.cloudcannon.com/jekyll/why-use-a-static-site-generator/ 57 | /jekyll-casts/reading-time/ https://learn.cloudcannon.com/jekyll/reading-time/ 58 | /jekyll-casts/date-formatting/ https://learn.cloudcannon.com/jekyll/date-formatting/ 59 | /jekyll-casts/jekyll-file-structure/ https://learn.cloudcannon.com/jekyll/jekyll-file-structure/ 60 | /jekyll-casts/seo-in-jekyll/ https://learn.cloudcannon.com/jekyll/seo-in-jekyll/ 61 | /jekyll-casts/jekyll-search-using-lunr-js/ https://learn.cloudcannon.com/jekyll/jekyll-search-using-lunr-js/ 62 | /jekyll-casts/output-json/ https://learn.cloudcannon.com/jekyll/output-json/ 63 | /jekyll-casts/photo-gallery/ https://learn.cloudcannon.com/jekyll/photo-gallery/ 64 | /jekyll-casts/rss-feed/ https://learn.cloudcannon.com/jekyll/rss-feed/ 65 | /jekyll-casts/running-jekyll/ https://learn.cloudcannon.com/jekyll/running-jekyll/ 66 | /jekyll-casts/navigation/ https://learn.cloudcannon.com/jekyll/simple-navigation/ 67 | /jekyll-casts/install-jekyll-on-windows/ https://learn.cloudcannon.com/jekyll/install-jekyll-on-windows/ 68 | /jekyll-casts/install-jekyll-on-os-x/ https://learn.cloudcannon.com/jekyll/install-jekyll-on-os-x/ 69 | /jekyll-casts/install-jekyll-on-linux/ https://learn.cloudcannon.com/jekyll/install-jekyll-on-linux/ 70 | /jekyll-casts/permalinks/ https://learn.cloudcannon.com/jekyll/permalinks/ 71 | /jekyll-casts/advanced-blogging/ https://learn.cloudcannon.com/jekyll/advanced-blogging/ 72 | /jekyll-casts/blogging/ https://learn.cloudcannon.com/jekyll/introduction-to-blogging/ 73 | /jekyll-casts/data-files/ https://learn.cloudcannon.com/jekyll/introduction-to-data-files/ 74 | /jekyll-casts/string-filters-in-liquid/ https://learn.cloudcannon.com/jekyll/string-filters-in-liquid/ 75 | /jekyll-casts/looping-in-liquid/ https://learn.cloudcannon.com/jekyll/looping-in-liquid/ 76 | /jekyll-casts/control-flow-statements-in-liquid/ https://learn.cloudcannon.com/jekyll/control-flow-statements-in-liquid/ 77 | /jekyll-casts/introduction-to-liquid/ https://learn.cloudcannon.com/jekyll/introduction-to-liquid/ 78 | /jekyll-casts/includes/ https://learn.cloudcannon.com/jekyll/introduction-to-jekyll-includes/ 79 | /jekyll-casts/layouts/ https://learn.cloudcannon.com/jekyll/introduction-to-jekyll-layouts/ 80 | /jekyll-casts/front-matter/ https://learn.cloudcannon.com/jekyll/introduction-to-jekyll-front-matter/ 81 | /jekyll-casts/introduction-to-collections/ https://learn.cloudcannon.com/jekyll/introduction-to-jekyll-collections/ 82 | /jekyll-cheat-sheet/ https://learn.cloudcannon.com/jekyll-cheat-sheet/ 83 | /jekyll-plugins/ https://learn.cloudcannon.com/jekyll-plugins/ 84 | /services/ https://learn.cloudcannon.com/jekyll-third-parties/ 85 | /templates/ https://learn.cloudcannon.com/jekyll-templates/ 86 | / https://learn.cloudcannon.com/ -------------------------------------------------------------------------------- /404.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Page Moved 5 | 6 | 7 | This page has moved CloudCannon Academy. 8 | 9 | -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2015 CloudCannon Limited. 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /siteicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CloudCannon/Jekyll-Tips/fff5ef00ef599ec8a012b65ddda28cf06ef4104f/siteicon.png --------------------------------------------------------------------------------