jmblog-theme 1.2 → 1.3

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.
@@ -1,69 +1,65 @@
1
- @charset "utf-8";
2
- $size-1: 6.6rem;
3
- $navbar-padding-horizontal: 4rem;
1
+ // import branding
2
+ $colourone: #ff9900;
3
+
4
+
5
+
4
6
 
5
- @import '~bulma/sass/utilities/_all';
6
7
 
7
8
 
8
9
 
9
- // import breakpoint utilities
10
- @import 'utilities/_all';
11
10
 
12
- // import theme and brand
13
- @import 'theme/_all';
14
11
 
15
12
  // Import bulma
16
- @import "~bulma/sass/base/_all";
17
13
 
18
14
  // Elements
19
15
  // @import "~bulma/sass/elements/_all";
20
- @import "~bulma/sass/elements/box";
21
- @import "~bulma/sass/elements/button";
22
- @import "~bulma/sass/elements/container";
23
- @import "~bulma/sass/elements/content";
24
- // @import "~bulma/sass/elements/form";
25
- @import "~bulma/sass/elements/icon";
26
- @import "~bulma/sass/elements/image";
27
- @import "~bulma/sass/elements/notification";
28
- @import "~bulma/sass/elements/other";
16
+
17
+ // @import "~bulma/sass/elements/box";
18
+ // @import "~bulma/sass/elements/button"; //temp comment
19
+ // @import "~bulma/sass/elements/container"; // moved to critical
20
+ // @import "~bulma/sass/elements/content"; // moved to critical
21
+ // @import "~bulma/sass/elements/icon"; // moved to critical
22
+ // @import "~bulma/sass/elements/image"; // moved to critical
23
+ // @import "~bulma/sass/elements/notification"; //temp comment
24
+ // @import "~bulma/sass/elements/other"; //temp comment
29
25
  // @import "~bulma/sass/elements/progress";
30
26
  // @import "~bulma/sass/elements/table";
31
- @import "~bulma/sass/elements/tag";
32
- @import "~bulma/sass/elements/title";
27
+ // @import "~bulma/sass/elements/tag";
28
+ // @import "~bulma/sass/elements/title";
33
29
 
34
30
  // Form
35
31
  // @import "~bulma/sass/form/_all";
36
- @import "~bulma/sass/form/shared";
37
- @import "~bulma/sass/form/tools";
38
- @import "~bulma/sass/form/input-textarea";
39
- @import "~bulma/sass/form/select";
32
+ // @import "~bulma/sass/form/shared"; //temp comment
33
+ // @import "~bulma/sass/form/tools"; //temp comment
34
+ // @import "~bulma/sass/form/input-textarea"; //temp comment
35
+ // @import "~bulma/sass/form/select"; //temp comment
40
36
  // @import "~bulma/sass/form/checkbox-radio";
41
37
  // @import "~bulma/sass/form/file";
42
38
 
43
39
 
44
40
  // Components
45
41
  // @import "~bulma/sass/components/_all";
46
- @import "~bulma/sass/components/breadcrumb";
47
- @import "~bulma/sass/components/card";
42
+ // @import "~bulma/sass/components/breadcrumb";
43
+ // @import "~bulma/sass/components/card"; // moved to critical
48
44
  // @import "~bulma/sass/components/dropdown";
49
- @import "~bulma/sass/components/level";
50
- @import "~bulma/sass/components/media";
45
+ // @import "~bulma/sass/components/level"; //footer //temp comment
46
+ // @import "~bulma/sass/components/media"; // below the fold //temp comment
51
47
  // @import "~bulma/sass/components/menu";
52
48
  // @import "~bulma/sass/components/message";
53
49
  // @import "~bulma/sass/components/modal";
54
- @import "~bulma/sass/components/navbar";
55
- @import "~bulma/sass/components/pagination";
50
+ // @import "~bulma/sass/components/navbar"; // moved to critical
51
+ // @import "~bulma/sass/components/pagination"; // below the fold //temp comment
56
52
  // @import "~bulma/sass/components/panel";
57
53
  // @import "~bulma/sass/components/tabs";
58
54
 
59
55
  // grid
60
56
  // @import "~bulma/sass/grid/_all";
61
- @import "~bulma/sass/grid/columns";
57
+ // @import "~bulma/sass/grid/columns"; // moved to critical
62
58
  // @import "~bulma/sass/grid/tiles";
63
59
 
64
60
  // Helpers
65
- @import "~bulma/sass/helpers/_all";
66
- // @import "~bulma/sass/helpers/color";
61
+ // @import "~bulma/sass/helpers/_all"; // what used for? //temp comment
62
+
67
63
  // @import "~bulma/sass/helpers/float";
68
64
  // @import "~bulma/sass/helpers/other";
69
65
  // @import "~bulma/sass/helpers/overflow";
@@ -73,12 +69,10 @@ $navbar-padding-horizontal: 4rem;
73
69
  // @import "~bulma/sass/helpers/visibility";
74
70
 
75
71
  // Layout
76
- @import "~bulma/sass/layout/_all";
77
- // @import "~bulma/sass/layout/footer";
78
- // @import "~bulma/sass/layout/hero";
72
+ // @import "~bulma/sass/layout/_all";
73
+ // @import "~bulma/sass/layout/footer"; //temp comment
74
+ // @import "~bulma/sass/layout/hero"; //temp comment
79
75
  // @import "~bulma/sass/layout/section";
80
76
 
81
77
 
82
78
 
83
- @import 'modules/card';
84
- @import 'modules/navbar';
@@ -0,0 +1,97 @@
1
+ @charset "utf-8";
2
+
3
+ /* Global bulma variables */
4
+ $size-1: 6.6rem;
5
+
6
+ /* Navigation variable settings */
7
+ $navbar-padding-horizontal: 4rem;
8
+
9
+ /* Card variable settings */
10
+ $card-radius:0;
11
+
12
+ /* Box variables */
13
+ $box-background-color: #fff;
14
+ $box-radius: 6px;
15
+
16
+ /* Bulma utilities is a dependency for custom utilities */
17
+ @import '~bulma/sass/utilities/_all';
18
+
19
+ // import breakpoints and helpers
20
+ @import 'utilities/_all';
21
+
22
+ // import branding
23
+ @import 'theme/_all';
24
+
25
+
26
+ // Bulma framwork - order is significant here
27
+ // import bulma base styles
28
+ @import "~bulma/sass/base/_all";
29
+
30
+ // @import "~bulma/sass/elements/_all";
31
+ @import "~bulma/sass/elements/box";
32
+ @import "~bulma/sass/elements/button"; //temp comment
33
+ @import "~bulma/sass/elements/container";
34
+ @import "~bulma/sass/elements/content";
35
+ @import "~bulma/sass/elements/icon";
36
+ @import "~bulma/sass/elements/image";
37
+ @import "~bulma/sass/elements/notification"; //temp comment
38
+ @import "~bulma/sass/elements/other"; //temp comment
39
+ // @import "~bulma/sass/elements/progress";
40
+ // @import "~bulma/sass/elements/table";
41
+ @import "~bulma/sass/elements/tag";
42
+ @import "~bulma/sass/elements/title";
43
+
44
+ // Form
45
+ // @import "~bulma/sass/form/_all";
46
+ @import "~bulma/sass/form/shared"; //temp comment
47
+ @import "~bulma/sass/form/tools"; //temp comment
48
+ @import "~bulma/sass/form/input-textarea"; //temp comment
49
+ // @import "~bulma/sass/form/select"; //temp comment
50
+ // @import "~bulma/sass/form/checkbox-radio";
51
+ // @import "~bulma/sass/form/file";
52
+
53
+ // Components
54
+ // @import "~bulma/sass/components/_all";
55
+ @import "~bulma/sass/components/breadcrumb";
56
+ @import "~bulma/sass/components/card";
57
+ // @import "~bulma/sass/components/dropdown";
58
+ @import "~bulma/sass/components/level";
59
+ @import "~bulma/sass/components/media";
60
+ // @import "~bulma/sass/components/menu";
61
+ // @import "~bulma/sass/components/message";
62
+ // @import "~bulma/sass/components/modal";
63
+ @import "~bulma/sass/components/navbar";
64
+ @import "~bulma/sass/components/pagination";
65
+ // @import "~bulma/sass/components/panel";
66
+ // @import "~bulma/sass/components/tabs";
67
+
68
+ // Grid
69
+ // @import "~bulma/sass/grid/_all";
70
+ @import "~bulma/sass/grid/columns";
71
+ // @import "~bulma/sass/grid/tiles";
72
+
73
+ // Helpers
74
+ @import "~bulma/sass/helpers/_all"; // what used for? //temp comment
75
+ // @import "~bulma/sass/helpers/color";
76
+ // @import "~bulma/sass/helpers/float";
77
+ // @import "~bulma/sass/helpers/other";
78
+ // @import "~bulma/sass/helpers/overflow";
79
+ // @import "~bulma/sass/helpers/position";
80
+ // @import "~bulma/sass/helpers/spacing";
81
+ // @import "~bulma/sass/helpers/typography";
82
+ // @import "~bulma/sass/helpers/visibility";
83
+
84
+ // Layout
85
+ // Layout
86
+ @import "~bulma/sass/layout/_all";
87
+ // @import "~bulma/sass/layout/footer";
88
+ // @import "~bulma/sass/layout/hero";
89
+ // @import "~bulma/sass/layout/section";
90
+
91
+
92
+ @import 'modules/card'; //above the fold on home only? but below the fold elsewhere
93
+ @import 'modules/navbar';
94
+
95
+
96
+
97
+ // ------------------
@@ -1,29 +1,6 @@
1
1
  .card{
2
2
  border: 1px solid $black;
3
3
 
4
- // .is-featured{
5
- // position: absolute;
6
- // // float: left;
7
- // z-index: 30;
8
- // // padding:0.5rem 3rem 0.5rem 0.8rem;
9
- // // margin:2rem 0 1rem 2rem;
10
- // top:2rem;
11
- // left:2rem;
12
- // line-height: 2rem;
13
- // // letter-spacing: -1px;
14
- // // -webkit-box-decoration-break: clone;
15
- // // box-decoration-break: clone;
16
-
17
- // // border:solid $black;
18
- // // border-width:0 1px 1px 0;
19
- // text-transform: uppercase;
20
- // // margin:-1.6rem null null -1px;
21
- // span{
22
- // background-color: $white;
23
- // display: block;
24
- // }
25
- // }
26
-
27
4
  .padded-multiline {
28
5
  line-height: 1.8;
29
6
  position: absolute;
@@ -33,7 +10,6 @@
33
10
  @include for-tablet-portrait-up {
34
11
  padding-top: 4rem;
35
12
  }
36
- // left:0.5rem;
37
13
 
38
14
  span{
39
15
  background-color: $black;
@@ -15,14 +15,21 @@ $lightgreentext_rgba: rgba(40,195,171,.2);
15
15
  $errortext: #c32836;
16
16
  $green: #28c3ab;
17
17
  $grey-dark: #111;
18
+ $white: #fff;
18
19
 
19
20
  $content-blockquote-background-color: $white;
20
-
21
+ // $content-blockquote-border-left
21
22
 
22
23
  // // Custom vars
23
24
  $primary: $green;
24
25
  $link: $primary;
25
-
26
+ //
27
+ // $info: $cyan;
28
+ // $success: $green;
29
+ // $warning: $yellow;
30
+ // $danger: $red;
31
+ // $dark: $grey-darker;
32
+ // $text: $grey-dark;
26
33
 
27
34
  // Bulma configuration
28
35
  $widescreen-enabled: false;
@@ -47,18 +54,4 @@ blockquote {
47
54
  font-size: 1rem;
48
55
  text-align: right;
49
56
  }
50
- }
51
-
52
- #main_article .content {
53
-
54
- .responsive-image {
55
- margin-left:0;
56
- margin-right:0s;
57
-
58
- figure {
59
- margin-left:0;
60
- margin-right:0;
61
- margin-bottom:0;
62
- }
63
- }
64
57
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jmblog-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.2'
4
+ version: '1.3'
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Moxon
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-02-27 00:00:00.000000000 Z
11
+ date: 2021-09-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: github-pages
@@ -114,6 +114,11 @@ files:
114
114
  - _pages/404.md
115
115
  - _pages/contact.md
116
116
  - _posts/2020-07-06-managing-and-leading-remote-teams-in-our-new-normal.md
117
+ - assets/css/critical.d9fd318d818e24175cc8.br
118
+ - assets/css/critical.d9fd318d818e24175cc8.css
119
+ - assets/css/default.d9fd318d818e24175cc8.br
120
+ - assets/css/default.d9fd318d818e24175cc8.css
121
+ - assets/css/vendor.d9fd318d818e24175cc8.br
117
122
  - assets/fonts/Cardo/Cardo-Regular.woff2
118
123
  - assets/fonts/Cardo/OFL.txt
119
124
  - assets/fonts/Montserrat/Montserrat-Regular.woff2
@@ -127,16 +132,11 @@ files:
127
132
  - assets/img/ph.png
128
133
  - assets/img/user-circle-solid.svg
129
134
  - assets/img/webpack-on-white-bg.svg
130
- - assets/js/default.bundle.js
131
- - assets/js/default.bundle.js.br
132
- - assets/js/default.js.map
133
- - assets/js/maintenance.bundle.js
134
- - assets/js/maintenance.bundle.js.br
135
- - assets/js/maintenance.js.map
136
- - assets/js/vendor.bundle.js
137
- - assets/js/vendor.bundle.js.br
138
- - assets/js/vendor.js.map
135
+ - assets/js/critical.d9fd318d818e24175cc8.js
136
+ - assets/js/default.d9fd318d818e24175cc8.js
137
+ - assets/js/vendor.d9fd318d818e24175cc8.js
139
138
  - assets/sass/base.scss
139
+ - assets/sass/critical.scss
140
140
  - assets/sass/modules/card.scss
141
141
  - assets/sass/modules/navbar.scss
142
142
  - assets/sass/theme/_all.scss
@@ -165,7 +165,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
165
165
  - !ruby/object:Gem::Version
166
166
  version: '0'
167
167
  requirements: []
168
- rubygems_version: 3.0.8
168
+ rubygems_version: 3.0.3
169
169
  signing_key:
170
170
  specification_version: 4
171
171
  summary: Clean minimalist blog theme inspired by Wix train of thought