jekyll-theme-classless-simple 0.5.0 → 0.6.0

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
  SHA256:
3
- metadata.gz: 921e3964342186e066ac2a58fc4683a7041f8e7a3d76decc62fe50e318824f31
4
- data.tar.gz: e718983e9c1c716c4734eb50eace700009b0305540fdf3e43e21dc9eb213eae5
3
+ metadata.gz: 0301530b096eb38b51715df17347c486d5077cec7962441bca22ebcf250baaf1
4
+ data.tar.gz: 72b8866a000b35d158b43efe980e41adf1d77facee6d2a969e74d9c32b418a06
5
5
  SHA512:
6
- metadata.gz: ed10eb3333701247245d8a198c6843e44ccdb4bc2099fdfb168d05be6e0afd4d08a29d1fe48a10d6c8888007fe3c44e2845f30a9b8f52b92331367447df1812c
7
- data.tar.gz: 9259acfa5b37a304b3ff65bdce5f5180c49b2fbf2eb84eb38e04c94fc13a7c4ad5a446c80073f290b6bebbfed48e9437f1fcae2430ca41714bcee34b90cb5ad2
6
+ metadata.gz: 49379522b1537a2a3d2c6bcea2dea497c5982bbda3859eb2f3df9a9d3b4eca867fbd14f08249a45a5e67140e68c7868bd2658ef84323588888d2e43863c406bb
7
+ data.tar.gz: c9292a7141cc92467af1b47bf828e78e5a63c89c936f9e1dc6019b3a2fb1e03faea92355a89e8f8db77c76fab6389cd0c99ddc26a8309222fa0f492955bcefef
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2021-2022 toshimaru
3
+ Copyright (c) 2021-2023 toshimaru
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
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.0
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-13 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
@@ -103,7 +103,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
103
103
  requirements:
104
104
  - - ">="
105
105
  - !ruby/object:Gem::Version
106
- version: 3.0.0
106
+ version: 2.7.0
107
107
  required_rubygems_version: !ruby/object:Gem::Requirement
108
108
  requirements:
109
109
  - - ">="