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.
- checksums.yaml +4 -4
- data/README.md +6 -1
- data/_sass/package.json +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dc80a823e700e603705ebd17b6f4c750f3b5b4f0
|
4
|
+
data.tar.gz: dd04be6b8737e3359c3136277a54c006404c667c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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`:
|
data/_sass/package.json
CHANGED
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.
|
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-
|
11
|
+
date: 2017-07-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|