jekyll-theme-mdui 0.4.9.7 → 0.4.9.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 311d7c6e6c9a3ef143b87e998311fdf4be2e9a7b
4
- data.tar.gz: 04bfbcc8e61c28c9bd4b7498ee4897f277acbd1a
3
+ metadata.gz: 7fef77e6aaddb749283abba1163abad5057704a8
4
+ data.tar.gz: 920111dcec786f04c1cc203586f115bee0da6e17
5
5
  SHA512:
6
- metadata.gz: 2f122e6f267e930b68a3c33087cc1efe7c33e13555250c9ad6e02c95130d0492189e672380f0077cd0f4cfbe15d81734aaced1da876c728b7967aa6b7fc51438
7
- data.tar.gz: b81d9b66408ba4c04fbb2e6bbfb62b6a93002108c53b7ba38611db5dea9d10fb9e56307f906b3beb0209a78ef63258af9aa6ad8da0505f8ce1c3e6badaa9ceee
6
+ metadata.gz: bd14821a31dc006a10c0cbeae710dce848a5283affbfa3a6b09a9a5f220fb3e2d2adf0952f8dc3ada1005d546ca9a11f15b3676cd66516b180b83935af10368a
7
+ data.tar.gz: bd0d16244ca8899a77e75f8b3e70f231bc0d3bb906d4bcfba8c6bf0de5ec8c681283f9d69975ccea01f654960fa62eed37eb0212d0c71cc7309249143d82d8c1
data/README.md CHANGED
@@ -50,6 +50,12 @@
50
50
  - [ ] Tags - Better style
51
51
  - [ ] Site style - More custom options
52
52
  - [x] Editor
53
+ - [x] Posts - Last update date
54
+ - [x] Posts - Reading time
55
+ - [x] Posts - Code highlighting
56
+ - [ ] Meng - Immersive status bar from image
57
+ - [ ] Comment - Add More
58
+ - [ ] Analytics - Add More
53
59
 
54
60
  ## Note
55
61
 
@@ -62,8 +68,8 @@ File Required or Optional:
62
68
  |search.json|Optional|If you use the search page, it is required.|
63
69
  |tags.json|Optional|If you use the tags page, it is required.|
64
70
  |_data/friends.yml|Optional|If you use the friends page, it is required.|
65
- |_data/sns.yml|Optional|It is footer sns,if you want userd, it is required.|
66
- |_data/meng.yml|Optional|It is Meng option,if you want userd, it is required.|
71
+ |_data/sns.yml|Optional|It is footer sns,if you want used, it is required.|
72
+ |_data/meng.yml|Optional|It is Meng option,if you want used, it is required.|
67
73
  |_data/site.yml|Required|It is theme config.|
68
74
  |_data/lang.yml|Required|It is language config.|
69
75
  |_data/menus.yml|Required|It is site menus config.|
@@ -0,0 +1,12 @@
1
+ <link href="//cdn.bootcss.com/prism/9000.0.1/themes/{{site.data.site.prism.themes}}.min.css" rel="stylesheet">
2
+ <script>
3
+ var _self="undefined"!=typeof window?window:"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?self:{},Prism=function(){var e=/\blang(?:uage)?-(\w+)\b/i,t=0,n=_self.Prism={manual:_self.Prism&&_self.Prism.manual,util:{encode:function(e){return e instanceof a?new a(e.type,n.util.encode(e.content),e.alias):"Array"===n.util.type(e)?e.map(n.util.encode):e.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/\u00a0/g," ")},type:function(e){return Object.prototype.toString.call(e).match(/\[object (\w+)\]/)[1]},objId:function(e){return e.__id||Object.defineProperty(e,"__id",{value:++t}),e.__id},clone:function(e){var t=n.util.type(e);switch(t){case"Object":var a={};for(var r in e)e.hasOwnProperty(r)&&(a[r]=n.util.clone(e[r]));return a;case"Array":return e.map&&e.map(function(e){return n.util.clone(e)})}return e}},languages:{extend:function(e,t){var a=n.util.clone(n.languages[e]);for(var r in t)a[r]=t[r];return a},insertBefore:function(e,t,a,r){r=r||n.languages;var i=r[e];if(2==arguments.length){a=arguments[1];for(var l in a)a.hasOwnProperty(l)&&(i[l]=a[l]);return i}var o={};for(var s in i)if(i.hasOwnProperty(s)){if(s==t)for(var l in a)a.hasOwnProperty(l)&&(o[l]=a[l]);o[s]=i[s]}return n.languages.DFS(n.languages,function(t,n){n===r[e]&&t!=e&&(this[t]=o)}),r[e]=o},DFS:function(e,t,a,r){r=r||{};for(var i in e)e.hasOwnProperty(i)&&(t.call(e,i,e[i],a||i),"Object"!==n.util.type(e[i])||r[n.util.objId(e[i])]?"Array"!==n.util.type(e[i])||r[n.util.objId(e[i])]||(r[n.util.objId(e[i])]=!0,n.languages.DFS(e[i],t,i,r)):(r[n.util.objId(e[i])]=!0,n.languages.DFS(e[i],t,null,r)))}},plugins:{},highlightAll:function(e,t){var a={callback:t,selector:'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'};n.hooks.run("before-highlightall",a);for(var r,i=a.elements||document.querySelectorAll(a.selector),l=0;r=i[l++];)n.highlightElement(r,e===!0,a.callback)},highlightElement:function(t,a,r){for(var i,l,o=t;o&&!e.test(o.className);)o=o.parentNode;o&&(i=(o.className.match(e)||[,""])[1].toLowerCase(),l=n.languages[i]),t.className=t.className.replace(e,"").replace(/\s+/g," ")+" language-"+i,o=t.parentNode,/pre/i.test(o.nodeName)&&(o.className=o.className.replace(e,"").replace(/\s+/g," ")+" language-"+i);var s=t.textContent,u={element:t,language:i,grammar:l,code:s};if(n.hooks.run("before-sanity-check",u),!u.code||!u.grammar)return u.code&&(n.hooks.run("before-highlight",u),u.element.textContent=u.code,n.hooks.run("after-highlight",u)),n.hooks.run("complete",u),void 0;if(n.hooks.run("before-highlight",u),a&&_self.Worker){var g=new Worker(n.filename);g.onmessage=function(e){u.highlightedCode=e.data,n.hooks.run("before-insert",u),u.element.innerHTML=u.highlightedCode,r&&r.call(u.element),n.hooks.run("after-highlight",u),n.hooks.run("complete",u)},g.postMessage(JSON.stringify({language:u.language,code:u.code,immediateClose:!0}))}else u.highlightedCode=n.highlight(u.code,u.grammar,u.language),n.hooks.run("before-insert",u),u.element.innerHTML=u.highlightedCode,r&&r.call(t),n.hooks.run("after-highlight",u),n.hooks.run("complete",u)},highlight:function(e,t,r){var i=n.tokenize(e,t);return a.stringify(n.util.encode(i),r)},matchGrammar:function(e,t,a,r,i,l,o){var s=n.Token;for(var u in a)if(a.hasOwnProperty(u)&&a[u]){if(u==o)return;var g=a[u];g="Array"===n.util.type(g)?g:[g];for(var c=0;c<g.length;++c){var h=g[c],f=h.inside,d=!!h.lookbehind,m=!!h.greedy,p=0,y=h.alias;if(m&&!h.pattern.global){var v=h.pattern.toString().match(/[imuy]*$/)[0];h.pattern=RegExp(h.pattern.source,v+"g")}h=h.pattern||h;for(var b=r,k=i;b<t.length;k+=t[b].length,++b){var w=t[b];if(t.length>e.length)return;if(!(w instanceof s)){h.lastIndex=0;var _=h.exec(w),P=1;if(!_&&m&&b!=t.length-1){if(h.lastIndex=k,_=h.exec(e),!_)break;for(var A=_.index+(d?_[1].length:0),j=_.index+_[0].length,x=b,O=k,S=t.length;S>x&&(j>O||!t[x].type&&!t[x-1].greedy);++x)O+=t[x].length,A>=O&&(++b,k=O);if(t[b]instanceof s||t[x-1].greedy)continue;P=x-b,w=e.slice(k,O),_.index-=k}if(_){d&&(p=_[1].length);var A=_.index+p,_=_[0].slice(p),j=A+_.length,N=w.slice(0,A),C=w.slice(j),E=[b,P];N&&(++b,k+=N.length,E.push(N));var L=new s(u,f?n.tokenize(_,f):_,y,_,m);if(E.push(L),C&&E.push(C),Array.prototype.splice.apply(t,E),1!=P&&n.matchGrammar(e,t,a,b,k,!0,u),l)break}else if(l)break}}}}},tokenize:function(e,t){var a=[e],r=t.rest;if(r){for(var i in r)t[i]=r[i];delete t.rest}return n.matchGrammar(e,a,t,0,0,!1),a},hooks:{all:{},add:function(e,t){var a=n.hooks.all;a[e]=a[e]||[],a[e].push(t)},run:function(e,t){var a=n.hooks.all[e];if(a&&a.length)for(var r,i=0;r=a[i++];)r(t)}}},a=n.Token=function(e,t,n,a,r){this.type=e,this.content=t,this.alias=n,this.length=0|(a||"").length,this.greedy=!!r};if(a.stringify=function(e,t,r){if("string"==typeof e)return e;if("Array"===n.util.type(e))return e.map(function(n){return a.stringify(n,t,e)}).join("");var i={type:e.type,content:a.stringify(e.content,t,r),tag:"span",classes:["token",e.type],attributes:{},language:t,parent:r};if("comment"==i.type&&(i.attributes.spellcheck="true"),e.alias){var l="Array"===n.util.type(e.alias)?e.alias:[e.alias];Array.prototype.push.apply(i.classes,l)}n.hooks.run("wrap",i);var o=Object.keys(i.attributes).map(function(e){return e+'="'+(i.attributes[e]||"").replace(/"/g,"&quot;")+'"'}).join(" ");return"<"+i.tag+' class="'+i.classes.join(" ")+'"'+(o?" "+o:"")+">"+i.content+"</"+i.tag+">"},!_self.document)return _self.addEventListener?(_self.addEventListener("message",function(e){var t=JSON.parse(e.data),a=t.language,r=t.code,i=t.immediateClose;_self.postMessage(n.highlight(r,n.languages[a],a)),i&&_self.close()},!1),_self.Prism):_self.Prism;var r=document.currentScript||[].slice.call(document.getElementsByTagName("script")).pop();return r&&(n.filename=r.src,!document.addEventListener||n.manual||r.hasAttribute("data-manual")||("loading"!==document.readyState?window.requestAnimationFrame?window.requestAnimationFrame(n.highlightAll):window.setTimeout(n.highlightAll,16):document.addEventListener("DOMContentLoaded",n.highlightAll))),_self.Prism}();"undefined"!=typeof module&&module.exports&&(module.exports=Prism),"undefined"!=typeof global&&(global.Prism=Prism);
4
+ Prism.languages.markup={comment:/<!--[\s\S]*?-->/,prolog:/<\?[\s\S]+?\?>/,doctype:/<!DOCTYPE[\s\S]+?>/i,cdata:/<!\[CDATA\[[\s\S]*?]]>/i,tag:{pattern:/<\/?(?!\d)[^\s>\/=$<]+(?:\s+[^\s>\/=]+(?:=(?:("|')(?:\\\1|\\?(?!\1)[\s\S])*\1|[^\s'">=]+))?)*\s*\/?>/i,inside:{tag:{pattern:/^<\/?[^\s>\/]+/i,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"attr-value":{pattern:/=(?:('|")[\s\S]*?(\1)|[^\s>]+)/i,inside:{punctuation:/[=>"']/}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:/&#?[\da-z]{1,8};/i},Prism.hooks.add("wrap",function(a){"entity"===a.type&&(a.attributes.title=a.content.replace(/&amp;/,"&"))}),Prism.languages.xml=Prism.languages.markup,Prism.languages.html=Prism.languages.markup,Prism.languages.mathml=Prism.languages.markup,Prism.languages.svg=Prism.languages.markup;
5
+ Prism.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:/@[\w-]+?.*?(;|(?=\s*\{))/i,inside:{rule:/@[\w-]+/}},url:/url\((?:(["'])(\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1|.*?)\)/i,selector:/[^\{\}\s][^\{\};]*?(?=\s*\{)/,string:{pattern:/("|')(\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},property:/(\b|\B)[\w-]+(?=\s*:)/i,important:/\B!important\b/i,"function":/[-a-z0-9]+(?=\()/i,punctuation:/[(){};:]/},Prism.languages.css.atrule.inside.rest=Prism.util.clone(Prism.languages.css),Prism.languages.markup&&(Prism.languages.insertBefore("markup","tag",{style:{pattern:/(<style[\s\S]*?>)[\s\S]*?(?=<\/style>)/i,lookbehind:!0,inside:Prism.languages.css,alias:"language-css"}}),Prism.languages.insertBefore("inside","attr-value",{"style-attr":{pattern:/\s*style=("|').*?\1/i,inside:{"attr-name":{pattern:/^\s*style/i,inside:Prism.languages.markup.tag.inside},punctuation:/^\s*=\s*['"]|['"]\s*$/,"attr-value":{pattern:/.+/i,inside:Prism.languages.css}},alias:"language-css"}},Prism.languages.markup.tag));
6
+ Prism.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?\*\//,lookbehind:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0}],string:{pattern:/(["'])(\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/((?:\b(?:class|interface|extends|implements|trait|instanceof|new)\s+)|(?:catch\s+\())[a-z0-9_\.\\]+/i,lookbehind:!0,inside:{punctuation:/(\.|\\)/}},keyword:/\b(if|else|while|do|for|return|in|instanceof|function|new|try|throw|catch|finally|null|break|continue)\b/,"boolean":/\b(true|false)\b/,"function":/[a-z0-9_]+(?=\()/i,number:/\b-?(?:0x[\da-f]+|\d*\.?\d+(?:e[+-]?\d+)?)\b/i,operator:/--?|\+\+?|!=?=?|<=?|>=?|==?=?|&&?|\|\|?|\?|\*|\/|~|\^|%/,punctuation:/[{}[\];(),.:]/};
7
+ Prism.languages.javascript=Prism.languages.extend("clike",{keyword:/\b(as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|var|void|while|with|yield)\b/,number:/\b-?(0x[\dA-Fa-f]+|0b[01]+|0o[0-7]+|\d*\.?\d+([Ee][+-]?\d+)?|NaN|Infinity)\b/,"function":/[_$a-zA-Z\xA0-\uFFFF][_$a-zA-Z0-9\xA0-\uFFFF]*(?=\()/i,operator:/-[-=]?|\+[+=]?|!=?=?|<<?=?|>>?>?=?|=(?:==?|>)?|&[&=]?|\|[|=]?|\*\*?=?|\/=?|~|\^=?|%=?|\?|\.{3}/}),Prism.languages.insertBefore("javascript","keyword",{regex:{pattern:/(^|[^\/])\/(?!\/)(\[.+?]|\\.|[^\/\\\r\n])+\/[gimyu]{0,5}(?=\s*($|[\r\n,.;})]))/,lookbehind:!0,greedy:!0}}),Prism.languages.insertBefore("javascript","string",{"template-string":{pattern:/`(?:\\\\|\\?[^\\])*?`/,greedy:!0,inside:{interpolation:{pattern:/\$\{[^}]+\}/,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:Prism.languages.javascript}},string:/[\s\S]+/}}}),Prism.languages.markup&&Prism.languages.insertBefore("markup","tag",{script:{pattern:/(<script[\s\S]*?>)[\s\S]*?(?=<\/script>)/i,lookbehind:!0,inside:Prism.languages.javascript,alias:"language-javascript"}}),Prism.languages.js=Prism.languages.javascript;
8
+ </script>
9
+
10
+ {%for l in site.data.site.prism.components%}
11
+ <script src="//cdn.bootcss.com/prism/9000.0.1/components/prism-{{ l }}.min.js"></script>
12
+ {% endfor %}
@@ -0,0 +1,29 @@
1
+ <style>
2
+ .k-lastupdate{
3
+ color: #000000;
4
+ background: #ffffc0;
5
+ border-left: 5px solid #fff000;
6
+ cursor: default;
7
+ }
8
+ .k-lastupdate:hover{
9
+ background: #ffffc0;
10
+ }
11
+ .k-lastupdate:active{
12
+ background: #ffffc0 !important;
13
+ }
14
+ </style>
15
+
16
+ <a class="mdui-btn mdui-btn-block k-lastupdate" id="k-difference" href="javascript:;">本文最后更新于0天前,文中所描述的信息可能已发生改变,请谨慎使用。</a>
17
+ <script>
18
+ var date1=Date.parse($('.k-page-date').attr('date'));
19
+ var date2=new Date();
20
+ var date3=date2.getTime()-date1;
21
+
22
+ var days=Math.floor(date3/(24*3600*1000));
23
+
24
+ if (days>= 100){
25
+ $('#k-difference').html("本文最后更新于"+days+"天前,文中所描述的信息可能已发生改变,请谨慎使用。");
26
+ }else{
27
+ $('#k-difference').hide();
28
+ }
29
+ </script>
@@ -0,0 +1,21 @@
1
+ <style>
2
+ .k-readtime{
3
+ color: #000000;
4
+ background: #c0ffee;
5
+ border-left: 5px solid #00ffd8;
6
+ cursor: default;
7
+ }
8
+ .k-readtime:hover{
9
+ background: #c0ffee;
10
+ }
11
+ .k-readtime:active{
12
+ background: #c0ffee !important;
13
+ }
14
+ </style>
15
+
16
+ {% assign words = content | number_of_words %}
17
+ {% if words < 360 %}
18
+ <a class="mdui-btn mdui-btn-block k-readtime" href="javascript:;">阅读本文需要1分钟</a>
19
+ {% else %}
20
+ <a class="mdui-btn mdui-btn-block k-readtime" href="javascript:;">阅读本文需要{{ words | divided_by:180 }}分钟</a>
21
+ {% endif %}
@@ -31,10 +31,23 @@
31
31
  {% include content/component/page_tags.html %}
32
32
  {% include content/component/sns_share.html %}
33
33
  </div>
34
+ {% if site.data.site.many_authors == true %}
35
+ {% if page.author != null %}
36
+ {% assign author = site.data.authors[page.author] %}
37
+ <img class="mdui-card-header-avatar" src="{{author.avatar}}" />
38
+ <div class="mdui-card-header-title">{{author.name}}</div>
39
+ {% else %}
34
40
  <img class="mdui-card-header-avatar" src="{{site.data.site.img.avatar}}" />
35
41
  <div class="mdui-card-header-title">{{site.author}}</div>
36
- <div class="mdui-card-header-subtitle">{{ page.date | date: "%b %-d, %Y" }}</div>
42
+ {% endif %}
43
+ {% else %}
44
+ <img class="mdui-card-header-avatar" src="{{site.data.site.img.avatar}}" />
45
+ <div class="mdui-card-header-title">{{site.author}}</div>
46
+ {% endif %}
47
+ <div class="mdui-card-header-subtitle k-page-date" date="{% if page.lastupdate != null %}{{page.lastupdate | date: "%b %-d, %Y"}}{% else %}{{page.date | date: "%b %-d, %Y"}}{% endif %}">{{ page.date | date: "%b %-d, %Y" }}</div>
37
48
  </div>
49
+ {% include content/component/readtime.html %}
50
+ {% include content/component/lastupdate.html %}
38
51
  <div class="mdui-card-content mdui-typo">
39
52
  {{ content }}
40
53
  </div>
@@ -46,6 +59,5 @@
46
59
  </div>
47
60
  </div>
48
61
  <br>
49
- <script>
50
- </script>
51
- </div>
62
+ </div>
63
+ {% include content/component/highlight.html %}
@@ -29,10 +29,23 @@
29
29
  {% include content/component/qrcode.html %}
30
30
  {% include content/component/sns_share.html %}
31
31
  </div>
32
+ {% if site.data.site.many_authors == true %}
33
+ {% if page.author != null %}
34
+ {% assign author = site.data.authors[page.author] %}
35
+ <img class="mdui-card-header-avatar" src="{{author.avatar}}" />
36
+ <div class="mdui-card-header-title">{{author.name}}</div>
37
+ {% else %}
32
38
  <img class="mdui-card-header-avatar" src="{{site.data.site.img.avatar}}" />
33
39
  <div class="mdui-card-header-title">{{site.author}}</div>
34
- <div class="mdui-card-header-subtitle">{{ page.date | date: "%b %-d, %Y" }}</div>
40
+ {% endif %}
41
+ {% else %}
42
+ <img class="mdui-card-header-avatar" src="{{site.data.site.img.avatar}}" />
43
+ <div class="mdui-card-header-title">{{site.author}}</div>
44
+ {% endif %}
45
+ <div class="mdui-card-header-subtitle k-page-date" date="{% if page.lastupdate != null %}{{page.lastupdate | date: "%b %-d, %Y"}}{% else %}{{page.date | date: "%b %-d, %Y"}}{% endif %}">{{ page.date | date: "%b %-d, %Y" }}</div>
35
46
  </div>
47
+ {% include content/component/readtime.html %}
48
+ {% include content/component/lastupdate.html %}
36
49
  <div class="mdui-card-content mdui-typo">
37
50
  {{ content }}
38
51
  </div>
@@ -41,6 +54,5 @@
41
54
  </div>
42
55
  </div>
43
56
  <br>
44
- <script>
45
- </script>
46
- </div>
57
+ </div>
58
+ {% include content/component/highlight.html %}
@@ -45,8 +45,19 @@
45
45
  {% endfor %}
46
46
  <a class="k-post-categories" href="{{ca | prepend: site.baseurl }}?category={{post.categories}}">{{post.categories}}</a>
47
47
  </div>
48
+ {% if site.data.site.many_authors == true %}
49
+ {% if post.author != null %}
50
+ {% assign author = site.data.authors[post.author] %}
51
+ <img class="mdui-card-header-avatar" src="{{author.avatar}}" />
52
+ <div class="mdui-card-header-title">{{author.name}}</div>
53
+ {% else %}
48
54
  <img class="mdui-card-header-avatar" src="{{site.data.site.img.avatar}}" />
49
55
  <div class="mdui-card-header-title">{{site.author}}</div>
56
+ {% endif %}
57
+ {% else %}
58
+ <img class="mdui-card-header-avatar" src="{{site.data.site.img.avatar}}" />
59
+ <div class="mdui-card-header-title">{{site.author}}</div>
60
+ {% endif %}
50
61
  <div class="mdui-card-header-subtitle">{{ post.date | date: "%b %-d, %Y" }}</div>
51
62
  </div>
52
63
  </div>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-mdui
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.9.7
4
+ version: 0.4.9.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - KeJun
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-23 00:00:00.000000000 Z
11
+ date: 2017-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -79,9 +79,12 @@ files:
79
79
  - _includes/comment/disqus.html
80
80
  - _includes/component/nprogress.html
81
81
  - _includes/component/sw.html
82
+ - _includes/content/component/highlight.html
82
83
  - _includes/content/component/imgboxed.html
84
+ - _includes/content/component/lastupdate.html
83
85
  - _includes/content/component/page_tags.html
84
86
  - _includes/content/component/qrcode.html
87
+ - _includes/content/component/readtime.html
85
88
  - _includes/content/component/sns_share.html
86
89
  - _includes/content/component/toc.html
87
90
  - _includes/content/editor.html