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.
Files changed (29) hide show
  1. checksums.yaml +4 -4
  2. data/{theme/LICENSE.txt → LICENSE.txt} +0 -0
  3. data/{theme/README.md → README.md} +0 -0
  4. data/{theme/_includes → _includes}/banner.html +0 -0
  5. data/{theme/_includes → _includes}/footer.html +0 -0
  6. data/{theme/_includes → _includes}/header.html +0 -0
  7. data/{theme/_includes → _includes}/infobar.html +0 -0
  8. data/{theme/_includes → _includes}/navbar.html +0 -0
  9. data/{theme/_layouts → _layouts}/blog.html +0 -0
  10. data/{theme/_layouts → _layouts}/default.html +0 -0
  11. data/{theme/_layouts → _layouts}/page.html +0 -0
  12. data/{theme/_layouts → _layouts}/post.html +0 -0
  13. data/{theme/_sass → _sass}/_footer.scss +0 -0
  14. data/{theme/assets → assets}/bootstrap.min.css +0 -0
  15. data/{theme/assets → assets}/bootstrap.min.css.map +0 -0
  16. data/{theme/assets → assets}/bootstrap.min.js +0 -0
  17. data/{theme/assets → assets}/glyphicons-halflings-regular.eot +0 -0
  18. data/{theme/assets → assets}/glyphicons-halflings-regular.svg +0 -0
  19. data/{theme/assets → assets}/glyphicons-halflings-regular.ttf +0 -0
  20. data/{theme/assets → assets}/glyphicons-halflings-regular.woff +0 -0
  21. data/{theme/assets → assets}/glyphicons-halflings-regular.woff2 +0 -0
  22. data/{theme/assets → assets}/jquery.min.js +0 -0
  23. data/{theme/assets → assets}/main.scss +0 -0
  24. metadata +23 -28
  25. data/theme/_config.yml +0 -14
  26. data/theme/_sass/header/_banner.scss +0 -14
  27. data/theme/_sass/header/_header.scss +0 -1
  28. data/theme/_sass/header/_infobar.scss +0 -20
  29. data/theme/_sass/header/_navbar.scss +0 -10
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fc3916a0f185ef1fb5b436dc0c5f3b7ed81aeea76bfcba6e8813f5b88d5d5cfe
4
- data.tar.gz: 1140ead96246c4235893af45b81e320495479508e37f38e04d0b6cd0f91dcf2d
3
+ metadata.gz: 57c9ad47c147d6fdbf29cb203c704f1a64bcb8405ede9d8026c5e16d8ff35762
4
+ data.tar.gz: 68329887d7535873fb6b39eecc074f313e0c63991604ed0822844e47275daa3d
5
5
  SHA512:
6
- metadata.gz: 1385f5a9ae8d02efb4cfdbeb8f1b70cd046b0dc1f23c0e783e1f4eff23120c5869ac462d61bd72a1b5b57a2826e270b3bd2028890099f6887ba0061e94638ae0
7
- data.tar.gz: 1b9e2501544ad25c14a63b5d3a895b23d85a52af4841a11674d802916199d4c15ab0c35a4878b1f5113f5fe04cc4ab6a6e244922eedd9f7810c309af4387b167
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
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.1
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
- - theme/LICENSE.txt
63
- - theme/README.md
64
- - theme/_config.yml
65
- - theme/_includes/banner.html
66
- - theme/_includes/footer.html
67
- - theme/_includes/header.html
68
- - theme/_includes/infobar.html
69
- - theme/_includes/navbar.html
70
- - theme/_layouts/blog.html
71
- - theme/_layouts/default.html
72
- - theme/_layouts/page.html
73
- - theme/_layouts/post.html
74
- - theme/_sass/_footer.scss
75
- - theme/_sass/header/_banner.scss
76
- - theme/_sass/header/_header.scss
77
- - theme/_sass/header/_infobar.scss
78
- - theme/_sass/header/_navbar.scss
79
- - theme/assets/bootstrap.min.css
80
- - theme/assets/bootstrap.min.css.map
81
- - theme/assets/bootstrap.min.js
82
- - theme/assets/glyphicons-halflings-regular.eot
83
- - theme/assets/glyphicons-halflings-regular.svg
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
@@ -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,14 +0,0 @@
1
- .banner{
2
- display: flex;
3
- margin-top: 50px;
4
- padding: 5px;
5
- align-items: center;
6
- justify-content: center;
7
- height: 200px;
8
- text-align: center;
9
- background: $secondary_bg;
10
- color: $text_color;
11
- a{
12
- color: $primary_bg;
13
- }
14
- }
@@ -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
- }
@@ -1,10 +0,0 @@
1
- .affix {
2
- top: 50px;
3
- width: 100%;
4
- z-index: 9999 !important;
5
- margin-bottom: 51px;
6
- }
7
-
8
- .affix + .container{
9
- padding-top: 70px;
10
- }