jekyll-theme-lily 1.6.2.2.11 → 1.7.2.2.11

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: 5108bb3d0a7e041648db46edbb89052896b49dc57290a192c43c8345fbbbc8a0
4
- data.tar.gz: 6c64d04e19b9af000e8ef6ee9fe56fa857fe6cf437b6eb47c243e1a6368a868c
3
+ metadata.gz: 78cc8bc46f04173e539cdd5ee360fabefdb3f2e7c3848c1e6abe2696f118c6f5
4
+ data.tar.gz: 88a84dfc95ec126f29b5a7c32dd7dc91d5e1d6f80a95b506b6c1034a76f3879f
5
5
  SHA512:
6
- metadata.gz: 49a311aa558c39a6b32cbfb672f511bd5d4f8b95d59904afca5819d2c1627373e3e44d1815538d2490f16eb735c3ecc76f35450a6cd5f61fde6324ba4e7ac4e5
7
- data.tar.gz: f47feb31c1ac0c968028361fba0e241264bb3431e947c4e850c52c3063a1c2d598c0fa1f8d614176bb3c281798d574fb8ccea17a382a1a053342bab81d9341b2
6
+ metadata.gz: c7904ef690198f236fd4143b5a5bb7bcb68164c42c893c5b40403e5cdcc166e48e7426d0318a900dbe2896d827d85c9683e597cfb1ee48989c569f42777d1c92
7
+ data.tar.gz: f517d53f39ea5e9ba7359ec6d20c1367b62a24b9a53f9d2cb82afb022b7229d81cbfb5b9861371a9b851b2b60ceaf8b67e6ebc77a61efc98de0a3c4941529e5d
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@1.6.2.2.11
37
+ remote_theme: HowerZiu/jekyll-theme-lily@1.7.2.2.11
38
38
  plugins:
39
39
  - jekyll-remote-theme # add this line to the plugins list if you already have one
40
40
  ```
@@ -5,4 +5,18 @@
5
5
  {% endif %}
6
6
  <p>{{ site.description }}</p>
7
7
  <p class="footer-copyright">&#xA9; 2022 {{site.title}}. Powered by <a href="https://github.com/HowerZiu/jekyll-theme-lily">Lily</a>.</p>
8
- </footer>
8
+ </footer>
9
+ {% for js in layout.js %}
10
+ {% if js contains "//" %}
11
+ <script src="{{js}}"></script>
12
+ {% else %}
13
+ <script src="{{site.baseurl}}/assets/js/{{js}}"></script>
14
+ {% endif %}
15
+ {% endfor %}
16
+ {% for js in page.js %}
17
+ {% if js contains "//" %}
18
+ <script src="{{js}}"></script>
19
+ {% else %}
20
+ <script src="{{site.baseurl}}/assets/js/{{js}}"></script>
21
+ {% endif %}
22
+ {% endfor %}
data/_includes/head.html CHANGED
@@ -14,6 +14,20 @@
14
14
  <link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/npm/beercss@2.2.11/dist/cdn/beer.min.css">
15
15
  {% endif %}
16
16
  <link rel="stylesheet" type="text/css" href="{{ "/assets/css/style.css" | relative_url }}">
17
+ {% for css in layout.css %}
18
+ {% if css contains "//" %}
19
+ <link rel="stylesheet" href="{{css}}">
20
+ {% else %}
21
+ <link rel="stylesheet" href="{{site.baseurl}}/assets/css/{{css}}">
22
+ {% endif %}
23
+ {% endfor %}
24
+ {% for css in page.css %}
25
+ {% if css contains "//" %}
26
+ <link rel="stylesheet" href="{{css}}">
27
+ {% else %}
28
+ <link rel="stylesheet" href="{{site.baseurl}}/assets/css/{{css}}">
29
+ {% endif %}
30
+ {% endfor %}
17
31
  {% if site.lily.beercss.js_url %}
18
32
  <script type="text/javascript" src="{{ site.lily.beercss.js_url }}"></script>
19
33
  {% else %}
File without changes
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: 1.6.2.2.11
4
+ version: 1.7.2.2.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - HowerZiu
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-04 00:00:00.000000000 Z
11
+ date: 2022-10-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -77,7 +77,7 @@ files:
77
77
  - _layouts/page.html
78
78
  - _layouts/post.html
79
79
  - _sass/jekyll-theme-lily.scss
80
- - _sass/lilie.scss
80
+ - _sass/lily.scss
81
81
  - _sass/rouge-dark.scss
82
82
  - _sass/rouge-light.scss
83
83
  - assets/css/style.scss