novella 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -7
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7aca472b97fd93277940c4d80dbe85bb4eef9bb4
4
- data.tar.gz: 8a6161970cc21ae1c1614ab0d8d940cb0200e538
3
+ metadata.gz: 2c8bc7356d71d55b3222a5fb4968bcc6034c50f0
4
+ data.tar.gz: 2e58e82ea044be4ff826411fb4345ff8b96549f6
5
5
  SHA512:
6
- metadata.gz: db2048871a78ae3280bad19f8adcf107f9aca686f26274b5ed9127528e2fd1124a5d926eef15cf0ab52e185d7ec812874b29effada78ff51eb76a67ba7319f44
7
- data.tar.gz: 2d65a5321482328a0a4ad8ae9fc41d777c6ef10008d898c55b82f5938d94945c46bdfae15451adfa92b5bd46d23662ae488fac30982b17ba2cbcbf24050911cc
6
+ metadata.gz: cd96510be8037989bea13baf0a2e3c57cc00fbf3cc3d50e78a1445f82642187a8bb133e491acc7a4ea155f9e3c505ef572a7a9fc5795cecc6e4b8ffda07e41d1
7
+ data.tar.gz: 531bb8bbba79c03860951106e77f0d9682cb1988cbd4c41033292a9f49044e9da45e449198ec5b0c28801ce760ea10876f2dd5fbea31cb91cb672969a5e69f9e
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # novella
2
2
 
3
- Minimalistic theme with colors from Solarized.
3
+ Minimalistic theme for Jekyll with colors from Solarized.
4
4
 
5
5
  ## Installation
6
6
 
@@ -10,11 +10,7 @@ Add this line to your Jekyll site's Gemfile:
10
10
  gem "novella"
11
11
  ```
12
12
 
13
- And add this line to your Jekyll site's `_config.yml`:
14
-
15
- ```yaml
16
- theme: novella
17
- ```
13
+ In order to utilize the theme, make sure to either copy the `_config.yml` file into your new Jekyll site or update your own with the values from the theme's `_config.yml` file.
18
14
 
19
15
  And then execute:
20
16
 
@@ -27,4 +23,3 @@ Or install it yourself as:
27
23
  ## License
28
24
 
29
25
  The theme is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
30
-
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: novella
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Maroon
@@ -113,5 +113,5 @@ rubyforge_project:
113
113
  rubygems_version: 2.6.4
114
114
  signing_key:
115
115
  specification_version: 4
116
- summary: Minimalistic theme with colors from Solarized.
116
+ summary: Minimalistic theme for Jekyll with colors from Solarized.
117
117
  test_files: []