termina-plex 0.1.5 → 0.1.5.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +21 -1
  3. metadata +1 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0eb179e2b6434266ef4cdbf34924f380b983dd147baa93cf6f99d7ce38505e96
4
- data.tar.gz: 3a087b2fe96047a8e196b75e10382e5a66957c8864087a783dae25a0648ca9fe
3
+ metadata.gz: 4f93c4f07fa1f72b68e957ed91e2b7464b71526cf83fb31da8aa9cef9c8c1940
4
+ data.tar.gz: fe42594ae79ea11181095049ade1071980aa770fdf3c1763bdbc6f8bf52ae696
5
5
  SHA512:
6
- metadata.gz: 1bb22af0383c78131d430b515a21a19c00406c4790291dce3b8a98e635f803a771ab93b273e8c39b9f1985f1df73641d2f6112683798735b5204f99cfab70f4e
7
- data.tar.gz: 88dc348cbfd291c92eb92af95be900eaee492e7176d559bfc9ddd2114c5b41935dce986868ce3dd8fc717baad8028589013ce47705fab67a419c22abd2fd4971
6
+ metadata.gz: cdffee50cd6510a2a75ff227cb841cdd7d3247db9557e5b7e88587cca0fb56d246d9d1f6aaf6a2c36062956232f1193e23d8047047cdd4d0aaaeb22aa476eb95
7
+ data.tar.gz: 25ad10877d83eb9a93b9d26f3ad816e88592cf58c654f91e02def040c62e4d647da64b5d593531ed5c9c55be24a0837e166689059858f5d522f07bb3d3a21771
data/README.md CHANGED
@@ -8,7 +8,13 @@ By the default, the theme respects the `prefers-color-scheme` value provided by
8
8
 
9
9
  ## Installation
10
10
 
11
- Add this line to your Jekyll site's Gemfile:
11
+ Add this line to your Jekyll site's Gemfile to install:
12
+
13
+ ```ruby
14
+ gem "termina-plex"
15
+ ```
16
+
17
+ To install the theme from GitHub, add this line to your Jekyll site's Gemfile:
12
18
 
13
19
  ```ruby
14
20
  gem "termina-plex", git: "https://github.com/questionlp/termina-plex.git"
@@ -42,6 +48,20 @@ The links displayed in the header of the page are defined in the `termina-plex.h
42
48
 
43
49
  The social links displayed under the site title in the main section of the landing page are defined by the `termina-plex.social_links` setting. Each link is defined as an object with a `name` and `url` key. An optional `rel` key is available if link-based validation is required by applications like Mastodon. As with the header link names, the link names will also be transformed to lowercase via CSS.
44
50
 
51
+ ## Screenshots
52
+
53
+ ![Screenshot of the Termina Plex theme for Jekyll showing the landing page in dark mode](/screenshots/termina-plex-01-landing-page-dark.png)
54
+
55
+ ![Screenshot of the Termina Plex theme for Jekyll showing the landing page in light mode](/screenshots/termina-plex-02-landing-page-light.png)
56
+
57
+ ![Screenshot of the Termina Plex theme for Jekyll showing a listing blog posts in dark mode](/screenshots/termina-plex-03-blog-post-listing-dark.png)
58
+
59
+ ![Screenshot of the Termina Plex theme for Jekyll showing a listing blog posts in light mode](/screenshots/termina-plex-04-blog-post-listing-light.png)
60
+
61
+ ![Screenshot of the Termina Plex theme for Jekyll showing a blog post in dark mode](/screenshots/termina-plex-05-blog-post-dark.png)
62
+
63
+ ![Screenshot of the Termina Plex theme for Jekyll showing a blog post in light mode](/screenshots/termina-plex-06-blog-post-light.png)
64
+
45
65
  ## License
46
66
 
47
67
  The theme is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
metadata CHANGED
@@ -1,12 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: termina-plex
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Linh Pham
8
- - Matúš Námešný
9
- - Joel Glovier
10
8
  autorequire:
11
9
  bindir: bin
12
10
  cert_chain: []
@@ -97,7 +95,6 @@ dependencies:
97
95
  description:
98
96
  email:
99
97
  - hello@linh.social
100
- - jglovier@github.com
101
98
  executables: []
102
99
  extensions: []
103
100
  extra_rdoc_files: []