jekyll-theme-satellite 1.2.5 → 1.3.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: 79395ea38c29e9dc3201c52c870b2cfd755c37c62b33edfe4cd52c01ad2fcd2d
4
- data.tar.gz: 66d781a168366aae17268b450acfa7c5e44914e00adb2e1d49dc65d00ad2a5ed
3
+ metadata.gz: c826b4a31ce55c5053a53daa53386a18d17aac07dea70f9b9c2e2e7a064ce6bd
4
+ data.tar.gz: ca569e5d30b7ac98e8cbc0ae815c3391205a4aeac66d61724301988721708a95
5
5
  SHA512:
6
- metadata.gz: a0007d21f5f67c5566a03ca2b86a6b6de7f6e7457878311152d83eb64b7e4d625ce17032e6079faa46e990db2bcfe41b2d27ac529d4414c7e059e7d44a85f622
7
- data.tar.gz: 45638f4dbacc2e501af801347ee738527f58f994b28a334894b72fd74f9bdd3f6b4ad8d6871b0cc9e7e552526d5d430dad9ccd48f4f9bd181fcad4cd3ebf224b
6
+ metadata.gz: 166207e15f13296987e2b67b90da67095cf5e79e833f448c84eb2673f2cc770387d73f683b1120bde863de1cf0aa0bb6d0c25b57b43b360b3c6e6a8ebbf95108
7
+ data.tar.gz: 2d75ca0a6e03dab490a2baa68a013be7884d9a4af83314689b78fc12c43657fe5c9e059df8a402de0a88388a05c71199b590be2b10c26c4de517498fd95b626d
data/README.md CHANGED
@@ -2,6 +2,13 @@
2
2
  [![License: MIT](https://img.shields.io/badge/License-MIT-orange.svg)](https://opensource.org/licenses/MIT)
3
3
  [![Jekyll](https://img.shields.io/badge/jekyll-%3E%3D%204.3.2-green.svg)](https://jekyllrb.com/)
4
4
  [![Jekyll](https://img.shields.io/badge/gem%20version-3.2.33-blue.svg)](gem)
5
+ <a href="https://jekyll-themes.com/[GITHUB USER NAME]/[GITHUB REPOSITORY NAME]">
6
+ <img
7
+ src="https://img.shields.io/badge/featured%20on-JT-red.svg"
8
+ height="20"
9
+ alt="Jekyll Themes Shield"
10
+ />
11
+ </a>
5
12
 
6
13
  # Satellite🛰️ - Jekyll blog theme
7
14
  An emotional and adorable blog theme powered by ***Jekyll***.
@@ -39,7 +46,6 @@ Live demo is available [here](https://byanko55.github.io)
39
46
  * Table of Contents
40
47
  * Visitor Counter (*goatcounter*)
41
48
 
42
- <br></br>
43
49
 
44
50
  ## Installation
45
51
 
@@ -58,12 +64,11 @@ Create a clean site directory (Follow the **Instruction 1~4** described [here](h
58
64
  The following materials are redundant, so remove them.
59
65
  * index.markdown
60
66
  * about.markdown
61
- * 404.html
62
67
  <br></br>
63
68
 
64
69
  Then, add this line to your Jekyll site's `Gemfile`:
65
70
 
66
- ```
71
+ ```bash
67
72
  gem "jekyll-theme-satellite"
68
73
  ```
69
74
 
@@ -74,7 +79,7 @@ You need to replace the initial `_config.yml` file with the [prepared one](https
74
79
 
75
80
  Now fill in the **site variable** such as blog name, profile image, and social accounts in `_config.yml`.
76
81
 
77
- ```
82
+ ```yml
78
83
  title: Example.com
79
84
  description: "Satellite - jekyll blog theme"
80
85
  logo_img: "/assets/img/favicon.webp"
@@ -88,7 +93,7 @@ instagram_username: instagram
88
93
  linkedin_username: linkedin
89
94
  facebook_username: facebook
90
95
  ```
91
- <br></br>
96
+
92
97
 
93
98
  ### Run site locally
94
99
 
@@ -97,7 +102,7 @@ From the site root directory, install the dependencies:
97
102
  ```
98
103
  bundle install
99
104
  ```
100
- <br></br>
105
+
101
106
 
102
107
  Start a Jekyll service.
103
108
 
@@ -123,4 +128,4 @@ If you would like to report a bug or request a new feature, please open [an issu
123
128
  <br></br>
124
129
 
125
130
  ## License
126
- © 2024 *Yankos*. This theme is available as open source under the terms of the [MIT License](https://opensource.org/license/mit/).
131
+ © 2024 *Yankos*. This theme is available as open source under the terms of the [MIT License](https://opensource.org/license/mit/).
@@ -3,7 +3,7 @@
3
3
  <h1 class="site-tab">
4
4
  <a href="/" class="site-name">
5
5
  <img src="{{ '/assets/img/icon/house.webp' }}" alt="">
6
- <mark>"{{ site.title }}"</mark>
6
+ <mark>{{ site.title }}</mark>
7
7
  </a>
8
8
  <button id="btn-brightness" aria-label="brightness-button">
9
9
  <svg class='ico-dark' xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path d="M223.5 32C100 32 0 132.3 0 256S100 480 223.5 480c60.6 0 115.5-24.2 155.8-63.4c5-4.9 6.3-12.5 3.1-18.7s-10.1-9.7-17-8.5c-9.8 1.7-19.8 2.6-30.1 2.6c-96.9 0-175.5-78.8-175.5-176c0-65.8 36-123.1 89.3-153.3c6.1-3.5 9.2-10.5 7.7-17.3s-7.3-11.9-14.3-12.5c-6.3-.5-12.6-.8-19-.8z"/></svg>
@@ -32,7 +32,7 @@
32
32
  </a></li>
33
33
  {% endif %}
34
34
  {% if site.email %}
35
- <li><a aria-label="My Email" href="{{ site.email }}">
35
+ <li><a aria-label="My Email" href="mailto:{{ site.email }}">
36
36
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 17.1-54 17.1-76.8 0L0 176z"/></svg>
37
37
  </a></li>
38
38
  {% endif %}
data/_sass/sidebar.scss CHANGED
@@ -302,14 +302,18 @@
302
302
  }
303
303
  }
304
304
 
305
+ .sidebar-right{
306
+ display:flex;
307
+ height:100%;
308
+ margin-left:calc(var(--pagewidth-desktop) + #{$sidebarwd}/2);
309
+ }
310
+
305
311
  }
306
312
 
307
313
  @include mq(wide){
308
314
 
309
315
  .sidebar-left{ width:calc((100vw - #{$contentwd})/2); }
310
316
  .sidebar-right{
311
- display:flex;
312
- height:100%;
313
317
  width:calc((100vw - #{$contentwd})/2);
314
318
  margin-left:calc(#{$contentwd} + (100vw - #{$contentwd})/2);
315
319
  }
data/_sass/toc.scss CHANGED
@@ -1,6 +1,7 @@
1
1
  .toc {
2
2
  position:fixed;
3
3
  top:6rem;
4
+ display: none;
4
5
  }
5
6
 
6
7
  .toc-header {
@@ -55,4 +56,8 @@
55
56
  color:indianred !important;
56
57
  font-weight:950;
57
58
  }
59
+ }
60
+
61
+ @include mq(wide){
62
+ .toc{ display: block; }
58
63
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-satellite
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.5
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yankos
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-13 00:00:00.000000000 Z
11
+ date: 2024-04-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll