jekyll-theme-lily 1.2.2.2.11 → 1.4.2.2.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +18 -6
  3. data/_config.yml +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bb989cebc4c328cfdc30e5dd91f6578c3c65716d7cbe2ca71e0c5a9bbe94a95c
4
- data.tar.gz: 98886f7b829f7220bd36365ff6cb44ef443359bd59d0c013d23df1140240dcfa
3
+ metadata.gz: 64284bd17a12fe20960d51c55d96c0499c2dae6931cc8274fa490c1c235cf4d4
4
+ data.tar.gz: ec37b9ebf3b7c4a6eac02b621043d4b2ef197c3f937caba160b6775a75001f27
5
5
  SHA512:
6
- metadata.gz: 1038939900d49df84b29a93fd55188bf12265167dddd96a81cbb2ff038825c77d0048c545d731aaff222d443f4c594a7fb32b79eeb965660db4e3d553bdd85ba
7
- data.tar.gz: 561f6c726097cb394fefa894759af8e0a3cb85c70e96683a52912480bf10e6c7d275d6d7c6a1daa039e87e66b63c2ebf18e9522cd43143ae7a4a8ace50cffa13
6
+ metadata.gz: eb141f8c2036f020b10423dd5e0907c78135da025ec2c1b6634590ddfbe909577e2bc85e8c96ba97c93382c7bc49f4fb6f70f693eca8d121d3a5c7dfad84aa95
7
+ data.tar.gz: 16c9195791fe5204bbd21d4df2ceb7443fd3aacb658a1ed1dc5e615feca125f11d31bcc8a7fd1ab5770366a80a49405dc5212472172a9ec4036e89fbc74d9512
data/README.md CHANGED
@@ -1,10 +1,8 @@
1
1
  # jekyll-theme-lily
2
2
 
3
- Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes`, your sass files in `_sass` and any other assets in `assets`.
3
+ [![Gem Version](https://badge.fury.io/rb/jekyll-theme-lily.svg)](https://badge.fury.io/rb/jekyll-theme-lily) [![Gem](https://img.shields.io/gem/dt/jekyll-theme-lily.svg)](https://img.shields.io/gem/dt/jekyll-theme-lily.svg)
4
4
 
5
- To experiment with this code, add some sample content and run `bundle exec jekyll serve` this directory is setup just like a Jekyll site!
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,11 +29,25 @@ Or install it yourself as:
31
29
 
32
30
  ## Usage
33
31
 
34
- TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
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
 
38
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/hello. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
50
+ Bug reports and pull requests are welcome on GitHub at https://github.com/HowerZiu/jekyll-theme-lily. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
39
51
 
40
52
  ## Development
41
53
 
data/_config.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  title: Lily theme
2
- description: A fresh theme for Jekyll based on Beercss.
2
+ description: A fresh Jekyll theme based on Beercss.
3
3
  show_downloads: true
4
4
  google_analytics:
5
5
  theme: jekyll-theme-lily
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.2.2.2.11
4
+ version: 1.4.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-03 00:00:00.000000000 Z
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 for Jekyll.
109
+ summary: A fresh Jekyll theme.
110
110
  test_files: []