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
@@ -0,0 +1,44 @@
1
+ ---
2
+ layout: docs
3
+ title: Jekyll on Windows
4
+ permalink: /docs/windows/
5
+ ---
6
+
7
+ While Windows is not an officially-supported platform, it can be used to run
8
+ Jekyll with the proper tweaks. This page aims to collect some of the general
9
+ knowledge and lessons that have been unearthed by Windows users.
10
+
11
+ ## Installation
12
+
13
+ Julian Thilo has written up instructions to get
14
+ [Jekyll running on Windows][windows-installation] and it seems to work for most.
15
+ The instructions were written for Ruby 2.0.0, but should work for later versions
16
+ [prior to 2.2][hitimes-issue].
17
+
18
+ ## Encoding
19
+
20
+ If you use UTF-8 encoding, make sure that no `BOM` header
21
+ characters exist in your files or very, very bad things will happen to
22
+ Jekyll. This is especially relevant if you're running Jekyll on Windows.
23
+
24
+ Additionally, you might need to change the code page of the console window to UTF-8
25
+ in case you get a "Liquid Exception: Incompatible character encoding" error during
26
+ the site generation process. It can be done with the following command:
27
+
28
+ {% highlight bash %}
29
+ $ chcp 65001
30
+ {% endhighlight %}
31
+
32
+ [windows-installation]: http://jekyll-windows.juthilo.com/
33
+ [hitimes-issue]: https://github.com/copiousfreetime/hitimes/issues/40
34
+
35
+ ## Auto-regeneration
36
+
37
+ As of v1.3.0, Jekyll uses the `listen` gem to watch for changes when the
38
+ `--watch` switch is specified during a build or serve. While `listen` has
39
+ built-in support for UNIX systems, it requires an extra gem for compatibility
40
+ with Windows. Add the following to the Gemfile for your site:
41
+
42
+ {% highlight ruby %}
43
+ gem 'wdm', '~> 0.1.0' if Gem.win_platform?
44
+ {% endhighlight %}
@@ -0,0 +1,30 @@
1
+ {% if site.gauges_id %}
2
+ <!-- Gauges (http://gaug.es/) -->
3
+ <script>
4
+ var _gauges = _gauges || [];
5
+ (function() {
6
+ var t = document.createElement('script');
7
+ t.type = 'text/javascript';
8
+ t.async = true;
9
+ t.id = 'gauges-tracker';
10
+ t.setAttribute('data-site-id', '{{ site.gauges_id }}');
11
+ t.src = '//secure.gaug.es/track.js';
12
+ var s = document.getElementsByTagName('script')[0];
13
+ s.parentNode.insertBefore(t, s);
14
+ })();
15
+ </script>
16
+ {% endif %}
17
+
18
+ {% if site.google_analytics_id %}
19
+ <!-- Google Analytics (http://google.com/analytics) -->
20
+ <script>
21
+ !function(j,e,k,y,l,L){j.GoogleAnalyticsObject=y,j[y]||(j[y]=function(){
22
+ (j[y].q=j[y].q||[]).push(arguments)}),j[y].l=+new Date,l=e.createElement(k),
23
+ L=e.getElementsByTagName(k)[0],l.src='//www.google-analytics.com/analytics.js',
24
+ L.parentNode.insertBefore(l,L)}(window,document,'script','ga');
25
+
26
+ ga('create', '{{ site.google_analytics_id }}', 'jekyllrb.com');
27
+ ga('send', 'pageview');
28
+
29
+ </script>
30
+ {% endif %}
@@ -0,0 +1,33 @@
1
+ <script>
2
+ var anchorForId = function (id) {
3
+ var anchor = document.createElement("a");
4
+ anchor.className = "header-link";
5
+ anchor.href = "#" + id;
6
+ anchor.innerHTML = "<span class=\"sr-only\">Permalink</span><i class=\"fa fa-link\"></i>";
7
+ anchor.title = "Permalink";
8
+ return anchor;
9
+ };
10
+
11
+ var linkifyAnchors = function (level, containingElement) {
12
+ var headers = containingElement.getElementsByTagName("h" + level);
13
+ for (var h = 0; h < headers.length; h++) {
14
+ var header = headers[h];
15
+
16
+ if (typeof header.id !== "undefined" && header.id !== "") {
17
+ header.appendChild(anchorForId(header.id));
18
+ }
19
+ }
20
+ };
21
+
22
+ document.onreadystatechange = function () {
23
+ if (this.readyState === "complete") {
24
+ var contentBlock = document.getElementsByClassName("docs")[0] || document.getElementsByClassName("news")[0];
25
+ if (!contentBlock) {
26
+ return;
27
+ }
28
+ for (var level = 1; level <= 6; level++) {
29
+ linkifyAnchors(level, contentBlock);
30
+ }
31
+ }
32
+ };
33
+ </script>
@@ -0,0 +1,8 @@
1
+ <div class="unit one-fifth hide-on-mobiles">
2
+ <aside>
3
+ {% for section in site.data.docs %}
4
+ <h4>{{ section.title }}</h4>
5
+ {% include docs_ul.html items=section.docs %}
6
+ {% endfor %}
7
+ </aside>
8
+ </div>
@@ -0,0 +1,10 @@
1
+ <div class="docs-nav-mobile unit whole show-on-mobiles">
2
+ <select onchange="if (this.value) window.location.href=this.value">
3
+ <option value="">Navigate the docs…</option>
4
+ {% for section in site.data.docs %}
5
+ <optgroup label="{{ section.title }}">
6
+ {% include docs_option.html items=section.docs %}
7
+ </optgroup>
8
+ {% endfor %}
9
+ </select>
10
+ </div>
@@ -0,0 +1,11 @@
1
+ {% assign items = include.items %}
2
+
3
+ {% for item in items %}
4
+ {% assign item_url = item | prepend:"/docs/" | append:"/" %}
5
+
6
+ {% for p in site.docs %}
7
+ {% if p.url == item_url %}
8
+ <option value="{{ site.url }}{{ p.url }}">{{ p.title }}</option>
9
+ {% endif %}
10
+ {% endfor %}
11
+ {% endfor %}
@@ -0,0 +1,21 @@
1
+ {% assign items = include.items %}
2
+
3
+ <ul>
4
+ {% for item in items %}
5
+ {% assign item_url = item | prepend:"/docs/" | append:"/" %}
6
+
7
+ {% if item_url == page.url %}
8
+ {% assign c = "current" %}
9
+ {% else %}
10
+ {% assign c = "" %}
11
+ {% endif %}
12
+
13
+ {% for p in site.docs %}
14
+ {% if p.url == item_url %}
15
+ <li class="{{ c }}"><a href="{{ site.url }}{{ p.url }}">{{ p.title }}</a></li>
16
+ {% break %}
17
+ {% endif %}
18
+ {% endfor %}
19
+
20
+ {% endfor %}
21
+ </ul>
@@ -0,0 +1,15 @@
1
+ <footer role="contentinfo">
2
+ <div class="grid">
3
+ <div class="unit one-third center-on-mobiles">
4
+ <p>The contents of this website are &copy;&nbsp;{{ site.time | date: '%Y' }} <a href="http://tom.preston-werner.com/">Tom Preston-Werner</a> under the terms of the <a href="{{ site.repository }}/blob/master/LICENSE">MIT&nbsp;License</a>.</p>
5
+ </div>
6
+ <div class="unit two-thirds align-right center-on-mobiles">
7
+ <p>
8
+ Proudly hosted by
9
+ <a href="https://github.com">
10
+ <img src="/img/footer-logo.png" width="100" height="30" alt="GitHub • Social coding">
11
+ </a>
12
+ </p>
13
+ </div>
14
+ </div>
15
+ </footer>
@@ -0,0 +1,18 @@
1
+ <header role="banner">
2
+ <nav class="mobile-nav show-on-mobiles">
3
+ {% include primary-nav-items.html %}
4
+ </nav>
5
+ <div class="grid">
6
+ <div class="unit one-third center-on-mobiles">
7
+ <h1>
8
+ <a href="/">
9
+ <span class="sr-only">Jekyll</span>
10
+ <img src="/img/logo-2x.png" width="249" height="115" alt="Jekyll Logo">
11
+ </a>
12
+ </h1>
13
+ </div>
14
+ <nav class="main-nav unit two-thirds hide-on-mobiles">
15
+ {% include primary-nav-items.html %}
16
+ </nav>
17
+ </div>
18
+ </header>
@@ -0,0 +1,33 @@
1
+ <div class="unit one-fifth hide-on-mobiles">
2
+ <aside>
3
+ <ul>
4
+ <li class="{% if page.title == 'News' %}current{% endif %}">
5
+ <a href="/news/">All News</a>
6
+ </li>
7
+ <li class="{% if page.title == 'Releases' %}current{% endif %}">
8
+ <a href="/news/releases/">Jekyll Releases</a>
9
+ </li>
10
+ </ul>
11
+ <h4>Recent Releases</h4>
12
+ <ul>
13
+ {% for post in site.categories.release limit:5 %}
14
+ <li class="{% if page.title == post.title %}current{% endif %}">
15
+ <a href="{{ post.url }}">Version {{ post.version }}</a>
16
+ </li>
17
+ {% endfor %}
18
+ <li>
19
+ <a href="/docs/history/">History »</a>
20
+ </li>
21
+ </ul>
22
+ <h4>Other News</h4>
23
+ <ul>
24
+ {% for post in site.posts %}
25
+ {% unless post.categories contains 'release' %}
26
+ <li class="{% if page.title == post.title %}current{% endif %}">
27
+ <a href="{{ post.url }}">{{ post.title }}</a>
28
+ </li>
29
+ {% endunless %}
30
+ {% endfor %}
31
+ </ul>
32
+ </aside>
33
+ </div>
@@ -0,0 +1,11 @@
1
+ <div class="docs-nav-mobile unit whole show-on-mobiles">
2
+ <select onchange="if (this.value) window.location.href=this.value">
3
+ <option value="">Navigate the blog…</option>
4
+ <option value="/news/">Home</option>
5
+ <optgroup label="v1.x">
6
+ {% for post in site.posts %}
7
+ <option value="{{ post.url }}">{{ post.title }}</option>
8
+ {% endfor %}
9
+ </optgroup>
10
+ </select>
11
+ </div>
@@ -0,0 +1,24 @@
1
+ <article>
2
+ <h2>
3
+ <a href="{{ post.url }}">
4
+ {{ post.title }}
5
+ </a>
6
+ </h2>
7
+ <span class="post-category">
8
+ <span class="label">
9
+ {{ post.categories | array_to_sentence_string }}
10
+ </span>
11
+ </span>
12
+ <div class="post-meta">
13
+ <span class="post-date">
14
+ {{ post.date | date_to_string }}
15
+ </span>
16
+ <a href="https://github.com/{{ post.author }}" class="post-author">
17
+ <img src="https://github.com/{{ post.author }}.png" class="avatar" alt="{{ post.author }} avatar" width="24" height="24">
18
+ {{ post.author }}
19
+ </a>
20
+ </div>
21
+ <div class="post-content">
22
+ {{ post.content }}
23
+ </div>
24
+ </article>
@@ -0,0 +1,17 @@
1
+ <ul>
2
+ <li class="{% if page.overview %}current{% endif %}">
3
+ <a href="/">Home</a>
4
+ </li>
5
+ <li class="{% if page.url contains '/docs/' %}current{% endif %}">
6
+ <a href="/docs/home/">Doc<span class="show-on-mobiles">s</span><span class="hide-on-mobiles">umentation</span></a>
7
+ </li>
8
+ <li class="{% if page.author %}current{% endif %}">
9
+ <a href="/news/">News</a>
10
+ </li>
11
+ <li>
12
+ <a href="/help/">Help</a>
13
+ </li>
14
+ <li>
15
+ <a href="{{ site.repository }}"><span class="hide-on-mobiles">View on </span>GitHub</a>
16
+ </li>
17
+ </ul>
@@ -0,0 +1,39 @@
1
+ {% comment %}
2
+ Map grabs the doc sections, giving us an array of arrays. Join, flattens all
3
+ the items to a comma delimited string. Split turns it into an array again.
4
+ {% endcomment %}
5
+ {% assign docs = site.data.docs | map: 'docs' | join: ',' | split: ',' %}
6
+
7
+ {% comment %}
8
+ Because this is built for every page, lets find where we are in the ordered
9
+ document list by comparing url strings. Then if there's something previous or
10
+ next, lets build a link to it.
11
+ {% endcomment %}
12
+
13
+ {% for document in docs %}
14
+ {% assign document_url = document | prepend:"/docs/" | append:"/" %}
15
+ {% if document_url == page.url %}
16
+ <div class="section-nav">
17
+ <div class="left align-right">
18
+ {% if forloop.first %}
19
+ <span class="prev disabled">Back</span>
20
+ {% else %}
21
+ {% assign previous = forloop.index0 | minus: 1 %}
22
+ {% assign previous_page = docs[previous] | prepend:"/docs/" | append:"/" %}
23
+ <a href="{{ previous_page }}" class="prev">Back</a>
24
+ {% endif %}
25
+ </div>
26
+ <div class="right align-left">
27
+ {% if forloop.last %}
28
+ <span class="next disabled">Next</span>
29
+ {% else %}
30
+ {% assign next = forloop.index0 | plus: 1 %}
31
+ {% assign next_page = docs[next] | prepend:"/docs/" | append:"/" %}
32
+ <a href="{{ next_page }}" class="next">Next</a>
33
+ {% endif %}
34
+ </div>
35
+ </div>
36
+ <div class="clear"></div>
37
+ {% break %}
38
+ {% endif %}
39
+ {% endfor %}
@@ -0,0 +1,17 @@
1
+ <!DOCTYPE HTML>
2
+ <html lang="en-US">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>{{ page.title }}</title>
6
+ <meta name="viewport" content="width=device-width,initial-scale=1">
7
+ <meta name="generator" content="Jekyll v{{ jekyll.version }}">
8
+ {% feed_meta %}
9
+ <link rel="alternate" type="application/atom+xml" title="Recent commits to Jekyll’s master branch" href="{{ site.repository }}/commits/master.atom">
10
+ <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic,900">
11
+ <link rel="stylesheet" href="/css/screen.css">
12
+ <link rel="icon" type="image/x-icon" href="/favicon.ico">
13
+ <!--[if lt IE 9]>
14
+ <script src="/js/html5shiv.min.js"></script>
15
+ <script src="/js/respond.min.js"></script>
16
+ <![endif]-->
17
+ </head>
@@ -0,0 +1,13 @@
1
+ {% include top.html %}
2
+
3
+ <body class="wrap">
4
+ {% include header.html %}
5
+
6
+ {{ content }}
7
+
8
+ {% include footer.html %}
9
+ {% include anchor_links.html %}
10
+ {% include analytics.html %}
11
+
12
+ </body>
13
+ </html>
@@ -0,0 +1,26 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ <section class="docs">
6
+ <div class="grid">
7
+
8
+ {% include docs_contents_mobile.html %}
9
+
10
+ <div class="unit four-fifths">
11
+ <article>
12
+ <div class="improve right hide-on-mobiles">
13
+ <a href="https://github.com/jekyll/jekyll/edit/master/site/{{ page.path }}"><i class="fa fa-pencil"></i> &nbsp;Improve this page</a>
14
+ </div>
15
+ <h1>{{ page.title }}</h1>
16
+ {{ content }}
17
+ {% include section_nav.html %}
18
+ </article>
19
+ </div>
20
+
21
+ {% include docs_contents.html %}
22
+
23
+ <div class="clear"></div>
24
+
25
+ </div>
26
+ </section>
@@ -0,0 +1,19 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ <section class="news">
6
+ <div class="grid">
7
+
8
+ {% include news_contents_mobile.html %}
9
+
10
+ <div class="unit four-fifths">
11
+ {{ content }}
12
+ </div>
13
+
14
+ {% include news_contents.html %}
15
+
16
+ <div class="clear"></div>
17
+
18
+ </div>
19
+ </section>
@@ -0,0 +1,27 @@
1
+ ---
2
+ layout: news
3
+ ---
4
+
5
+ <article>
6
+ <h2>
7
+ {{ page.title }}
8
+ <a href="{{ page.url }}" class="permalink" title="Permalink">∞</a>
9
+ </h2>
10
+ <span class="post-category">
11
+ <span class="label">
12
+ {{ page.categories | array_to_sentence_string }}
13
+ </span>
14
+ </span>
15
+ <div class="post-meta">
16
+ <span class="post-date">
17
+ {{ page.date | date_to_string }}
18
+ </span>
19
+ <a href="https://github.com/{{ page.author }}" class="post-author">
20
+ <img src="https://github.com/{{ page.author }}.png" class="avatar" alt="{{ page.author }} avatar" width="24" height="24">
21
+ {{ page.author }}
22
+ </a>
23
+ </div>
24
+ <div class="post-content">
25
+ {{ content }}
26
+ </div>
27
+ </article>