jekyll-theme-one 0.1.4 → 0.1.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7c4dca09a845ac42fbfdcfe650dfe3a94a690b411f7548c8c0ccd05253c6d820
4
- data.tar.gz: 48e0432ccc0a2861e8095c74cc4779b864b48bfcf246254b9642c9d7ebd08cb9
3
+ metadata.gz: d08ad3bc65f958f0f085cfe36ef0f7fd3af28c265c1a0ad39b41c78aebc1bff6
4
+ data.tar.gz: 5244feb0708befd8546d6be7fb725eb814b3ed1e40bd1b72fc0001bd9423a10b
5
5
  SHA512:
6
- metadata.gz: 32e20739c105925496bc8a2e0423465329ee2883528aab1cec03328e953f96b5d73e33273a281e41e61c8c011002709753ef0c3e9c2f617adc3b69b74eceeb63
7
- data.tar.gz: eb80322cf12bfc11b82679189c16d39a1248d1c82a8ffaf010ca3b4f25cd21259344fdd6e14912f6ad0866371bd0995422a51d495d57e71a7e770156f0b7f2a5
6
+ metadata.gz: 4b39f38c4acf8c759dcf2782a96b4a82287dc168996c8bd0f40edb5fd5d6bedc0528bd8d1cab30b2724ddc8148d4255e420f2a6f34ce7ca36324018feac1687a
7
+ data.tar.gz: 1507831f4c3912cbb2761345fcd077f117fdd5460959ba3179ae4dfff2b9ad77a6b1252a3500a2f663fe5433c2c0a2faa71e55924ad11a958fd2ae9cf61ee89f
data/README.md CHANGED
@@ -1,43 +1,19 @@
1
- # one
1
+ <!-- IGNORE THE HTML BLOCK BELOW, THE INTERESTING PART IS AFTER IT -->
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` and your sass in `_sass`. To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site!
3
+ <h1 align="center">One</h1>
4
4
 
5
- TODO: Delete this and the text above, and describe your gem
5
+ <p align="center">
6
+ <strong>A clean and simple Jekyll starter theme.</strong>
7
+ </p>
6
8
 
7
- ## Installation
9
+ <!-- 🚨 HEY! HERE BEGINS THE INTERESTING STUFF 🚨 -->
8
10
 
9
- Add this line to your Jekyll site's `Gemfile`:
10
-
11
- ```ruby
12
- gem "one"
13
- ```
14
-
15
- And add this line to your Jekyll site's `_config.yml`:
16
-
17
- ```yaml
18
- theme: one
19
- ```
20
-
21
- And then execute:
22
-
23
- $ bundle
24
-
25
- Or install it yourself as:
26
-
27
- $ gem install one
11
+ [![Gem Version](https://badge.fury.io/rb/jekyll-theme-one.svg)](https://badge.fury.io/rb/jekyll-theme-one) [![Build Status](https://travis-ci.org/jasonmelgoza/one.svg?branch=master)](https://travis-ci.org/jasonmelgoza/one)
28
12
 
29
13
  ## Usage
30
14
 
31
- TODO: Write usage instructions here. Describe your available layouts, includes, and/or sass.
32
-
33
- ## Development
34
-
35
- To set up your environment to develop this theme, run `bundle install`.
36
-
37
- Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
38
-
39
- When your theme is released, only the files in `_layouts`, `_includes`, and `_sass` tracked with Git will be released.
15
+ TODO: Write usage instructions here. Describe your available layouts, includes, and/or sass
40
16
 
41
17
  ## License
42
18
 
43
- The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
19
+ The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
@@ -1,6 +1,6 @@
1
1
  //
2
2
  // O N E
3
- // v0.1.4
3
+ // v0.1.5
4
4
  //
5
5
 
6
6
  // Variables
@@ -25,7 +25,6 @@ body {
25
25
 
26
26
  /* Links */
27
27
  a {
28
- color: #0085bd;
29
28
  @include unstyled-link;
30
29
  }
31
30
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-one
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Melgoza