materialize-jekyll 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aa1da151c13ef4254b7c00503a794d53f85e4750
4
- data.tar.gz: a7e9e56a5030e856d530fd23ab93261cf37dcefc
3
+ metadata.gz: 8222100d7cefd860faf03c1e3061ce9e4ba73909
4
+ data.tar.gz: 232beaffde0f0ba995009dc623d16eecec3601b9
5
5
  SHA512:
6
- metadata.gz: ceea78d075bec8037dec50b3bd4d59a8911c82db46247819754cda32abade963b42a926a283a62d62eee64c26d904537bac03c9df87d6b070855f61e8ea69083
7
- data.tar.gz: d038e95beabd065801069d95177b4a78da7644d4883e626516a8bf3cc8e3f2ea7d3c9b28666be02fbd48675d0bf11f457df6f99d9d2322daa339e6c360186b64
6
+ metadata.gz: 68f5f695b906168b4b6fd4b3ae930e21b6df70c8cdbb1129dcac89751d9e1fbe16bb1ee878f4107c457dbe17fae01aa9ecf05b59c22ecec5cefe4581676739d0
7
+ data.tar.gz: c37e140aa74ffdc4ee16f969fe2a5ff66f34c31dfd75cddc6745e4ccbf30b70a00ca1985535b75ea4c4973aacc150572be05fd10af02fbd66ef7a4cb264ca82d
data/README.md CHANGED
@@ -4,6 +4,8 @@
4
4
 
5
5
  Welcome to your **materialize-jekyll** theme! This is where [Materialize](http://materializecss.com/) meets [Jekyll](https://jekyllrb.com/).
6
6
 
7
+ Demo available: [here](http://victorpre.com/blog/)
8
+
7
9
  ## Installation
8
10
 
9
11
  Add this line to your Jekyll site's `Gemfile`:
@@ -8,10 +8,19 @@ layout: default
8
8
  <div class="post content">
9
9
  <div class="row">
10
10
  <div class="col s12 m12">
11
- <div class="col s10 offset-s1 " >
12
- <p class="grey-text text-lighten-1 valign-wrapper"><i class="material-icons">today </i> &nbsp; {% include date.html date=page.date %} &nbsp;&nbsp;<i class="material-icons">access_time </i> &nbsp;{{ minutesText }}</p>
13
- <h2 class="post-title">{{ page.title }}</h2>
14
- <p class="flow-text grey-text text-lighten-1">{{ page.introduction }}</p>
11
+ <div class="col s10 offset-s1" >
12
+ <div class="col s12 m5 l5 xl4">
13
+ <p class="grey-text text-lighten-1 valign-wrapper">
14
+ <i class="material-icons">today </i> &nbsp; {% include date.html date=page.date %}
15
+ </p>
16
+ </div>
17
+ <div class="col s12 m7 l7 xl8">
18
+ <p class="grey-text text-lighten-1 valign-wrapper">
19
+ <i class="material-icons">access_time </i> &nbsp;{{ minutesText }}
20
+ </p>
21
+ </div>
22
+ <h2 class="post-title col s12">{{ page.title }}</h2>
23
+ <p class="flow-text grey-text text-lighten-1 col s12">{{ page.introduction }}</p>
15
24
  <img class="center-align" style="width: 100%;" src="{{ page.image }}">
16
25
  {{ content }}
17
26
  </div>
@@ -47,3 +47,10 @@ section {
47
47
  width: 100%;
48
48
  }
49
49
  }
50
+
51
+ .browser-default > li {
52
+ font-weight: 300;
53
+ line-height: 2.0rem;
54
+ font-size: 1.25rem;
55
+ letter-spacing: 0.1rem;
56
+ }
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: materialize-jekyll
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Victor Presumido
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-27 00:00:00.000000000 Z
11
+ date: 2017-09-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll