jekyll-docs 2.5.3 → 3.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (127) hide show
  1. checksums.yaml +4 -4
  2. data/lib/jekyll-docs.rb +34 -4
  3. data/site/CNAME +1 -0
  4. data/site/README.md +16 -0
  5. data/site/_config.yml +21 -0
  6. data/site/_data/docs.yml +47 -0
  7. data/site/_docs/assets.md +93 -0
  8. data/site/_docs/collections.md +380 -0
  9. data/site/_docs/configuration.md +677 -0
  10. data/site/_docs/continuous-integration.md +221 -0
  11. data/site/_docs/contributing.md +124 -0
  12. data/site/_docs/datafiles.md +151 -0
  13. data/site/_docs/deployment-methods.md +192 -0
  14. data/site/_docs/drafts.md +20 -0
  15. data/site/_docs/extras.md +22 -0
  16. data/site/_docs/frontmatter.md +191 -0
  17. data/site/_docs/github-pages.md +134 -0
  18. data/site/_docs/history.md +2131 -0
  19. data/site/_docs/index.md +56 -0
  20. data/site/_docs/installation.md +106 -0
  21. data/site/_docs/migrations.md +9 -0
  22. data/site/_docs/pages.md +84 -0
  23. data/site/_docs/pagination.md +221 -0
  24. data/site/_docs/permalinks.md +307 -0
  25. data/site/_docs/plugins.md +891 -0
  26. data/site/_docs/posts.md +237 -0
  27. data/site/_docs/quickstart.md +27 -0
  28. data/site/_docs/resources.md +46 -0
  29. data/site/_docs/sites.md +29 -0
  30. data/site/_docs/static_files.md +52 -0
  31. data/site/_docs/structure.md +211 -0
  32. data/site/_docs/templates.md +425 -0
  33. data/site/_docs/troubleshooting.md +207 -0
  34. data/site/_docs/upgrading.md +140 -0
  35. data/site/_docs/usage.md +101 -0
  36. data/site/_docs/variables.md +390 -0
  37. data/site/_docs/windows.md +44 -0
  38. data/site/_includes/analytics.html +30 -0
  39. data/site/_includes/anchor_links.html +33 -0
  40. data/site/_includes/docs_contents.html +8 -0
  41. data/site/_includes/docs_contents_mobile.html +10 -0
  42. data/site/_includes/docs_option.html +11 -0
  43. data/site/_includes/docs_ul.html +21 -0
  44. data/site/_includes/footer.html +15 -0
  45. data/site/_includes/header.html +18 -0
  46. data/site/_includes/news_contents.html +33 -0
  47. data/site/_includes/news_contents_mobile.html +11 -0
  48. data/site/_includes/news_item.html +24 -0
  49. data/site/_includes/primary-nav-items.html +17 -0
  50. data/site/_includes/section_nav.html +39 -0
  51. data/site/_includes/top.html +17 -0
  52. data/site/_layouts/default.html +13 -0
  53. data/site/_layouts/docs.html +26 -0
  54. data/site/_layouts/news.html +19 -0
  55. data/site/_layouts/news_item.html +27 -0
  56. data/site/_layouts/page.html +18 -0
  57. data/site/_posts/2013-05-06-jekyll-1-0-0-released.markdown +23 -0
  58. data/site/_posts/2013-05-08-jekyll-1-0-1-released.markdown +27 -0
  59. data/site/_posts/2013-05-12-jekyll-1-0-2-released.markdown +28 -0
  60. data/site/_posts/2013-06-07-jekyll-1-0-3-released.markdown +25 -0
  61. data/site/_posts/2013-07-14-jekyll-1-1-0-released.markdown +27 -0
  62. data/site/_posts/2013-07-24-jekyll-1-1-1-released.markdown +31 -0
  63. data/site/_posts/2013-07-25-jekyll-1-0-4-released.markdown +20 -0
  64. data/site/_posts/2013-07-25-jekyll-1-1-2-released.markdown +20 -0
  65. data/site/_posts/2013-09-06-jekyll-1-2-0-released.markdown +23 -0
  66. data/site/_posts/2013-09-14-jekyll-1-2-1-released.markdown +19 -0
  67. data/site/_posts/2013-10-28-jekyll-1-3-0-rc1-released.markdown +17 -0
  68. data/site/_posts/2013-11-04-jekyll-1-3-0-released.markdown +43 -0
  69. data/site/_posts/2013-11-26-jekyll-1-3-1-released.markdown +21 -0
  70. data/site/_posts/2013-12-07-jekyll-1-4-0-released.markdown +30 -0
  71. data/site/_posts/2013-12-09-jekyll-1-4-1-released.markdown +18 -0
  72. data/site/_posts/2013-12-16-jekyll-1-4-2-released.markdown +18 -0
  73. data/site/_posts/2014-01-13-jekyll-1-4-3-released.markdown +26 -0
  74. data/site/_posts/2014-03-24-jekyll-1-5-0-released.markdown +19 -0
  75. data/site/_posts/2014-03-27-jekyll-1-5-1-released.markdown +26 -0
  76. data/site/_posts/2014-05-06-jekyll-turns-2-0-0.markdown +31 -0
  77. data/site/_posts/2014-05-08-jekyll-2-0-3-released.markdown +18 -0
  78. data/site/_posts/2014-06-04-jekyll-stickers-1-dollar-stickermule.markdown +19 -0
  79. data/site/_posts/2014-06-28-jekyll-turns-21-i-mean-2-1-0.markdown +31 -0
  80. data/site/_posts/2014-07-01-jekyll-2-1-1-released.markdown +30 -0
  81. data/site/_posts/2014-07-29-jekyll-2-2-0-released.markdown +19 -0
  82. data/site/_posts/2014-08-10-jekyll-2-3-0-released.markdown +41 -0
  83. data/site/_posts/2014-09-09-jekyll-2-4-0-released.markdown +25 -0
  84. data/site/_posts/2014-11-06-jekylls-midlife-crisis-jekyll-turns-2-5-0.markdown +47 -0
  85. data/site/_posts/2014-11-08-jekyll-2-5-1-released.markdown +29 -0
  86. data/site/_posts/2014-11-12-jekyll-2-5-2-released.markdown +18 -0
  87. data/site/_posts/2014-12-17-alfredxing-welcome-to-jekyll-core.md +27 -0
  88. data/site/_posts/2014-12-22-jekyll-2-5-3-released.markdown +20 -0
  89. data/site/_posts/2015-01-20-jekyll-meet-and-greet.markdown +20 -0
  90. data/site/_posts/2015-01-24-jekyll-3-0-0-beta1-released.markdown +40 -0
  91. data/site/_posts/2015-02-26-introducing-jekyll-talk.markdown +15 -0
  92. data/site/_posts/2015-10-26-jekyll-3-0-released.markdown +35 -0
  93. data/site/_posts/2015-11-17-jekyll-3-0-1-released.markdown +25 -0
  94. data/site/_posts/2016-01-20-jekyll-3-0-2-released.markdown +14 -0
  95. data/site/_posts/2016-02-08-jekyll-3-0-3-released.markdown +31 -0
  96. data/site/_sass/_font-awesome.scss +25 -0
  97. data/site/_sass/_gridism.scss +124 -0
  98. data/site/_sass/_mixins.scss +38 -0
  99. data/site/_sass/_normalize.scss +1 -0
  100. data/site/_sass/_pygments.scss +78 -0
  101. data/site/_sass/_style.scss +998 -0
  102. data/site/css/screen.scss +9 -0
  103. data/site/favicon.ico +0 -0
  104. data/site/fonts/fontawesome-webfont.eot +0 -0
  105. data/site/fonts/fontawesome-webfont.svg +640 -0
  106. data/site/fonts/fontawesome-webfont.ttf +0 -0
  107. data/site/fonts/fontawesome-webfont.woff +0 -0
  108. data/site/fonts/fontawesome-webfont.woff2 +0 -0
  109. data/site/freenode.txt +1 -0
  110. data/site/help/index.md +36 -0
  111. data/site/img/article-footer.png +0 -0
  112. data/site/img/footer-arrow.png +0 -0
  113. data/site/img/footer-logo.png +0 -0
  114. data/site/img/jekyll-sticker.jpg +0 -0
  115. data/site/img/logo-2x.png +0 -0
  116. data/site/img/logo-rss.png +0 -0
  117. data/site/img/octojekyll.png +0 -0
  118. data/site/index.html +90 -0
  119. data/site/js/html5shiv.min.js +4 -0
  120. data/site/js/respond.min.js +5 -0
  121. data/site/latest_version.txt +1 -0
  122. data/site/news/index.html +10 -0
  123. data/site/news/releases/index.html +10 -0
  124. metadata +138 -6
  125. data/lib/jekyll-docs/version.rb +0 -5
  126. data/lib/jekyll/commands/docs.rb +0 -30
  127. data/lib/jekyll/docs.rb +0 -7
Binary file
Binary file
data/site/freenode.txt ADDED
@@ -0,0 +1 @@
1
+ aS3gAc4g
@@ -0,0 +1,36 @@
1
+ ---
2
+ layout: page
3
+ title: Getting Help
4
+ ---
5
+
6
+ Need help with Jekyll? Try these resources.
7
+
8
+ ### [Google](https://google.com)
9
+
10
+ Add **jekyll** to almost any query, and you'll find just what you need.
11
+
12
+ ### [Jekyll Talk](https://talk.jekyllrb.com/)
13
+
14
+ Jekyll Talk is our official Discourse forum. Here, users and contributors
15
+ can ask questions and discuss all aspects of Jekyll.
16
+
17
+ ### [Jekyll on StackOverflow](http://stackoverflow.com/questions/tagged/jekyll)
18
+
19
+ StackOverflow is a staple of any developer's diet. Check out the Jekyll tag
20
+ on StackOverflow for an answer to your question. Not there? Ask a new
21
+ question!
22
+
23
+ ### [Jekyll IRC Channel](irc:irc.freenode.net/jekyll)
24
+
25
+ Get live support at **#jekyll** on **irc.freenode.net**, the official
26
+ Jekyll IRC channel.
27
+
28
+ ### [jekyll/jekyll](https://github.com/jekyll/jekyll/issues)
29
+
30
+ Search through the issues on the main Jekyll development. Think you've
31
+ found a bug? File a new issue.
32
+
33
+ ### [@jekyllrb on Twitter](https://twitter.com/jekyllrb)
34
+
35
+ The official Jekyll Twitter account. It's not checked often, so try the
36
+ above first.
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
data/site/index.html ADDED
@@ -0,0 +1,90 @@
1
+ ---
2
+ layout: default
3
+ title: Jekyll • Simple, blog-aware, static sites
4
+ overview: true
5
+ ---
6
+
7
+ <section class="intro">
8
+ <div class="grid">
9
+ <div class="unit whole center-on-mobiles">
10
+ <p class="first">Transform your plain text into static&nbsp;websites and&nbsp;blogs.</p>
11
+ </div>
12
+ </div>
13
+ </section>
14
+ <section class="features">
15
+ <div class="grid">
16
+ <div class="unit one-third">
17
+ <h2>Simple</h2>
18
+ <p>
19
+ No more databases, comment moderation, or pesky updates to install—just <em>your content</em>.
20
+ </p>
21
+ <a href="/docs/usage/">How Jekyll works &rarr;</a>
22
+ </div>
23
+ <div class="unit one-third">
24
+ <h2>Static</h2>
25
+ <p><a href="http://daringfireball.net/projects/markdown/">Markdown</a> (or <a href="http://redcloth.org/textile">Textile</a>), <a href="https://github.com/Shopify/liquid/wiki">Liquid</a>, HTML <span class="amp">&amp;</span> CSS go in. Static sites come out ready for deployment.</p>
26
+ <a href="/docs/templates/">Jekyll template guide &rarr;</a>
27
+ </div>
28
+ <div class="unit one-third">
29
+ <h2>Blog-aware</h2>
30
+ <p>
31
+ Permalinks, categories, pages, posts, and custom layouts are all first-class citizens here.
32
+ </p>
33
+ <a href="/docs/migrations/">Migrate your blog &rarr;</a>
34
+ </div>
35
+ <div class="clear"></div>
36
+ </div>
37
+ </section>
38
+ <section class="quickstart">
39
+ <div class="grid">
40
+ <div class="unit golden-small center-on-mobiles">
41
+ <h3>Get up and running <em>in&nbsp;seconds</em>.</h3>
42
+ </div>
43
+ <div class="unit golden-large code">
44
+ <p class="title">Quick-start Instructions</p>
45
+ <div class="shell">
46
+ <p class="line">
47
+ <span class="path">~</span>
48
+ <span class="prompt">$</span>
49
+ <span class="command">gem install jekyll</span>
50
+ </p>
51
+ <p class="line">
52
+ <span class="path">~</span>
53
+ <span class="prompt">$</span>
54
+ <span class="command">jekyll new my-awesome-site</span>
55
+ </p>
56
+ <p class="line">
57
+ <span class="path">~</span>
58
+ <span class="prompt">$</span>
59
+ <span class="command">cd my-awesome-site</span>
60
+ </p>
61
+ <p class="line">
62
+ <span class="path">~/my-awesome-site</span>
63
+ <span class="prompt">$</span>
64
+ <span class="command">jekyll serve</span>
65
+ </p>
66
+ <p class="line">
67
+ <span class="output"># => Now browse to http://localhost:4000</span>
68
+ </p>
69
+ </div>
70
+ </div>
71
+ <div class="clear"></div>
72
+ </div>
73
+ </section>
74
+ <section class="free-hosting">
75
+ <div class="grid">
76
+ <div class="unit whole">
77
+ <div class="grid pane">
78
+ <div class="unit whole center-on-mobiles">
79
+ <img src="img/octojekyll.png" width="300" height="251" alt="Free Jekyll hosting on GitHub Pages">
80
+ <div class="pane-content">
81
+ <h2 class="center-on-mobiles"><strong>Free hosting</strong> with GitHub Pages</h2>
82
+ <p>Sick of dealing with hosting companies? <a href="http://pages.github.com/">GitHub Pages</a> are <em>powered by Jekyll</em>, so you can easily deploy your site using GitHub for free&mdash;<a href="https://help.github.com/articles/setting-up-a-custom-domain-with-pages">custom domain name</a> and&nbsp;all.</p>
83
+ <a href="http://pages.github.com/">Learn more about GitHub Pages &rarr;</a>
84
+ </div>
85
+ </div>
86
+ <div class="clear"></div>
87
+ </div>
88
+ </div>
89
+ </div>
90
+ </section>
@@ -0,0 +1,4 @@
1
+ /**
2
+ * @preserve HTML5 Shiv 3.7.2 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed
3
+ */
4
+ !function(a,b){function c(a,b){var c=a.createElement("p"),d=a.getElementsByTagName("head")[0]||a.documentElement;return c.innerHTML="x<style>"+b+"</style>",d.insertBefore(c.lastChild,d.firstChild)}function d(){var a=t.elements;return"string"==typeof a?a.split(" "):a}function e(a,b){var c=t.elements;"string"!=typeof c&&(c=c.join(" ")),"string"!=typeof a&&(a=a.join(" ")),t.elements=c+" "+a,j(b)}function f(a){var b=s[a[q]];return b||(b={},r++,a[q]=r,s[r]=b),b}function g(a,c,d){if(c||(c=b),l)return c.createElement(a);d||(d=f(c));var e;return e=d.cache[a]?d.cache[a].cloneNode():p.test(a)?(d.cache[a]=d.createElem(a)).cloneNode():d.createElem(a),!e.canHaveChildren||o.test(a)||e.tagUrn?e:d.frag.appendChild(e)}function h(a,c){if(a||(a=b),l)return a.createDocumentFragment();c=c||f(a);for(var e=c.frag.cloneNode(),g=0,h=d(),i=h.length;i>g;g++)e.createElement(h[g]);return e}function i(a,b){b.cache||(b.cache={},b.createElem=a.createElement,b.createFrag=a.createDocumentFragment,b.frag=b.createFrag()),a.createElement=function(c){return t.shivMethods?g(c,a,b):b.createElem(c)},a.createDocumentFragment=Function("h,f","return function(){var n=f.cloneNode(),c=n.createElement;h.shivMethods&&("+d().join().replace(/[\w\-:]+/g,function(a){return b.createElem(a),b.frag.createElement(a),'c("'+a+'")'})+");return n}")(t,b.frag)}function j(a){a||(a=b);var d=f(a);return!t.shivCSS||k||d.hasCSS||(d.hasCSS=!!c(a,"article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}mark{background:#FF0;color:#000}template{display:none}")),l||i(a,d),a}var k,l,m="3.7.2",n=a.html5||{},o=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,p=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,q="_html5shiv",r=0,s={};!function(){try{var a=b.createElement("a");a.innerHTML="<xyz></xyz>",k="hidden"in a,l=1==a.childNodes.length||function(){b.createElement("a");var a=b.createDocumentFragment();return"undefined"==typeof a.cloneNode||"undefined"==typeof a.createDocumentFragment||"undefined"==typeof a.createElement}()}catch(c){k=!0,l=!0}}();var t={elements:n.elements||"abbr article aside audio bdi canvas data datalist details dialog figcaption figure footer header hgroup main mark meter nav output picture progress section summary template time video",version:m,shivCSS:n.shivCSS!==!1,supportsUnknownElements:l,shivMethods:n.shivMethods!==!1,type:"default",shivDocument:j,createElement:g,createDocumentFragment:h,addElements:e};a.html5=t,j(b)}(this,document);
@@ -0,0 +1,5 @@
1
+ /*! Respond.js v1.4.2: min/max-width media query polyfill * Copyright 2013 Scott Jehl
2
+ * Licensed under https://github.com/scottjehl/Respond/blob/master/LICENSE-MIT
3
+ * */
4
+
5
+ !function(a){"use strict";a.matchMedia=a.matchMedia||function(a){var b,c=a.documentElement,d=c.firstElementChild||c.firstChild,e=a.createElement("body"),f=a.createElement("div");return f.id="mq-test-1",f.style.cssText="position:absolute;top:-100em",e.style.background="none",e.appendChild(f),function(a){return f.innerHTML='&shy;<style media="'+a+'"> #mq-test-1 { width: 42px; }</style>',c.insertBefore(e,d),b=42===f.offsetWidth,c.removeChild(e),{matches:b,media:a}}}(a.document)}(this),function(a){"use strict";function b(){u(!0)}var c={};a.respond=c,c.update=function(){};var d=[],e=function(){var b=!1;try{b=new a.XMLHttpRequest}catch(c){b=new a.ActiveXObject("Microsoft.XMLHTTP")}return function(){return b}}(),f=function(a,b){var c=e();c&&(c.open("GET",a,!0),c.onreadystatechange=function(){4!==c.readyState||200!==c.status&&304!==c.status||b(c.responseText)},4!==c.readyState&&c.send(null))};if(c.ajax=f,c.queue=d,c.regex={media:/@media[^\{]+\{([^\{\}]*\{[^\}\{]*\})+/gi,keyframes:/@(?:\-(?:o|moz|webkit)\-)?keyframes[^\{]+\{(?:[^\{\}]*\{[^\}\{]*\})+[^\}]*\}/gi,urls:/(url\()['"]?([^\/\)'"][^:\)'"]+)['"]?(\))/g,findStyles:/@media *([^\{]+)\{([\S\s]+?)$/,only:/(only\s+)?([a-zA-Z]+)\s?/,minw:/\([\s]*min\-width\s*:[\s]*([\s]*[0-9\.]+)(px|em)[\s]*\)/,maxw:/\([\s]*max\-width\s*:[\s]*([\s]*[0-9\.]+)(px|em)[\s]*\)/},c.mediaQueriesSupported=a.matchMedia&&null!==a.matchMedia("only all")&&a.matchMedia("only all").matches,!c.mediaQueriesSupported){var g,h,i,j=a.document,k=j.documentElement,l=[],m=[],n=[],o={},p=30,q=j.getElementsByTagName("head")[0]||k,r=j.getElementsByTagName("base")[0],s=q.getElementsByTagName("link"),t=function(){var a,b=j.createElement("div"),c=j.body,d=k.style.fontSize,e=c&&c.style.fontSize,f=!1;return b.style.cssText="position:absolute;font-size:1em;width:1em",c||(c=f=j.createElement("body"),c.style.background="none"),k.style.fontSize="100%",c.style.fontSize="100%",c.appendChild(b),f&&k.insertBefore(c,k.firstChild),a=b.offsetWidth,f?k.removeChild(c):c.removeChild(b),k.style.fontSize=d,e&&(c.style.fontSize=e),a=i=parseFloat(a)},u=function(b){var c="clientWidth",d=k[c],e="CSS1Compat"===j.compatMode&&d||j.body[c]||d,f={},o=s[s.length-1],r=(new Date).getTime();if(b&&g&&p>r-g)return a.clearTimeout(h),h=a.setTimeout(u,p),void 0;g=r;for(var v in l)if(l.hasOwnProperty(v)){var w=l[v],x=w.minw,y=w.maxw,z=null===x,A=null===y,B="em";x&&(x=parseFloat(x)*(x.indexOf(B)>-1?i||t():1)),y&&(y=parseFloat(y)*(y.indexOf(B)>-1?i||t():1)),w.hasquery&&(z&&A||!(z||e>=x)||!(A||y>=e))||(f[w.media]||(f[w.media]=[]),f[w.media].push(m[w.rules]))}for(var C in n)n.hasOwnProperty(C)&&n[C]&&n[C].parentNode===q&&q.removeChild(n[C]);n.length=0;for(var D in f)if(f.hasOwnProperty(D)){var E=j.createElement("style"),F=f[D].join("\n");E.type="text/css",E.media=D,q.insertBefore(E,o.nextSibling),E.styleSheet?E.styleSheet.cssText=F:E.appendChild(j.createTextNode(F)),n.push(E)}},v=function(a,b,d){var e=a.replace(c.regex.keyframes,"").match(c.regex.media),f=e&&e.length||0;b=b.substring(0,b.lastIndexOf("/"));var g=function(a){return a.replace(c.regex.urls,"$1"+b+"$2$3")},h=!f&&d;b.length&&(b+="/"),h&&(f=1);for(var i=0;f>i;i++){var j,k,n,o;h?(j=d,m.push(g(a))):(j=e[i].match(c.regex.findStyles)&&RegExp.$1,m.push(RegExp.$2&&g(RegExp.$2))),n=j.split(","),o=n.length;for(var p=0;o>p;p++)k=n[p],l.push({media:k.split("(")[0].match(c.regex.only)&&RegExp.$2||"all",rules:m.length-1,hasquery:k.indexOf("(")>-1,minw:k.match(c.regex.minw)&&parseFloat(RegExp.$1)+(RegExp.$2||""),maxw:k.match(c.regex.maxw)&&parseFloat(RegExp.$1)+(RegExp.$2||"")})}u()},w=function(){if(d.length){var b=d.shift();f(b.href,function(c){v(c,b.href,b.media),o[b.href]=!0,a.setTimeout(function(){w()},0)})}},x=function(){for(var b=0;b<s.length;b++){var c=s[b],e=c.href,f=c.media,g=c.rel&&"stylesheet"===c.rel.toLowerCase();e&&g&&!o[e]&&(c.styleSheet&&c.styleSheet.rawCssText?(v(c.styleSheet.rawCssText,e,f),o[e]=!0):(!/^([a-zA-Z:]*\/\/)/.test(e)&&!r||e.replace(RegExp.$1,"").split("/")[0]===a.location.host)&&("//"===e.substring(0,2)&&(e=a.location.protocol+e),d.push({href:e,media:f})))}w()};x(),c.update=x,c.getEmValue=t,a.addEventListener?a.addEventListener("resize",b,!1):a.attachEvent&&a.attachEvent("onresize",b)}}(this);
@@ -0,0 +1 @@
1
+ 3.0.2
@@ -0,0 +1,10 @@
1
+ ---
2
+ layout: news
3
+ title: News
4
+ permalink: /news/
5
+ author: all
6
+ ---
7
+
8
+ {% for post in site.posts %}
9
+ {% include news_item.html %}
10
+ {% endfor %}
@@ -0,0 +1,10 @@
1
+ ---
2
+ layout: news
3
+ title: Releases
4
+ permalink: /news/releases/
5
+ author: all
6
+ ---
7
+
8
+ {% for post in site.categories.release %}
9
+ {% include news_item.html %}
10
+ {% endfor %}
metadata CHANGED
@@ -1,15 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-docs
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.3
4
+ version: 3.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Parker Moore
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-16 00:00:00.000000000 Z
11
+ date: 2016-02-20 00:00:00.000000000 Z
12
12
  dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: jekyll
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - '='
18
+ - !ruby/object:Gem::Version
19
+ version: 3.0.3
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - '='
25
+ - !ruby/object:Gem::Version
26
+ version: 3.0.3
13
27
  - !ruby/object:Gem::Dependency
14
28
  name: bundler
15
29
  requirement: !ruby/object:Gem::Requirement
@@ -46,9 +60,127 @@ extensions: []
46
60
  extra_rdoc_files: []
47
61
  files:
48
62
  - lib/jekyll-docs.rb
49
- - lib/jekyll-docs/version.rb
50
- - lib/jekyll/commands/docs.rb
51
- - lib/jekyll/docs.rb
63
+ - site/CNAME
64
+ - site/README.md
65
+ - site/_config.yml
66
+ - site/_data/docs.yml
67
+ - site/_docs/assets.md
68
+ - site/_docs/collections.md
69
+ - site/_docs/configuration.md
70
+ - site/_docs/continuous-integration.md
71
+ - site/_docs/contributing.md
72
+ - site/_docs/datafiles.md
73
+ - site/_docs/deployment-methods.md
74
+ - site/_docs/drafts.md
75
+ - site/_docs/extras.md
76
+ - site/_docs/frontmatter.md
77
+ - site/_docs/github-pages.md
78
+ - site/_docs/history.md
79
+ - site/_docs/index.md
80
+ - site/_docs/installation.md
81
+ - site/_docs/migrations.md
82
+ - site/_docs/pages.md
83
+ - site/_docs/pagination.md
84
+ - site/_docs/permalinks.md
85
+ - site/_docs/plugins.md
86
+ - site/_docs/posts.md
87
+ - site/_docs/quickstart.md
88
+ - site/_docs/resources.md
89
+ - site/_docs/sites.md
90
+ - site/_docs/static_files.md
91
+ - site/_docs/structure.md
92
+ - site/_docs/templates.md
93
+ - site/_docs/troubleshooting.md
94
+ - site/_docs/upgrading.md
95
+ - site/_docs/usage.md
96
+ - site/_docs/variables.md
97
+ - site/_docs/windows.md
98
+ - site/_includes/analytics.html
99
+ - site/_includes/anchor_links.html
100
+ - site/_includes/docs_contents.html
101
+ - site/_includes/docs_contents_mobile.html
102
+ - site/_includes/docs_option.html
103
+ - site/_includes/docs_ul.html
104
+ - site/_includes/footer.html
105
+ - site/_includes/header.html
106
+ - site/_includes/news_contents.html
107
+ - site/_includes/news_contents_mobile.html
108
+ - site/_includes/news_item.html
109
+ - site/_includes/primary-nav-items.html
110
+ - site/_includes/section_nav.html
111
+ - site/_includes/top.html
112
+ - site/_layouts/default.html
113
+ - site/_layouts/docs.html
114
+ - site/_layouts/news.html
115
+ - site/_layouts/news_item.html
116
+ - site/_layouts/page.html
117
+ - site/_posts/2013-05-06-jekyll-1-0-0-released.markdown
118
+ - site/_posts/2013-05-08-jekyll-1-0-1-released.markdown
119
+ - site/_posts/2013-05-12-jekyll-1-0-2-released.markdown
120
+ - site/_posts/2013-06-07-jekyll-1-0-3-released.markdown
121
+ - site/_posts/2013-07-14-jekyll-1-1-0-released.markdown
122
+ - site/_posts/2013-07-24-jekyll-1-1-1-released.markdown
123
+ - site/_posts/2013-07-25-jekyll-1-0-4-released.markdown
124
+ - site/_posts/2013-07-25-jekyll-1-1-2-released.markdown
125
+ - site/_posts/2013-09-06-jekyll-1-2-0-released.markdown
126
+ - site/_posts/2013-09-14-jekyll-1-2-1-released.markdown
127
+ - site/_posts/2013-10-28-jekyll-1-3-0-rc1-released.markdown
128
+ - site/_posts/2013-11-04-jekyll-1-3-0-released.markdown
129
+ - site/_posts/2013-11-26-jekyll-1-3-1-released.markdown
130
+ - site/_posts/2013-12-07-jekyll-1-4-0-released.markdown
131
+ - site/_posts/2013-12-09-jekyll-1-4-1-released.markdown
132
+ - site/_posts/2013-12-16-jekyll-1-4-2-released.markdown
133
+ - site/_posts/2014-01-13-jekyll-1-4-3-released.markdown
134
+ - site/_posts/2014-03-24-jekyll-1-5-0-released.markdown
135
+ - site/_posts/2014-03-27-jekyll-1-5-1-released.markdown
136
+ - site/_posts/2014-05-06-jekyll-turns-2-0-0.markdown
137
+ - site/_posts/2014-05-08-jekyll-2-0-3-released.markdown
138
+ - site/_posts/2014-06-04-jekyll-stickers-1-dollar-stickermule.markdown
139
+ - site/_posts/2014-06-28-jekyll-turns-21-i-mean-2-1-0.markdown
140
+ - site/_posts/2014-07-01-jekyll-2-1-1-released.markdown
141
+ - site/_posts/2014-07-29-jekyll-2-2-0-released.markdown
142
+ - site/_posts/2014-08-10-jekyll-2-3-0-released.markdown
143
+ - site/_posts/2014-09-09-jekyll-2-4-0-released.markdown
144
+ - site/_posts/2014-11-06-jekylls-midlife-crisis-jekyll-turns-2-5-0.markdown
145
+ - site/_posts/2014-11-08-jekyll-2-5-1-released.markdown
146
+ - site/_posts/2014-11-12-jekyll-2-5-2-released.markdown
147
+ - site/_posts/2014-12-17-alfredxing-welcome-to-jekyll-core.md
148
+ - site/_posts/2014-12-22-jekyll-2-5-3-released.markdown
149
+ - site/_posts/2015-01-20-jekyll-meet-and-greet.markdown
150
+ - site/_posts/2015-01-24-jekyll-3-0-0-beta1-released.markdown
151
+ - site/_posts/2015-02-26-introducing-jekyll-talk.markdown
152
+ - site/_posts/2015-10-26-jekyll-3-0-released.markdown
153
+ - site/_posts/2015-11-17-jekyll-3-0-1-released.markdown
154
+ - site/_posts/2016-01-20-jekyll-3-0-2-released.markdown
155
+ - site/_posts/2016-02-08-jekyll-3-0-3-released.markdown
156
+ - site/_sass/_font-awesome.scss
157
+ - site/_sass/_gridism.scss
158
+ - site/_sass/_mixins.scss
159
+ - site/_sass/_normalize.scss
160
+ - site/_sass/_pygments.scss
161
+ - site/_sass/_style.scss
162
+ - site/css/screen.scss
163
+ - site/favicon.ico
164
+ - site/fonts/fontawesome-webfont.eot
165
+ - site/fonts/fontawesome-webfont.svg
166
+ - site/fonts/fontawesome-webfont.ttf
167
+ - site/fonts/fontawesome-webfont.woff
168
+ - site/fonts/fontawesome-webfont.woff2
169
+ - site/freenode.txt
170
+ - site/help/index.md
171
+ - site/img/article-footer.png
172
+ - site/img/footer-arrow.png
173
+ - site/img/footer-logo.png
174
+ - site/img/jekyll-sticker.jpg
175
+ - site/img/logo-2x.png
176
+ - site/img/logo-rss.png
177
+ - site/img/octojekyll.png
178
+ - site/index.html
179
+ - site/js/html5shiv.min.js
180
+ - site/js/respond.min.js
181
+ - site/latest_version.txt
182
+ - site/news/index.html
183
+ - site/news/releases/index.html
52
184
  homepage: http://jekyllrb.com
53
185
  licenses:
54
186
  - MIT
@@ -69,7 +201,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
201
  version: '0'
70
202
  requirements: []
71
203
  rubyforge_project:
72
- rubygems_version: 2.2.3
204
+ rubygems_version: 2.5.1
73
205
  signing_key:
74
206
  specification_version: 4
75
207
  summary: Offline usage documentation for Jekyll.
@@ -1,5 +0,0 @@
1
- module Jekyll
2
- module Docs
3
- VERSION = '2.5.3'
4
- end
5
- end
@@ -1,30 +0,0 @@
1
- module Jekyll
2
- module Commands
3
- class Docs < Command
4
-
5
- class << self
6
-
7
- def init_with_program(prog)
8
- prog.command(:docs) do |c|
9
- c.syntax 'docs'
10
- c.description "Launch local server with docs for Jekyll v#{Jekyll::VERSION}"
11
-
12
- c.option 'port', '-P', '--port [PORT]', 'Port to listen on. Defaults to 4000.'
13
- c.option 'host', '-H', '--host [HOST]', 'Host to bind to. Defaults to 127.0.0.1.'
14
-
15
- c.action do |args, options|
16
- options.merge!({
17
- 'source' => File.expand_path("../../../site", File.dirname(__FILE__)),
18
- 'destination' => File.expand_path("../../../site/_site", File.dirname(__FILE__))
19
- })
20
- Jekyll::Commands::Build.process(options)
21
- Jekyll::Commands::Serve.process(options)
22
- end
23
- end
24
- end
25
-
26
- end
27
-
28
- end
29
- end
30
- end
data/lib/jekyll/docs.rb DELETED
@@ -1,7 +0,0 @@
1
- require "jekyll/docs/version"
2
-
3
- module Jekyll
4
- module Docs
5
- # Your code goes here...
6
- end
7
- end