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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0dcfb33ff9da2635a3652f172e6552fbdb72a2137cc79f8d6f60994dba52316b
4
- data.tar.gz: fb72b113b9584862328b642f9252a1e7a63d0d5a9a452ccbfed514800e6a47d4
3
+ metadata.gz: cc823515bd48d163a9c69cd9148954d4f8173536967665abf2b07f609749bb4f
4
+ data.tar.gz: 662176705e717f45c5cbd53844fecf89f79ccffa340f384c9419a407b8ffd992
5
5
  SHA512:
6
- metadata.gz: eab86be9e5fdd2ab502085b9b5ae472aea6c4bb935752729674c4da324a62a40b3480bc2587fbe8566e77a97b15b567fcf1155ea6ebea994db800ce9f15b2872
7
- data.tar.gz: 53b7c79a1365276a23287c04b22c6d30453d98687ecc144c9e37815d5e9734eff0c0e01d94d0978a996dd67f58e97f4065ea09994f4bcf4fca83ef0f54e38f3f
6
+ metadata.gz: f97d3e44c890051cf008c1c0e07ad18c0a84bfa3a7bd0d872c2e88f9277213236bfef755b799e7e258de2284e0b51a7f20597c0d2950e52bf8ea95300395af49
7
+ data.tar.gz: f4ba9e2c2bebe9947166680dad1af95477192d895f6c9626f189cafe83b23b369c9ab75e43b288daa3800a4154d8a1368c5825240139bd60e878b5c853a0d88f
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2021-2023 toshimaru
3
+ Copyright (c) 2021-2024 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.1
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: 2023-05-14 00:00:00.000000000 Z
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.4.10
113
+ rubygems_version: 3.5.3
114
114
  signing_key:
115
115
  specification_version: 4
116
116
  summary: Jekyll theme styled with Simple.css