jekyll-theme-classless-simple 0.5.1 → 0.6.0

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
  SHA256:
3
- metadata.gz: 0dcfb33ff9da2635a3652f172e6552fbdb72a2137cc79f8d6f60994dba52316b
4
- data.tar.gz: fb72b113b9584862328b642f9252a1e7a63d0d5a9a452ccbfed514800e6a47d4
3
+ metadata.gz: 0301530b096eb38b51715df17347c486d5077cec7962441bca22ebcf250baaf1
4
+ data.tar.gz: 72b8866a000b35d158b43efe980e41adf1d77facee6d2a969e74d9c32b418a06
5
5
  SHA512:
6
- metadata.gz: eab86be9e5fdd2ab502085b9b5ae472aea6c4bb935752729674c4da324a62a40b3480bc2587fbe8566e77a97b15b567fcf1155ea6ebea994db800ce9f15b2872
7
- data.tar.gz: 53b7c79a1365276a23287c04b22c6d30453d98687ecc144c9e37815d5e9734eff0c0e01d94d0978a996dd67f58e97f4065ea09994f4bcf4fca83ef0f54e38f3f
6
+ metadata.gz: 49379522b1537a2a3d2c6bcea2dea497c5982bbda3859eb2f3df9a9d3b4eca867fbd14f08249a45a5e67140e68c7868bd2658ef84323588888d2e43863c406bb
7
+ data.tar.gz: c9292a7141cc92467af1b47bf828e78e5a63c89c936f9e1dc6019b3a2fb1e03faea92355a89e8f8db77c76fab6389cd0c99ddc26a8309222fa0f492955bcefef
data/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  [![Gem Version](https://badge.fury.io/rb/jekyll-theme-classless-simple.svg)](https://badge.fury.io/rb/jekyll-theme-classless-simple)
2
- [![Test](https://github.com/toshimaru/jekyll-theme-classless-simple/actions/workflows/ci.yaml/badge.svg)](https://github.com/toshimaru/jekyll-theme-classless-simple/actions/workflows/ci.yaml)
2
+ [![Test](https://github.com/toshimaru/jekyll-theme-classless-simple/actions/workflows/ci.yml/badge.svg)](https://github.com/toshimaru/jekyll-theme-classless-simple/actions/workflows/ci.yml)
3
3
 
4
4
  # jekyll-theme-classless-simple
5
5
 
data/_config.yml CHANGED
@@ -8,8 +8,9 @@ description: >
8
8
  a classless CSS framework.
9
9
  theme: jekyll-theme-classless-simple
10
10
  header_pages:
11
- - about.md
12
- - view-on-github.md
11
+ - about.md
12
+ - view-on-github.md
13
+ paginate: 5
13
14
  giscus:
14
15
  repo: toshimaru/jekyll-theme-classless-simple
15
16
  repo-id: R_kgDOGifmdQ
@@ -21,4 +22,5 @@ giscus:
21
22
  # input-position: bottom
22
23
  # theme: light
23
24
  plugins:
24
- - jekyll-redirect-from
25
+ - jekyll-redirect-from
26
+ - jekyll-paginate
@@ -12,3 +12,37 @@
12
12
  .post-meta
13
13
  color: var(--text-light)
14
14
  margin: 0
15
+
16
+ .social-media-list
17
+ display: flex
18
+ justify-content: center
19
+ list-style: none
20
+ margin-left: 0
21
+ li
22
+ margin: 5px 10px 5px 0
23
+ &:last-of-type
24
+ margin-right: 0
25
+ a
26
+ display: block
27
+ padding: 10px 12px
28
+ border: 1px solid var(--border)
29
+ text-decoration: none
30
+ &:hover
31
+ border-color: var(--accent)
32
+
33
+ // Pagination navbar
34
+ .pagination
35
+ @extend .social-media-list
36
+ li
37
+ a, div
38
+ min-width: 43px
39
+ text-align: center
40
+ box-sizing: border-box
41
+ div
42
+ display: block
43
+ padding: 10px 12px
44
+ border: 1px solid transparent
45
+
46
+ &.pager-edge
47
+ color: var(--disabled)
48
+ border: 1px dashed var(--disabled)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-classless-simple
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - toshimaru
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-14 00:00:00.000000000 Z
11
+ date: 2023-06-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll