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.
Files changed (31) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/{jmblog → jmblog-theme}/components/analytics/google +0 -0
  3. data/_includes/themes/{jmblog → jmblog-theme}/components/analytics/googletagmanager_body.html +0 -0
  4. data/_includes/themes/{jmblog → jmblog-theme}/components/analytics/googletagmanager_head.html +0 -0
  5. data/_includes/themes/{jmblog → jmblog-theme}/components/analytics/hubspot.html +0 -0
  6. data/_includes/themes/{jmblog → jmblog-theme}/components/analytics/hubspot_cookie_removal.html +0 -0
  7. data/_includes/themes/{jmblog → jmblog-theme}/components/breadcrumb +0 -0
  8. data/_includes/themes/{jmblog → jmblog-theme}/components/centred_buttons.html +0 -0
  9. data/_includes/themes/{jmblog → jmblog-theme}/components/contact_form.html +0 -0
  10. data/_includes/themes/{jmblog → jmblog-theme}/components/footer.html +0 -0
  11. data/_includes/themes/{jmblog → jmblog-theme}/components/head.html +2 -2
  12. data/_includes/themes/{jmblog → jmblog-theme}/components/navigation.html +0 -0
  13. data/_includes/themes/{jmblog → jmblog-theme}/components/posts_list +0 -0
  14. data/_includes/themes/{jmblog → jmblog-theme}/components/resume.html +0 -0
  15. data/_includes/themes/{jmblog → jmblog-theme}/components/share_buttons +0 -0
  16. data/_includes/themes/{jmblog → jmblog-theme}/components/social_buttons_large.html +0 -0
  17. data/_includes/themes/{jmblog → jmblog-theme}/error.html +2 -2
  18. data/_includes/themes/{jmblog → jmblog-theme}/page.html +4 -4
  19. data/_includes/themes/{jmblog → jmblog-theme}/post.html +0 -0
  20. data/_includes/themes/{jmblog → jmblog-theme}/resume.html +3 -3
  21. data/_includes/themes/jmblog-theme/settings.yml +2 -0
  22. data/_includes/themes/{jmblog → jmblog-theme}/theme/error.html +6 -6
  23. data/_includes/themes/{jmblog → jmblog-theme}/theme/holding.html +5 -5
  24. data/_includes/themes/resume.html +1 -1
  25. data/_layouts/default.html +3 -3
  26. data/_layouts/error.html +2 -2
  27. data/_layouts/page.html +2 -2
  28. data/_layouts/post.html +1 -1
  29. data/_layouts/resume.html +2 -2
  30. metadata +23 -23
  31. data/_includes/themes/jmblog/settings.yml +0 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6f2a856b29b9c6459d6fa277b9ac4be1437af0329b545ce1383ea43f072d4c2d
4
- data.tar.gz: eece19ffa354b6616bdc46727409178252c76b24421dc5c19820f4de8471dfb7
3
+ metadata.gz: 99622d170db84ca1cc391972b5fc35411f7353445cae8c6722b5b9aa1ad32c5c
4
+ data.tar.gz: 2acb7d882101bd128b6fe6f694d90a6290c047e173710c9e7437880b246fffeb
5
5
  SHA512:
6
- metadata.gz: 242fbf9cf9a87cc84a8175f6d9134b4d6a4e1b090d8b88a0114c9bf722f9c5437c36c7eaaa2b12909269314359ae32cd57c7c12dfef27f8b7498893089b1b2ae
7
- data.tar.gz: 666ab3fcc0c20ca29f6cc971259b3ab08283f1b573942e8c79e1db27ad6ca3467992c63dcd5aff62fc904efcfa772a92d6207104c5045aa3058a69f61e5a1693
6
+ metadata.gz: a6d97d41c5ca543fe246bd1216896d50994fff51a8145354784569e205541767d4c740ecf3e2cc4040d46a5b0c969cdd89805cc1dd1e2a7860ee0812be82e4e1
7
+ data.tar.gz: 33d845122e6805df48f8b24702699850b60853047d7e950a5c06cd54be494b3bc0c1d0a671a1d725d8ed917262a7faaca4043d69a37683f8566cdaf35a4868b3
@@ -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">
@@ -10,6 +10,6 @@ render front matter as content
10
10
  </div>
11
11
  </div>
12
12
 
13
- {% include themes/jmblog/components/social_buttons_large.html %}
13
+ {% include themes/jmblog-theme/components/social_buttons_large.html %}
14
14
 
15
- </div>
15
+ </div>
@@ -1,11 +1,11 @@
1
- <div class="debug debug-themes__jmblog__page">
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>
@@ -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 %}
@@ -0,0 +1,2 @@
1
+ theme :
2
+ name : jmblog-theme
@@ -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?ef6f2ec9f2178aade71b"></script></body>
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?ef6f2ec9f2178aade71b"></script></body>
51
+ <script src="/assets/js/holding.bundle.js?20e6e1354f6f6d602a28"></script></body>
52
52
  </html>
53
- </div>
53
+ </div>
@@ -8,4 +8,4 @@ render front matter as content
8
8
  </div>
9
9
  </div>
10
10
 
11
- {% include themes/jmblog/components/resume.html %}
11
+ {% include themes/jmblog-theme/components/resume.html %}
@@ -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>
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  theme :
3
- name : jmblog
3
+ name : jmblog-theme
4
4
  layout: default
5
5
  ---
6
6
 
7
- <div class="debug debug-layouts__error">{% include themes/jmblog/error.html %}</div>
7
+ <div class="debug debug-layouts__error">{% include themes/jmblog-theme/error.html %}</div>
@@ -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>
@@ -2,4 +2,4 @@
2
2
  layout: default
3
3
  ---
4
4
 
5
- <div class="debug debug-layouts__post">{% include themes/jmblog/post.html %}</div>
5
+ <div class="debug debug-layouts__post">{% include themes/jmblog-theme/post.html %}</div>
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  theme :
3
- name : jmblog
3
+ name : jmblog-theme
4
4
  layout: default
5
5
  ---
6
- <div class="debug debug-layouts__resume">{% include themes/jmblog/resume.html %}</div>
6
+ <div class="debug debug-layouts__resume">{% include themes/jmblog-theme/resume.html %}</div>
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.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
@@ -1,2 +0,0 @@
1
- theme :
2
- name : jmblog