gravid 0.1.10 → 0.1.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 147294105b3e1039b9602e7bd74bb3be292d59ad
4
- data.tar.gz: 89a348ab0fb1ff33c91a0c70518eede2382e88ce
3
+ metadata.gz: 48658b5ab36275682886901f0503ca7e5b0b6c6a
4
+ data.tar.gz: 20810b208f8daab0643683e520a06be306015271
5
5
  SHA512:
6
- metadata.gz: 04aa294d456365cb7715db500490c77a2ab6f296b245d9f879970648471faa86d520621fddd368c7196eb96fdb1533fdfadec80c6d00668c2a77b88b25d87fb0
7
- data.tar.gz: 076f1f31fbc4b612c9d733868ae817209e8e59aa75feceb2bd237b0113e3bdd13f7e5ccb8ce5886ccdee4f1c62febfabcb40231e5c6507a2268c46271e67f442
6
+ metadata.gz: 9d53ff3775481193de45d7b080a98fa4f88d7c04edf8a410cd5c124203e54a51ce91134bdc5456c3f1859580b730f0ecaa879c656ee7320048933c1822888cb8
7
+ data.tar.gz: c297dacf875832e96f7d238675ab19f00042d9ab7fa26c3d0939fcc0ae93e3dd142d274a82df6d134ebc2d408905b1a4ee80da8417610f8776f3bf64fc0ab887
@@ -25,21 +25,12 @@ google_analytics:
25
25
 
26
26
  # Build settings
27
27
  markdown: kramdown
28
- theme: gravid
28
+ # theme: gravid
29
29
  exclude:
30
30
  - Gemfile
31
31
  - Gemfile.lock
32
32
 
33
- plugins:
34
- - jekyll-paginate-v2
35
-
36
- # Pagination Settings
37
- pagination:
38
- enabled: true
39
- per_page: 3
40
- permalink: '/journal/page/:num/'
41
- title: ':title - page :num of :max'
42
- limit: 0
43
- sort_field: 'date'
44
- sort_reverse: true
45
- indexpage: 'journal'
33
+ plugins_dir:
34
+ - jekyll-paginate
35
+ paginate: 5
36
+ paginate_path: "/journal/page:num/"
@@ -5,11 +5,11 @@
5
5
  </a>
6
6
  <nav class="site-nav">
7
7
  {% if site.language == 'zh-CN' %}
8
- <a class="sidebar-nav-item" href="/journal.html">周记</a>
8
+ <a class="sidebar-nav-item" href="/journal">周记</a>
9
9
  <a class="sidebar-nav-item" href="/archive">归档</a>
10
10
  <a class="sidebar-nav-item" href="/about">关于</a>
11
11
  {% else %}
12
- <a class="sidebar-nav-item" href="/journal.html">Journal</a>
12
+ <a class="sidebar-nav-item" href="/journal">Journal</a>
13
13
  <a class="sidebar-nav-item" href="/archive">Archive</a>
14
14
  <a class="sidebar-nav-item" href="/about">About</a>
15
15
  {% endif %}
@@ -4,7 +4,7 @@ layout: default
4
4
 
5
5
  <article class="container typo">
6
6
 
7
- <h1 class="post-title">{{ page.title }}</h1>
7
+ <h1 class="post-title text-left">{{ page.title }}</h1>
8
8
 
9
9
  <section class="posts">
10
10
  <ul class="post-list">
@@ -3,6 +3,6 @@ layout: default
3
3
  ---
4
4
 
5
5
  <article class="container typo">
6
- <h1 class="post-title">{{ page.title }}</h1>
6
+ <h1 class="post-title text-left">{{ page.title }}</h1>
7
7
  {{ content }}
8
8
  </article>
@@ -93,6 +93,10 @@
93
93
  text-align: center;
94
94
  }
95
95
 
96
+ .text-left {
97
+ text-align: left;
98
+ }
99
+
96
100
  /**
97
101
  * Archive
98
102
  */
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gravid
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - zddhub
@@ -110,7 +110,7 @@ files:
110
110
  - assets/zddhub_alipay.png
111
111
  - assets/zddhub_wechat_pay.png
112
112
  - index.md
113
- - journal.md
113
+ - journal/index.html
114
114
  - reward.md
115
115
  homepage: https://github.com/zddhub/gravid
116
116
  licenses: