jekyll-theme-materialize 0.0.10 → 0.0.11

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/header.html +2 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d06a7ee0fb476f5413fe9b826ad07132fd21d8e4
4
- data.tar.gz: 0f3200ea5c7bb82fe47021138a9e1aacabd336f8
3
+ metadata.gz: f1db2675b1445e394de77953188b0bbc5319e569
4
+ data.tar.gz: a65b8159bdf3a7d1b7e7c0476ea9de7ef0e34419
5
5
  SHA512:
6
- metadata.gz: d0179a74592ab9bbf61e0c007c8b1362e39604415e8630cf55d58060cbd30473a3d717939bff2ee32ad7abcc2e8a025c56e323e565f4427854dfd1bb4dd4f554
7
- data.tar.gz: '0252919c99db962e86176ee0591710ee460f6e914e20dcf607e7ae137e06ac1891d4c2f9f9495ef68242c7e3a6a9fa5429c68296b72544a3f35f6ade9526b1c8'
6
+ metadata.gz: 744e58ce9adea25236d9b8e1427cb660189603eb18cac4fac9f48291c484e3b9efc3f7f4b6d5f1fb683ffe2b0c06f25db9c04aca2bccc8bc96bd109650c37249
7
+ data.tar.gz: 06b2a803ac065c7426680eea4689628b8d04e74c967a1ef434d9a92ad0a178ba669ed0e5b1c7438db49765ee7d2293343bf8e0df7c40c9986acb1b01d213dc42
@@ -55,7 +55,7 @@
55
55
  </div>
56
56
  <!-- 页面内的导航 -->
57
57
  {% if page.url != a %}
58
- <div class="categories-wrapper {% case page.url %}{% when '/' %}green{% when '/about.html' %}red{% when '/archive.html' %}pink{% when '/links.html' %}purple{% when '/tags.html' %}blue{% else %}green{% endcase %} darken-1">
58
+ <div class="categories-wrapper {% case page.url %}{% when '/' %}{{ site.theme-color.home-color }}{% when '/about.html' %}{{ site.theme-color.about-color }}{% when '/archive.html' %}{{ site.theme-color.archive-color }}{% when '/links.html' %}{{ site.theme-color.links-color }}{% when '/tags.html' %}{{ site.theme-color.tags-color }}{% else %}{{ site.theme-color.default-color }}{% endcase %} darken-1">
59
59
  <div class="categories-container">
60
60
  <ul class="categories db">
61
61
  <li class="k"><a class="tooltipped" data-position="bottom" data-delay="50" data-tooltip="{{ site.posts | size }}篇文章" href="#all">All</a></li>
@@ -67,7 +67,7 @@
67
67
  </div>
68
68
  {% endif %}
69
69
  {% if page.url == "/archive.html" %}
70
- <div class="categories-wrapper {% case page.url %}{% when '/' %}green{% when '/about.html' %}red{% when '/archive.html' %}pink{% when '/links.html' %}purple{% when '/tags.html' %}blue{% else %}green{% endcase %} darken-1">
70
+ <div class="categories-wrapper {% case page.url %}{% when '/' %}{{ site.theme-color.home-color }}{% when '/about.html' %}{{ site.theme-color.about-color }}{% when '/archive.html' %}{{ site.theme-color.archive-color }}{% when '/links.html' %}{{ site.theme-color.links-color }}{% when '/tags.html' %}{{ site.theme-color.tags-color }}{% else %}{{ site.theme-color.default-color }}{% endcase %} darken-1">
71
71
  <div class="categories-container">
72
72
  <ul class="categories db">
73
73
  <li class="k"><a class="tooltipped" data-position="bottom" data-delay="50" data-tooltip="{{ site.posts | size }}篇文章" href="#all">All</a></li>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-materialize
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - KeJun