jekyll-theme-lily 1.1.2.2.11 → 1.3.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: 62e2af3c50b98932133b443bf1cbed8aa393867b852c5afd38fc132ac54cf6c1
4
- data.tar.gz: 14851900b2f689c495610678d95808bf4cd95025d83b3633f61c31680e203049
3
+ metadata.gz: 9cba36a9d8fc2693188c9ab9de8e56534af318fee0423e488d0afe0cdd6cc277
4
+ data.tar.gz: 45a0fe8c2edb3592cd0a174ffda3ad01ada888aa1df37c9cda1a088931cc243d
5
5
  SHA512:
6
- metadata.gz: bf875d77cb4da93ee5796cd7310d5e39f398d9cddb4e1e7276e637a178616b5a5ab47cbb94047aae73fb390270d7b828d272413bf17f33f69c165a6c5e49b7cc
7
- data.tar.gz: '083c7e3fac9032654573e9b60519746034db1fd5b0d524f6aa9e349668eb258dd29e898b6507ad1336602b8c5c3c1cf56b2dd2167021e709ddfb9bdc73401bdb'
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
@@ -4,5 +4,5 @@
4
4
  <div class="small-divider"></div>
5
5
  {% endif %}
6
6
  <p>{{ site.description }}</p>
7
- <p class="footer-copyright">&#xA9; 2022 {{site.title}}. Powered by <a href="https://github.com/HowerZiu/lily">Lily</a>.</p>
7
+ <p class="footer-copyright">&#xA9; 2022 {{site.title}}. Powered by <a href="https://github.com/HowerZiu/jekyll-theme-lily">Lily</a>.</p>
8
8
  </footer>
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.1.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
@@ -83,7 +83,7 @@ files:
83
83
  - assets/css/style.scss
84
84
  - assets/js/lily.js
85
85
  - assets/js/scale.fix.js
86
- homepage: https://github.com/HowerZiu/lily
86
+ homepage: https://github.com/HowerZiu/jekyll-theme-lily
87
87
  licenses:
88
88
  - MIT
89
89
  metadata:
@@ -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: []