basiq 1.0.1 → 1.0.2
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/{theme/LICENSE.txt → LICENSE.txt} +0 -0
- data/{theme/README.md → README.md} +0 -0
- data/{theme/_includes → _includes}/banner.html +0 -0
- data/{theme/_includes → _includes}/footer.html +0 -0
- data/{theme/_includes → _includes}/header.html +0 -0
- data/{theme/_includes → _includes}/infobar.html +0 -0
- data/{theme/_includes → _includes}/navbar.html +0 -0
- data/{theme/_layouts → _layouts}/blog.html +0 -0
- data/{theme/_layouts → _layouts}/default.html +0 -0
- data/{theme/_layouts → _layouts}/page.html +0 -0
- data/{theme/_layouts → _layouts}/post.html +0 -0
- data/{theme/_sass → _sass}/_footer.scss +0 -0
- data/{theme/assets → assets}/bootstrap.min.css +0 -0
- data/{theme/assets → assets}/bootstrap.min.css.map +0 -0
- data/{theme/assets → assets}/bootstrap.min.js +0 -0
- data/{theme/assets → assets}/glyphicons-halflings-regular.eot +0 -0
- data/{theme/assets → assets}/glyphicons-halflings-regular.svg +0 -0
- data/{theme/assets → assets}/glyphicons-halflings-regular.ttf +0 -0
- data/{theme/assets → assets}/glyphicons-halflings-regular.woff +0 -0
- data/{theme/assets → assets}/glyphicons-halflings-regular.woff2 +0 -0
- data/{theme/assets → assets}/jquery.min.js +0 -0
- data/{theme/assets → assets}/main.scss +0 -0
- metadata +23 -28
- data/theme/_config.yml +0 -14
- data/theme/_sass/header/_banner.scss +0 -14
- data/theme/_sass/header/_header.scss +0 -1
- data/theme/_sass/header/_infobar.scss +0 -20
- data/theme/_sass/header/_navbar.scss +0 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 57c9ad47c147d6fdbf29cb203c704f1a64bcb8405ede9d8026c5e16d8ff35762
|
|
4
|
+
data.tar.gz: 68329887d7535873fb6b39eecc074f313e0c63991604ed0822844e47275daa3d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8cf193cf4c48fe4acf6980b2025c37cedb82219a94415c2d18f64a3acc42edff0cf3a5bc004167750bf6bf075e4e7fd11d369f172795aebe4c9667f3e46195b9
|
|
7
|
+
data.tar.gz: 2b060a56cb996ee9334e2d693d0e9f9c488c582c4385689b62df2437dabff4cb8652521dbaf66915a0cecbda1d6f84d0686c5bb91c04a9ac227cf37a9aad69d5
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: basiq
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Justin L. Kratz
|
|
@@ -59,33 +59,28 @@ executables: []
|
|
|
59
59
|
extensions: []
|
|
60
60
|
extra_rdoc_files: []
|
|
61
61
|
files:
|
|
62
|
-
-
|
|
63
|
-
-
|
|
64
|
-
-
|
|
65
|
-
-
|
|
66
|
-
-
|
|
67
|
-
-
|
|
68
|
-
-
|
|
69
|
-
-
|
|
70
|
-
-
|
|
71
|
-
-
|
|
72
|
-
-
|
|
73
|
-
-
|
|
74
|
-
-
|
|
75
|
-
-
|
|
76
|
-
-
|
|
77
|
-
-
|
|
78
|
-
-
|
|
79
|
-
-
|
|
80
|
-
-
|
|
81
|
-
-
|
|
82
|
-
-
|
|
83
|
-
-
|
|
84
|
-
- theme/assets/glyphicons-halflings-regular.ttf
|
|
85
|
-
- theme/assets/glyphicons-halflings-regular.woff
|
|
86
|
-
- theme/assets/glyphicons-halflings-regular.woff2
|
|
87
|
-
- theme/assets/jquery.min.js
|
|
88
|
-
- theme/assets/main.scss
|
|
62
|
+
- "./LICENSE.txt"
|
|
63
|
+
- "./README.md"
|
|
64
|
+
- "./_includes/banner.html"
|
|
65
|
+
- "./_includes/footer.html"
|
|
66
|
+
- "./_includes/header.html"
|
|
67
|
+
- "./_includes/infobar.html"
|
|
68
|
+
- "./_includes/navbar.html"
|
|
69
|
+
- "./_layouts/blog.html"
|
|
70
|
+
- "./_layouts/default.html"
|
|
71
|
+
- "./_layouts/page.html"
|
|
72
|
+
- "./_layouts/post.html"
|
|
73
|
+
- "./_sass/_footer.scss"
|
|
74
|
+
- "./assets/bootstrap.min.css"
|
|
75
|
+
- "./assets/bootstrap.min.css.map"
|
|
76
|
+
- "./assets/bootstrap.min.js"
|
|
77
|
+
- "./assets/glyphicons-halflings-regular.eot"
|
|
78
|
+
- "./assets/glyphicons-halflings-regular.svg"
|
|
79
|
+
- "./assets/glyphicons-halflings-regular.ttf"
|
|
80
|
+
- "./assets/glyphicons-halflings-regular.woff"
|
|
81
|
+
- "./assets/glyphicons-halflings-regular.woff2"
|
|
82
|
+
- "./assets/jquery.min.js"
|
|
83
|
+
- "./assets/main.scss"
|
|
89
84
|
homepage: https://github.com/Justin-L-Kratz/salon-template
|
|
90
85
|
licenses:
|
|
91
86
|
- MIT
|
data/theme/_config.yml
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
title: "BasIQ"
|
|
2
|
-
# email: "aspirations@example.com"
|
|
3
|
-
description: >- # this means to ignore newlines until "baseurl:"
|
|
4
|
-
"A responsive, minimalist theme with customizable color pallet, and dynamic navbar that automatically adds all site pages to itself."
|
|
5
|
-
baseurl: "/" # the subpath of your site, e.g. /blog
|
|
6
|
-
url: "basiq.surge.sh" # the base hostname & protocol for your site, e.g. http://example.com
|
|
7
|
-
# twitter_username: aspirations
|
|
8
|
-
phone: "(517) 123-4567"
|
|
9
|
-
street: "123 Fake St."
|
|
10
|
-
city: "Lansing, MI 48910"
|
|
11
|
-
background: "#FFFFFF"
|
|
12
|
-
primary_color: "#ADB778"
|
|
13
|
-
secondary_color: "#333333"
|
|
14
|
-
text_color: "#EEEEEE"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import "infobar", "banner", "navbar";
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
.info-bar{
|
|
2
|
-
position: fixed;
|
|
3
|
-
top: 0;
|
|
4
|
-
left: 0;
|
|
5
|
-
display: flex;
|
|
6
|
-
align-items: center;
|
|
7
|
-
width: 100%;
|
|
8
|
-
height: 50px;
|
|
9
|
-
background: $primary_bg;
|
|
10
|
-
color: $text_color;
|
|
11
|
-
z-index: 9999 !important;
|
|
12
|
-
|
|
13
|
-
p{
|
|
14
|
-
margin-left: 5px;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
a{
|
|
18
|
-
color: $secondary_bg;
|
|
19
|
-
}
|
|
20
|
-
}
|