jekyll-theme-classless-simple 0.5.1 → 0.6.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE.txt +1 -1
- data/README.md +1 -1
- data/_config.yml +5 -3
- data/_sass/classless-simple/initialize.sass +34 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cc823515bd48d163a9c69cd9148954d4f8173536967665abf2b07f609749bb4f
|
4
|
+
data.tar.gz: 662176705e717f45c5cbd53844fecf89f79ccffa340f384c9419a407b8ffd992
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f97d3e44c890051cf008c1c0e07ad18c0a84bfa3a7bd0d872c2e88f9277213236bfef755b799e7e258de2284e0b51a7f20597c0d2950e52bf8ea95300395af49
|
7
|
+
data.tar.gz: f4ba9e2c2bebe9947166680dad1af95477192d895f6c9626f189cafe83b23b369c9ab75e43b288daa3800a4154d8a1368c5825240139bd60e878b5c853a0d88f
|
data/LICENSE.txt
CHANGED
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.
|
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.
|
4
|
+
version: 0.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- toshimaru
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-03-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -110,7 +110,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
110
110
|
- !ruby/object:Gem::Version
|
111
111
|
version: '0'
|
112
112
|
requirements: []
|
113
|
-
rubygems_version: 3.
|
113
|
+
rubygems_version: 3.5.3
|
114
114
|
signing_key:
|
115
115
|
specification_version: 4
|
116
116
|
summary: Jekyll theme styled with Simple.css
|