jekyll-theme-lily 1.2.2.2.11 → 1.3.2.2.11
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 +17 -5
- data/_config.yml +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9cba36a9d8fc2693188c9ab9de8e56534af318fee0423e488d0afe0cdd6cc277
|
|
4
|
+
data.tar.gz: 45a0fe8c2edb3592cd0a174ffda3ad01ada888aa1df37c9cda1a088931cc243d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1e0fc58b8ee57c1fb779c600a955fdf061b1015d030783e24accbb179580f5a443f67ac1b807342b205372ff5285cc570647ddfe5cc6ac1fd2fc29f0f9232dd9
|
|
7
|
+
data.tar.gz: 2436fafa5673b12327caa0c1a42a57c7eaead252b2698a371d87332971def96faaa5bbfe0aac67fb53cec85875da2ee0d0fa95703d928e124213c37ac2abaa7e
|
data/README.md
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
# jekyll-theme-lily
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
[](https://badge.fury.io/rb/jekyll-theme-lily) [](https://img.shields.io/gem/dt/jekyll-theme-lily.svg)
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
TODO: Delete this and the text above, and describe your gem
|
|
5
|
+
*Lily is a fresh Jekyll theme based on [Beercss](https://www.beercss.com/). You can [preview the theme to see what it looks like](https://howerziu.github.io/jekyll-theme-lily), or [directly use it](#usage).*
|
|
8
6
|
|
|
9
7
|
|
|
10
8
|
## Installation
|
|
@@ -31,7 +29,21 @@ Or install it yourself as:
|
|
|
31
29
|
|
|
32
30
|
## Usage
|
|
33
31
|
|
|
34
|
-
|
|
32
|
+
To directly use the Lily theme:
|
|
33
|
+
|
|
34
|
+
1. Add the following to your site's `_config.yml`:
|
|
35
|
+
|
|
36
|
+
```yml
|
|
37
|
+
remote_theme: HowerZiu/jekyll-theme-lily@1.3.2.2.11
|
|
38
|
+
plugins:
|
|
39
|
+
- jekyll-remote-theme # add this line to the plugins list if you already have one
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
2. Optionally, if you'd like to preview your site on your computer, add the following to your site's `Gemfile`:
|
|
43
|
+
|
|
44
|
+
```ruby
|
|
45
|
+
gem "github-pages", group: :jekyll_plugins
|
|
46
|
+
```
|
|
35
47
|
|
|
36
48
|
## Contributing
|
|
37
49
|
|
data/_config.yml
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: 1.
|
|
4
|
+
version: 1.3.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-
|
|
11
|
+
date: 2022-10-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -106,5 +106,5 @@ requirements: []
|
|
|
106
106
|
rubygems_version: 3.1.2
|
|
107
107
|
signing_key:
|
|
108
108
|
specification_version: 4
|
|
109
|
-
summary: A fresh theme
|
|
109
|
+
summary: A fresh Jekyll theme.
|
|
110
110
|
test_files: []
|