minimaterialize 1.0.1 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +12 -7
  3. data/package.json +31 -0
  4. metadata +2 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5f18e80739167e732085a49836ab1895d1e841d2
4
- data.tar.gz: 8c60d81b4154a7dbba46b9250b22309f94c4fbc1
3
+ metadata.gz: fadd52cb4d8bf18dbe033dbd7aa83eaf7e981c8f
4
+ data.tar.gz: a8ffa0b53b1229f6ef6d850398ed134008da666a
5
5
  SHA512:
6
- metadata.gz: 198b04a2082c6cec730a6410d8ca1a51e23b8d255bd68e6cf89222eb462c9acff523c85d9dae22fa1958c3e54da37207aebecebcf4109ab4bbed790d89b237a1
7
- data.tar.gz: d7f45280f69b08d413a6d6bb6e6eeb24213bdfe38d49818b8c2061893c082c3deaaceec366f72801596f9892fa9d8e5061bd4f397f5592aea2e1c43ea05b7b4d
6
+ metadata.gz: b192830d6b46a37002b6d0c3ac7c53d572700ddbaba28901566202c300018aaab1c70acd590ab93e0757cbd372caaccb2bc612a8988dc6c60674804b67708398
7
+ data.tar.gz: b8f02bf348a27e9b04bf25ebaf033e5262036dbbb3ecc933df57370dfbc50f7f8025d61ea0b15051bf9cd212ef263d651142c337ee073350180d102a763fe723
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # minimaterialize
1
+ # Minimaterialize
2
2
 
3
3
  **WARNING:** Work in progress.
4
4
 
@@ -11,7 +11,6 @@ PR with a cool fix or feature!
11
11
 
12
12
  **TODO:**
13
13
 
14
- - Add extra demos of materialize functionality
15
14
  - exclude node_modules from build, replace with assets/vendor or something
16
15
  - Update screenshot
17
16
 
@@ -23,13 +22,13 @@ PR with a cool fix or feature!
23
22
 
24
23
  ## Installation
25
24
 
26
- Add this line to your Jekyll site's Gemfile:
25
+ Add this line to your Jekyll site's `Gemfile`:
27
26
 
28
27
  ```ruby
29
28
  gem "minimaterialize"
30
29
  ```
31
30
 
32
- And add this line to your Jekyll site:
31
+ And add this line to your Jekyll site:'s `_config.yml`:
33
32
 
34
33
  ```yaml
35
34
  theme: minimaterialize
@@ -37,8 +36,10 @@ theme: minimaterialize
37
36
 
38
37
  And then execute:
39
38
 
40
- $ bundle
41
-
39
+ ```shell
40
+ npm install
41
+ bundle install
42
+ ```
42
43
 
43
44
  ## Updating
44
45
 
@@ -127,7 +128,11 @@ The title for this section is `Posts` by default and rendered with an `<h2>` tag
127
128
 
128
129
  ### Customization
129
130
 
130
- To override the default structure and style of minimaterialize, simply create the concerned directory at the root of your site, copy the file you wish to customize to that directory, and then edit the file.
131
+ **Reading [Jekyll's theme documentation](https://jekyllrb.com/docs/themes/) will
132
+ help you understand what's going on behind the scenes and how to customize your
133
+ site.**
134
+
135
+ To override the default structure and style of minimaterialize, create the concerned directory at the root of your site, copy the file you wish to customize to that directory, and then edit the file.
131
136
  e.g., to override the [`_includes/head.html `](_includes/head.html) file to specify a custom style path, create an `_includes` directory, copy `_includes/head.html` from minimaterialize gem folder to `<yoursite>/_includes` and start editing that file.
132
137
 
133
138
  #### Styles
@@ -0,0 +1,31 @@
1
+ {
2
+ "name": "minimaterialize",
3
+ "version": "1.1.0",
4
+ "description": "The Jekyll starter theme reworked for the Materialize framework",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/sh78/minimaterialize.git"
12
+ },
13
+ "keywords": [
14
+ "jekyll",
15
+ "material",
16
+ "materialize",
17
+ "blog",
18
+ "static",
19
+ "responsive",
20
+ "sass"
21
+ ],
22
+ "author": "Sean Henderson",
23
+ "license": "MIT",
24
+ "bugs": {
25
+ "url": "https://github.com/sh78/minimaterialize/issues"
26
+ },
27
+ "homepage": "https://github.com/sh78/minimaterialize#readme",
28
+ "dependencies": {
29
+ "materialize-css": "^1.0.0-rc.1"
30
+ }
31
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minimaterialize
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean Henderson
@@ -98,6 +98,7 @@ files:
98
98
  - assets/javascript/main.js
99
99
  - assets/main.scss
100
100
  - assets/minima-social-icons.svg
101
+ - package.json
101
102
  homepage: https://github.com/jekyll/minimaterialize
102
103
  licenses:
103
104
  - MIT