materialized-jekyll 0.1.5 → 0.1.6

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 +6 -1
  3. data/_sass/package.json +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 66b16a906c1788a809c1e46233bb8a79179aef1a
4
- data.tar.gz: cc0a8d07332e4a28e0800f9a81b982cb627a49b0
3
+ metadata.gz: dc80a823e700e603705ebd17b6f4c750f3b5b4f0
4
+ data.tar.gz: dd04be6b8737e3359c3136277a54c006404c667c
5
5
  SHA512:
6
- metadata.gz: 8ef668aef939c6898f98239b114980a7ae818860c8750318c91b32497b3babcf496d9c86dd8fd7e88f01971b4a804fa16b5a849c3e7807b60b33007a7580d376
7
- data.tar.gz: cfdb1671b81cf35a8f14038f1e26ab9eeb8b0a8a77539590d91972c70edd91ece6788bf4e00fa686d97b9af21181c77e8d7b0490774cbe53442e4c27bef4e66a
6
+ metadata.gz: 21aa355c9ed72516eb040b38ab8c8864fbcc6b2c032d6d1da7730411749ce3133310ae9f2d99409294dd320f02cd2833c4b879d458686b44e50669e2fd21f951
7
+ data.tar.gz: 6bcb1468eec156e3d60c8954c5d5fe334013ba9cbad5423d5c31fd60e12642dfcd5674156f3314e190d40505db0137644039b139700f17d8ffa335eb0da2bb2a
data/README.md CHANGED
@@ -2,12 +2,17 @@
2
2
 
3
3
  A materialized Jekyll theme built on top of [minima](https://github.com/jekyll/minima) and inspired by [materialize-sass](https://github.com/mkhairi/materialize-sass).
4
4
 
5
+ This theme is still under development.
6
+
7
+ I created the theme mainly because [my own personal blog](lisalu.com.au) needs to freshen up.
8
+
9
+
5
10
  ## Installation
6
11
 
7
12
  Add this line to your Jekyll site's `Gemfile`:
8
13
 
9
14
  ```ruby
10
- gem "materialized-jekyll"
15
+ gem "materialized-jekyll", :path => "/path/to/materialized-jekyll" #This theme is not supported by GitHub Pages, so you can only test locally; or copy this into your project.
11
16
  ```
12
17
 
13
18
  And add this line to your Jekyll site's `_config.yml`:
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "materialized-jekyll",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "This is a Jekyll theme built on top of minima and inspired by materialize-sass.",
5
5
  "main": "main.js",
6
6
  "scripts": {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: materialized-jekyll
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - tinglu
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-23 00:00:00.000000000 Z
11
+ date: 2017-07-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll