ultralight 1.0.0 → 1.0.1
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 +2 -1
- data/_includes/head/style.html +1 -1
- data/_sass/base.scss +3 -0
- data/assets/style.scss +4 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0d1b76ff4e3222b876588b743eaa543253e9c5e7fa915710a28ac67fd5272069
|
|
4
|
+
data.tar.gz: 2f7b9dec46f8c1ef4b634c17a72b82b6c3074bcce8af91a74a598166ea311e68
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 04ac393127fb0d0a34a57fee00a5f3fd7ba43d3c3071e8aae27c864e2386c494dfd4ae0f85f4033107a4c044e839102f7f30bc53a8f96df9b8f44ffe62df17ee
|
|
7
|
+
data.tar.gz: 925dc0be4c9b1f2266a04c17c134e4d80c3776a5bf5cd7e26806143c751945b3fbf04c843d754e592ef1b6301855a60cdf083b106748d5d9d7413afc7108126b
|
data/README.md
CHANGED
|
@@ -10,7 +10,8 @@ Inspired by [CNN Lite](https://lite.cnn.com).
|
|
|
10
10
|
|
|
11
11
|
It can be hosted on GitHub Pages/IPFS.
|
|
12
12
|
|
|
13
|
-
[demo1: kotet.jp/ultralight/](https://kotet.jp/ultralight/)
|
|
13
|
+
- [demo1: kotet.jp/ultralight/](https://kotet.jp/ultralight/)
|
|
14
|
+
- [demo2: kotet.jp/ultralight-demo (gem-based)](https://kotet.jp/ultralight-demo/)
|
|
14
15
|
|
|
15
16
|
### Output size:
|
|
16
17
|
|
data/_includes/head/style.html
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<link rel="stylesheet" href="{% include relative %}/style.css">
|
|
1
|
+
<link rel="stylesheet" href="{% include relative %}/assets/style.css">
|
data/_sass/base.scss
CHANGED
data/assets/style.scss
ADDED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ultralight
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kotet
|
|
@@ -130,6 +130,7 @@ files:
|
|
|
130
130
|
- _layouts/post.html
|
|
131
131
|
- _sass/base.scss
|
|
132
132
|
- _sass/syntax-highlighting.scss
|
|
133
|
+
- assets/style.scss
|
|
133
134
|
homepage: https://github.com/kotet/ultralight
|
|
134
135
|
licenses:
|
|
135
136
|
- MIT
|