yoyoyo 0.0.7 → 0.0.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: 4dd23376ce1624e24bf52fd8fe81c14100726bee
4
- data.tar.gz: 40c2cf6a60655daabc4128ad0efbb07a098e98af
3
+ metadata.gz: 545a7820973a8013d06cf619351e7b6176f5e157
4
+ data.tar.gz: 371109c40040f078b612b9a2ef26e8d5547d95e9
5
5
  SHA512:
6
- metadata.gz: faffc53ae8b16335b068063f027a28af30f7382a7535e4a441fb66ec395af0249ed434f8046382518f8489de6a9c9a1f47722bf8b58d925cc20b074c9ffdac0f
7
- data.tar.gz: c319b075d653c0f746507399ea9648a2fc81271687cac636a854461f933919b127f1004792398e4eec2ecbd2a5cef52d34ec4791fdbf86a282e9f70bde4ff954
6
+ metadata.gz: '0697f061bd00396e85f33139daabab636197f7dd5ef66aea1f1ada83931aa089989c162934f0b0cdf06a0584093820481d596b6c102da060f619d2180f7e0574'
7
+ data.tar.gz: 376be6810dfc5edf9082bda87e4870f8f3aea618f68167ee1e133db39321c50aab639500a1b3f5a4c1af93cfca035151ca0b8d4a7f6473a135d6f1b11e523db2
@@ -1,14 +1,24 @@
1
1
  ---
2
2
  layout: default
3
3
  ---
4
+
4
5
  <h1>{{ page.title }}</h1>
5
6
 
6
7
  <p>
7
8
  {{ page.date | date_to_string }}
8
9
  {% assign author = site.authors | where: 'short_name', page.author | first %}
9
- {% if author %}
10
- - <a href="{{ site.baseurl }}{{ author.url }}">{{ author.name }}</a>
10
+ {% if author %} -
11
+ <a href="{{ site.baseurl }}{{ author.url }}">{{ author.name }}</a>
11
12
  {% endif %}
12
13
  </p>
13
14
 
14
- {{ content }}
15
+ {{ content }}
16
+
17
+ <script
18
+ src="https://utteranc.es/client.js"
19
+ repo="{{ site.repo }}"
20
+ issue-term="pathname"
21
+ theme="github-light"
22
+ crossorigin="anonymous"
23
+ async
24
+ ></script>
@@ -1,5 +1,6 @@
1
1
  @import "body";
2
2
  @import "header";
3
+ @import "post";
3
4
 
4
5
  .current {
5
6
  color: $cyan;
@@ -0,0 +1,3 @@
1
+ .utterances {
2
+ max-width: 100% !important;
3
+ }
@@ -2,5 +2,4 @@
2
2
  ---
3
3
 
4
4
  @import "bootstrap";
5
- @import "header";
6
5
  @import "main";
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yoyoyo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hertz Zhang
@@ -185,6 +185,7 @@ files:
185
185
  - _sass/mixins/_text-truncate.scss
186
186
  - _sass/mixins/_transition.scss
187
187
  - _sass/mixins/_visibility.scss
188
+ - _sass/post.scss
188
189
  - _sass/utilities/_align.scss
189
190
  - _sass/utilities/_background.scss
190
191
  - _sass/utilities/_borders.scss