jekyll-theme-minimax 0.5.0 → 0.6.0

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 +1 -0
  3. data/_includes/toc.html +5 -0
  4. metadata +2 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a129d58959f4fcce899c91ac4d1b8c3fa2759ed8475d8ea5fda10a776a580afe
4
- data.tar.gz: 8ef0a1a946447460bb25a9dd4f0df3b3db554614c2fd452c7182f50e251385fe
3
+ metadata.gz: 622f48f2f9b939654b3e72a8432b872f5fb325bb949ec079d13863e5122ca459
4
+ data.tar.gz: 5028eb04a25d2ebfe615a5ffce32f4f8976e39d07900b868cd8eee8408b00697
5
5
  SHA512:
6
- metadata.gz: 5254b2ee81f0710c0fc8a4d736cefbd518eb872118f3dcd21990e1a9cb88e7cd58411027bafc69c7d6ebbcba403e99abcbc619c233a6457839864f52b8197946
7
- data.tar.gz: d073739ec1873c4943075ba1a2fb2fe13f6b4e095f8e1987d30d812f33267a0b30795ddea94fb7fa59630c563dad863ab29f37945f522c751ad0f1d18593454a
6
+ metadata.gz: 985dccffd3ab2e3c3663f7da698a7014d0bc293d11ad24b42fa351327af2e3ea93c63ea620a362ff1351443ec5e73d4ce275948220a228ab1bf747ca70eed6ac
7
+ data.tar.gz: dae4cdb03741ff7e61a9186ab7cc89650953c1491aaa65b0749923166e509ba617959658a25bd40ac54384ea1b7715cf2c67784fc11b27bfc8cfc86d4640e8fb
data/README.md CHANGED
@@ -27,6 +27,7 @@ Or install it yourself as:
27
27
  ## Usage
28
28
 
29
29
  - [Tag Cloud](#tag-cloud)
30
+ - [Mathjax](#mathjax)
30
31
 
31
32
  ### Tag Cloud
32
33
 
@@ -0,0 +1,5 @@
1
+ <nav>
2
+ <h4>Table of Contents</h4>
3
+ * this unordered seed list will be replaced by toc as unordered list
4
+ {:toc}
5
+ </nav>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-minimax
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Songzi Vuong
@@ -101,6 +101,7 @@ files:
101
101
  - _includes/mathjax.html
102
102
  - _includes/social.html
103
103
  - _includes/tag_cloud.html
104
+ - _includes/toc.html
104
105
  - _layouts/default.html
105
106
  - _layouts/home.html
106
107
  - _layouts/page.html