jmblog-theme 0.1.1 → 0.1.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/_includes/themes/{jmblog → jmblog-theme}/components/analytics/google +0 -0
- data/_includes/themes/{jmblog → jmblog-theme}/components/analytics/googletagmanager_body.html +0 -0
- data/_includes/themes/{jmblog → jmblog-theme}/components/analytics/googletagmanager_head.html +0 -0
- data/_includes/themes/{jmblog → jmblog-theme}/components/analytics/hubspot.html +0 -0
- data/_includes/themes/{jmblog → jmblog-theme}/components/analytics/hubspot_cookie_removal.html +0 -0
- data/_includes/themes/{jmblog → jmblog-theme}/components/breadcrumb +0 -0
- data/_includes/themes/{jmblog → jmblog-theme}/components/centred_buttons.html +0 -0
- data/_includes/themes/{jmblog → jmblog-theme}/components/contact_form.html +0 -0
- data/_includes/themes/{jmblog → jmblog-theme}/components/footer.html +0 -0
- data/_includes/themes/{jmblog → jmblog-theme}/components/head.html +2 -2
- data/_includes/themes/{jmblog → jmblog-theme}/components/navigation.html +0 -0
- data/_includes/themes/{jmblog → jmblog-theme}/components/posts_list +0 -0
- data/_includes/themes/{jmblog → jmblog-theme}/components/resume.html +0 -0
- data/_includes/themes/{jmblog → jmblog-theme}/components/share_buttons +0 -0
- data/_includes/themes/{jmblog → jmblog-theme}/components/social_buttons_large.html +0 -0
- data/_includes/themes/{jmblog → jmblog-theme}/error.html +2 -2
- data/_includes/themes/{jmblog → jmblog-theme}/page.html +4 -4
- data/_includes/themes/{jmblog → jmblog-theme}/post.html +0 -0
- data/_includes/themes/{jmblog → jmblog-theme}/resume.html +3 -3
- data/_includes/themes/jmblog-theme/settings.yml +2 -0
- data/_includes/themes/{jmblog → jmblog-theme}/theme/error.html +6 -6
- data/_includes/themes/{jmblog → jmblog-theme}/theme/holding.html +5 -5
- data/_includes/themes/resume.html +1 -1
- data/_layouts/default.html +3 -3
- data/_layouts/error.html +2 -2
- data/_layouts/page.html +2 -2
- data/_layouts/post.html +1 -1
- data/_layouts/resume.html +2 -2
- metadata +23 -23
- data/_includes/themes/jmblog/settings.yml +0 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 99622d170db84ca1cc391972b5fc35411f7353445cae8c6722b5b9aa1ad32c5c
|
|
4
|
+
data.tar.gz: 2acb7d882101bd128b6fe6f694d90a6290c047e173710c9e7437880b246fffeb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a6d97d41c5ca543fe246bd1216896d50994fff51a8145354784569e205541767d4c740ecf3e2cc4040d46a5b0c969cdd89805cc1dd1e2a7860ee0812be82e4e1
|
|
7
|
+
data.tar.gz: 33d845122e6805df48f8b24702699850b60853047d7e950a5c06cd54be494b3bc0c1d0a671a1d725d8ed917262a7faaca4043d69a37683f8566cdaf35a4868b3
|
|
File without changes
|
data/_includes/themes/{jmblog → jmblog-theme}/components/analytics/googletagmanager_body.html
RENAMED
|
File without changes
|
data/_includes/themes/{jmblog → jmblog-theme}/components/analytics/googletagmanager_head.html
RENAMED
|
File without changes
|
|
File without changes
|
data/_includes/themes/{jmblog → jmblog-theme}/components/analytics/hubspot_cookie_removal.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
7
7
|
|
|
8
|
-
{% include themes/jmblog/components/analytics/googletagmanager_head.html %}
|
|
8
|
+
{% include themes/jmblog-theme/components/analytics/googletagmanager_head.html %}
|
|
9
9
|
|
|
10
10
|
<!-- <script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script> -->
|
|
11
11
|
<link rel="preload" href="/assets/fonts/Cardo/Cardo-Regular.woff2" as="font" crossorigin>
|
|
@@ -73,4 +73,4 @@
|
|
|
73
73
|
<meta name="twitter:title" content="{{ page.title }}" />
|
|
74
74
|
<meta name="twitter:description" content="{% unless page.description == null %}{{ page.description }}{% endunless %}" />
|
|
75
75
|
|
|
76
|
-
<link rel="icon" href="/assets/img/favicon.png">
|
|
76
|
+
<link rel="icon" href="/assets/img/favicon.png">
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
<div class="debug debug-
|
|
1
|
+
<div class="debug debug-themes__jmblog-theme__page">
|
|
2
2
|
|
|
3
3
|
{%comment%}
|
|
4
4
|
Wrap user content, potentially include components that
|
|
5
5
|
render front matter as content
|
|
6
6
|
{%endcomment%}
|
|
7
7
|
|
|
8
|
-
{% include themes/jmblog/components/centred_buttons.html %}
|
|
8
|
+
{% include themes/jmblog-theme/components/centred_buttons.html %}
|
|
9
9
|
|
|
10
10
|
<!-- Summary -->
|
|
11
11
|
<div class="columns has-text-centered">
|
|
@@ -14,6 +14,6 @@ render front matter as content
|
|
|
14
14
|
</div>
|
|
15
15
|
</div>
|
|
16
16
|
|
|
17
|
-
{% include themes/jmblog/components/social_buttons_large.html %}
|
|
17
|
+
{% include themes/jmblog-theme/components/social_buttons_large.html %}
|
|
18
18
|
|
|
19
|
-
</div>
|
|
19
|
+
</div>
|
|
File without changes
|
|
@@ -3,7 +3,7 @@ Wrap user content, potentially include components that
|
|
|
3
3
|
render front matter as content
|
|
4
4
|
{%endcomment%}
|
|
5
5
|
|
|
6
|
-
{% include themes/jmblog/components/centred_buttons.html %}
|
|
6
|
+
{% include themes/jmblog-theme/components/centred_buttons.html %}
|
|
7
7
|
|
|
8
8
|
<!-- Summary -->
|
|
9
9
|
<div class="content">
|
|
@@ -13,6 +13,6 @@ render front matter as content
|
|
|
13
13
|
</div>
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
{% include themes/jmblog/components/resume.html %}
|
|
16
|
+
{% include themes/jmblog-theme/components/resume.html %}
|
|
17
17
|
|
|
18
|
-
{% include themes/jmblog/components/social_buttons_large.html %}
|
|
18
|
+
{% include themes/jmblog-theme/components/social_buttons_large.html %}
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
<!DOCTYPE html>
|
|
3
3
|
<html>
|
|
4
4
|
<head>
|
|
5
|
-
{% include themes/jmblog/components/head.html %}
|
|
5
|
+
{% include themes/jmblog-theme/components/head.html %}
|
|
6
6
|
</head>
|
|
7
7
|
<body id="jmoxon">
|
|
8
|
-
{% include themes/jmblog/components/analytics/googletagmanager_body.html %}
|
|
8
|
+
{% include themes/jmblog-theme/components/analytics/googletagmanager_body.html %}
|
|
9
9
|
<!-- Header section -->
|
|
10
10
|
<main>
|
|
11
11
|
<section class="hero is-fullheight is-bold">
|
|
@@ -26,14 +26,14 @@
|
|
|
26
26
|
{{content}}
|
|
27
27
|
</div>
|
|
28
28
|
NOT USED
|
|
29
|
-
{% include themes/jmblog/components/social_buttons_large.html %}
|
|
29
|
+
{% include themes/jmblog-theme/components/social_buttons_large.html %}
|
|
30
30
|
|
|
31
31
|
</div>
|
|
32
32
|
</div>
|
|
33
33
|
</section>
|
|
34
34
|
</main>
|
|
35
35
|
|
|
36
|
-
{% include themes/jmblog/components/footer.html %}
|
|
36
|
+
{% include themes/jmblog-theme/components/footer.html %}
|
|
37
37
|
|
|
38
38
|
<!-- Include dataLayer -->
|
|
39
39
|
<!-- {% include dataLayer/dataLayer %} -->
|
|
@@ -41,6 +41,6 @@
|
|
|
41
41
|
<!-- Include analytics -->
|
|
42
42
|
<!-- {% include JB/analytics %} -->
|
|
43
43
|
|
|
44
|
-
<script src="/assets/js/error.bundle.js?
|
|
44
|
+
<script src="/assets/js/error.bundle.js?20e6e1354f6f6d602a28"></script></body>
|
|
45
45
|
</html>
|
|
46
|
-
</div>
|
|
46
|
+
</div>
|
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
Base template - this file should allow front end development without compiling jekyll build
|
|
7
7
|
Todo: in-line critical site elements to allow development of theme outside of jekyll workflow
|
|
8
8
|
{% endcomment %}
|
|
9
|
-
{% include themes/jmblog/components/head.html %}
|
|
9
|
+
{% include themes/jmblog-theme/components/head.html %}
|
|
10
10
|
</head>
|
|
11
11
|
<body id="jmoxon">
|
|
12
|
-
{% include themes/jmblog/components/analytics/googletagmanager_body.html %}
|
|
12
|
+
{% include themes/jmblog-theme/components/analytics/googletagmanager_body.html %}
|
|
13
13
|
<!-- Header section -->
|
|
14
14
|
<main>
|
|
15
15
|
<section class="hero is-fullheight is-bold">
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
</section>
|
|
44
44
|
</main>
|
|
45
45
|
|
|
46
|
-
{% include themes/jmblog/components/footer.html %}
|
|
46
|
+
{% include themes/jmblog-theme/components/footer.html %}
|
|
47
47
|
|
|
48
48
|
<!-- Include dataLayer -->
|
|
49
49
|
<!-- {% include dataLayer/dataLayer %} -->
|
|
50
50
|
|
|
51
|
-
<script src="/assets/js/holding.bundle.js?
|
|
51
|
+
<script src="/assets/js/holding.bundle.js?20e6e1354f6f6d602a28"></script></body>
|
|
52
52
|
</html>
|
|
53
|
-
</div>
|
|
53
|
+
</div>
|
data/_layouts/default.html
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
---
|
|
2
2
|
theme :
|
|
3
|
-
name : jmblog
|
|
3
|
+
name : jmblog-theme
|
|
4
4
|
---
|
|
5
5
|
{%comment%}
|
|
6
6
|
Top level template - No markup
|
|
7
|
-
* Specifies the base html template -> themes/jmblog/theme/default.html
|
|
7
|
+
* Specifies the base html template -> themes/jmblog-theme/theme/default.html
|
|
8
8
|
{%endcomment%}
|
|
9
9
|
|
|
10
|
-
<div class="debug debug-layouts__default">{% include themes/jmblog/theme/holding.html %}</div>
|
|
10
|
+
<div class="debug debug-layouts__default">{% include themes/jmblog-theme/theme/holding.html %}</div>
|
data/_layouts/error.html
CHANGED
data/_layouts/page.html
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
theme:
|
|
3
|
-
name: jmblog
|
|
3
|
+
name: jmblog-theme
|
|
4
4
|
layout: default
|
|
5
5
|
---
|
|
6
6
|
{%comment%}
|
|
@@ -8,4 +8,4 @@ layout: default
|
|
|
8
8
|
* Specified theme to embed
|
|
9
9
|
{% endcomment %}
|
|
10
10
|
|
|
11
|
-
<div class="debug debug-layouts__page">{% include themes/jmblog/page.html %}</div>
|
|
11
|
+
<div class="debug debug-layouts__page">{% include themes/jmblog-theme/page.html %}</div>
|
data/_layouts/post.html
CHANGED
data/_layouts/resume.html
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jmblog-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- John Moxon
|
|
@@ -79,28 +79,28 @@ files:
|
|
|
79
79
|
- _includes/JB/tags_list
|
|
80
80
|
- _includes/JB/urlset
|
|
81
81
|
- _includes/dataLayer/dataLayer
|
|
82
|
-
- _includes/themes/jmblog/components/analytics/google
|
|
83
|
-
- _includes/themes/jmblog/components/analytics/googletagmanager_body.html
|
|
84
|
-
- _includes/themes/jmblog/components/analytics/googletagmanager_head.html
|
|
85
|
-
- _includes/themes/jmblog/components/analytics/hubspot.html
|
|
86
|
-
- _includes/themes/jmblog/components/analytics/hubspot_cookie_removal.html
|
|
87
|
-
- _includes/themes/jmblog/components/breadcrumb
|
|
88
|
-
- _includes/themes/jmblog/components/centred_buttons.html
|
|
89
|
-
- _includes/themes/jmblog/components/contact_form.html
|
|
90
|
-
- _includes/themes/jmblog/components/footer.html
|
|
91
|
-
- _includes/themes/jmblog/components/head.html
|
|
92
|
-
- _includes/themes/jmblog/components/navigation.html
|
|
93
|
-
- _includes/themes/jmblog/components/posts_list
|
|
94
|
-
- _includes/themes/jmblog/components/resume.html
|
|
95
|
-
- _includes/themes/jmblog/components/share_buttons
|
|
96
|
-
- _includes/themes/jmblog/components/social_buttons_large.html
|
|
97
|
-
- _includes/themes/jmblog/error.html
|
|
98
|
-
- _includes/themes/jmblog/page.html
|
|
99
|
-
- _includes/themes/jmblog/post.html
|
|
100
|
-
- _includes/themes/jmblog/resume.html
|
|
101
|
-
- _includes/themes/jmblog/settings.yml
|
|
102
|
-
- _includes/themes/jmblog/theme/error.html
|
|
103
|
-
- _includes/themes/jmblog/theme/holding.html
|
|
82
|
+
- _includes/themes/jmblog-theme/components/analytics/google
|
|
83
|
+
- _includes/themes/jmblog-theme/components/analytics/googletagmanager_body.html
|
|
84
|
+
- _includes/themes/jmblog-theme/components/analytics/googletagmanager_head.html
|
|
85
|
+
- _includes/themes/jmblog-theme/components/analytics/hubspot.html
|
|
86
|
+
- _includes/themes/jmblog-theme/components/analytics/hubspot_cookie_removal.html
|
|
87
|
+
- _includes/themes/jmblog-theme/components/breadcrumb
|
|
88
|
+
- _includes/themes/jmblog-theme/components/centred_buttons.html
|
|
89
|
+
- _includes/themes/jmblog-theme/components/contact_form.html
|
|
90
|
+
- _includes/themes/jmblog-theme/components/footer.html
|
|
91
|
+
- _includes/themes/jmblog-theme/components/head.html
|
|
92
|
+
- _includes/themes/jmblog-theme/components/navigation.html
|
|
93
|
+
- _includes/themes/jmblog-theme/components/posts_list
|
|
94
|
+
- _includes/themes/jmblog-theme/components/resume.html
|
|
95
|
+
- _includes/themes/jmblog-theme/components/share_buttons
|
|
96
|
+
- _includes/themes/jmblog-theme/components/social_buttons_large.html
|
|
97
|
+
- _includes/themes/jmblog-theme/error.html
|
|
98
|
+
- _includes/themes/jmblog-theme/page.html
|
|
99
|
+
- _includes/themes/jmblog-theme/post.html
|
|
100
|
+
- _includes/themes/jmblog-theme/resume.html
|
|
101
|
+
- _includes/themes/jmblog-theme/settings.yml
|
|
102
|
+
- _includes/themes/jmblog-theme/theme/error.html
|
|
103
|
+
- _includes/themes/jmblog-theme/theme/holding.html
|
|
104
104
|
- _includes/themes/resume.html
|
|
105
105
|
- _layouts/default.html
|
|
106
106
|
- _layouts/error.html
|