jekyll-theme-bootstrap-cover 0.3.0 → 0.5.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.
- checksums.yaml +4 -4
- data/_layouts/home.html +0 -2
- data/assets/.DS_Store +0 -0
- data/assets/dist/.DS_Store +0 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0ef13e5778d4f1d692032146715d399a39cf4b61
|
|
4
|
+
data.tar.gz: a8b3a361be3858042c263eda08eb0f8ed0980b7f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5075b85b3d1a6ff1c3c2af39eaeec1128786836148903b374c8128c1edb4665694486325fb70772524650c3bfce3b797586799527bbd8bc0b562f44254b5f1fa
|
|
7
|
+
data.tar.gz: 1870a94628cb200815bd6217dfd770d75453b04f33b6f2a2665cb22102ea488641e78d976f13137819727d659c931184f4c94f6f63e378b37576e5a3ef224dc6
|
data/_layouts/home.html
CHANGED
|
@@ -7,8 +7,6 @@
|
|
|
7
7
|
<meta name="author" content="{{ site.authors }}">
|
|
8
8
|
<meta name="generator" content="Jekyll v{{ jekyll.version }}">
|
|
9
9
|
<title>{{ page.title | smartify }} · {{ site.title | smartify }}</title>
|
|
10
|
-
<link rel="shortcut icon" href="{{ site.baseurl }}/favicon.ico" type="image/x-icon">
|
|
11
|
-
<link rel="icon" href="{{ site.baseurl }}/favicon.ico" type="image/x-icon">
|
|
12
10
|
|
|
13
11
|
{% include stylesheet.html %}
|
|
14
12
|
|
data/assets/.DS_Store
CHANGED
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-bootstrap-cover
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Richard Chau
|
|
@@ -70,6 +70,7 @@ files:
|
|
|
70
70
|
- assets/css/cover.css
|
|
71
71
|
- assets/css/docs.min.css
|
|
72
72
|
- assets/css/docs.min.css.map
|
|
73
|
+
- assets/dist/.DS_Store
|
|
73
74
|
- assets/dist/css/bootstrap-grid.css
|
|
74
75
|
- assets/dist/css/bootstrap-grid.css.map
|
|
75
76
|
- assets/dist/css/bootstrap-grid.min.css
|