jekyll-theme-lily 2.1.2.3.0 → 2.2.2.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/_sass/jekyll-theme-lily.scss +9 -0
- data/assets/js/lily.js +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5103c9cbcb2f05154cfaad7f22d00362f0eecbacda05474d81d672fe959b8bdd
|
|
4
|
+
data.tar.gz: '092ca7abab75c02e32955f8e7f3aa6acf38e86f650bffbbeae18059bd374cdf6'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2439a249c9dc6f255c0cdee825468c812e7d84affa62eede4fbe5acd335a27d04466069b3371340daeb8e564b1d488306ab828f3fcd0231276072c1594b45615
|
|
7
|
+
data.tar.gz: a6aaac49e387529e410f9607fa1bb12cda2e5ea414017decf8b9d56540ffde54021a8a376f2c7490f3831324edef912f4e47e243440fabc5375ddcfe4e37d01b
|
data/README.md
CHANGED
|
@@ -34,7 +34,7 @@ To directly use the Lily theme:
|
|
|
34
34
|
1. Add the following to your site's `_config.yml`:
|
|
35
35
|
|
|
36
36
|
```yml
|
|
37
|
-
remote_theme: HowerZiu/jekyll-theme-lily@2.
|
|
37
|
+
remote_theme: HowerZiu/jekyll-theme-lily@2.2.2.3.0
|
|
38
38
|
plugins:
|
|
39
39
|
- jekyll-remote-theme # add this line to the plugins list if you already have one
|
|
40
40
|
```
|
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
scroll-behavior: smooth;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
:target {
|
|
6
|
+
scroll-margin-top: 64rem;
|
|
7
|
+
background: var(--surface);
|
|
8
|
+
}
|
|
9
|
+
|
|
1
10
|
.lily-mode-light {
|
|
2
11
|
--primary:#4d57a9;--on-primary:#ffffff;--primary-container:#dee0ff;--on-primary-container:#000965;--secondary:#5c5d72;--on-secondary:#ffffff;--secondary-container:#e0e0f9;--on-secondary-container:#181a2c;--tertiary:#78536c;--on-tertiary:#ffffff;--tertiary-container:#ffd7f1;--on-tertiary-container:#2e1127;--error:#ba1b1b;--error-container:#ffdad4;--on-error:#ffffff;--on-error-container:#410001;--background:#fffbff;--on-background:#1b1b1f;--surface:#fffbff;--on-surface:#1b1b1f;--surface-variant:#e3e1ec;--on-surface-variant:#46464f;--outline:#77767f;--inverse-on-surface:#f3f0f5;--inverse-surface:#303034;--inverse-primary:#bbc2ff;--shadow:#000000;--mode: light;
|
|
3
12
|
@import "rouge-light";
|
data/assets/js/lily.js
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-lily
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.2.2.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- HowerZiu
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-11-
|
|
11
|
+
date: 2022-11-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|