jekyll-theory 0.1.4 → 0.1.5
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/bower.json +21 -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: b4a2dd8e2f449c95ecd1f3e4ab8584bb47220127
|
|
4
|
+
data.tar.gz: a80e0a4b72f05757c34908301393c4ebc755eb8c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9ce224c24bb35d697454138eb3f9855623c789edab7b66619bb78fe68a6d8a8f69c3cd2db7160e57f36a3e1371345c5158dc2361819d3479bf9131d9e595e499
|
|
7
|
+
data.tar.gz: f6e79e85f2ae274524de10a4e2082194e0dde9365b5b2857416911b392f98009c44e8c252ebfcb90f177dae85b381a885295ca32dd12353efa6cc64d514e1590
|
data/bower.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "jekyll-theory",
|
|
3
|
+
"authors": [
|
|
4
|
+
"Sai Ashirwad Informatia <sales@saiashirwad.com>"
|
|
5
|
+
],
|
|
6
|
+
"description": "Just a crisp, modern landing page template ideal for businesses and corporations.",
|
|
7
|
+
"main": "",
|
|
8
|
+
"license": "MIT",
|
|
9
|
+
"homepage": "http://saiashirwad.com",
|
|
10
|
+
"private": true,
|
|
11
|
+
"ignore": [
|
|
12
|
+
"**/.*",
|
|
13
|
+
"node_modules",
|
|
14
|
+
"bower_components",
|
|
15
|
+
"test",
|
|
16
|
+
"tests"
|
|
17
|
+
],
|
|
18
|
+
"dependencies": {
|
|
19
|
+
"theory": "https://templated.co/theory/download"
|
|
20
|
+
}
|
|
21
|
+
}
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theory
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rohan Sakhale
|
|
@@ -88,6 +88,7 @@ files:
|
|
|
88
88
|
- _layouts/page.html
|
|
89
89
|
- _layouts/post.html
|
|
90
90
|
- _layouts/service.html
|
|
91
|
+
- bower.json
|
|
91
92
|
homepage: https://saiashirwadinformatia.gitlab.io/Jekyll-Theory
|
|
92
93
|
licenses:
|
|
93
94
|
- MIT
|