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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +17 -5
  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: 9cba36a9d8fc2693188c9ab9de8e56534af318fee0423e488d0afe0cdd6cc277
4
+ data.tar.gz: 45a0fe8c2edb3592cd0a174ffda3ad01ada888aa1df37c9cda1a088931cc243d
5
5
  SHA512:
6
- metadata.gz: 1038939900d49df84b29a93fd55188bf12265167dddd96a81cbb2ff038825c77d0048c545d731aaff222d443f4c594a7fb32b79eeb965660db4e3d553bdd85ba
7
- data.tar.gz: 561f6c726097cb394fefa894759af8e0a3cb85c70e96683a52912480bf10e6c7d275d6d7c6a1daa039e87e66b63c2ebf18e9522cd43143ae7a4a8ace50cffa13
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
- 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,7 +29,21 @@ 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
 
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.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-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: []