jekyll-theme-jam 0.0.2 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 02fd5e5fc2c99c8e2b10620e8bba5a6b02b38a9664323115614443464b7d967a
4
- data.tar.gz: 1e836ddf9f73a7c1c7789731b95dfc7c4b535462eea3fed8c3544e88679cb484
3
+ metadata.gz: 05736ccb50ceb4e890e3eb133cbed230663d77a76bb8166ab6ac97b5d67c4ffd
4
+ data.tar.gz: 1c5d63dcef98101473e54f3baae54f8f05291e4d80c6b6f5108f749bd9308e50
5
5
  SHA512:
6
- metadata.gz: 4a60444c39bcdb5ad1c8d24e6ba254b6ed095fde4e8a6522d79401b92eeb900bc0a23bcf26e5adca3c44bd3b2d88648077408a70703fc4b747f397166e7541ee
7
- data.tar.gz: 83edfbf7e75fbe59fcd8258642aebf551c8aa5b36959c0c4628cba9a7d3df796cdacd29f574773dc2cbe6b96c4800c9a5bfb36032fe992a1aaf575bfa0e44d3f
6
+ metadata.gz: 43409d3c2dcb5527fd38247d146296fd542cd6882267226fb16d5c591be69d52ec235c743b0f38e2f935cdf9db6c3f88face504e5f8f37d5c4bb7bfd23842af4
7
+ data.tar.gz: fd4e6547d617202eb9029214dab82deaf13b2b5ca3159ba2e81734110432eb101932a264cb61b8814af46c48893f42e86f584c89e3663bab97e5a5f3157193a3
@@ -1,10 +1,30 @@
1
- # Changelog
1
+ # Change log
2
2
  All notable changes to this project will be documented in this file.
3
3
 
4
4
  The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
  and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
 
7
7
 
8
+ ## [Unreleased]
9
+
10
+ ## [0.1.2](https://github.com/desiredpersona/jekyll-theme-jam/releases/tag/0.1.2) - 18-07-2018
11
+ ### Added
12
+ - Header with site title [dd24150](https://github.com/desiredpersona/jekyll-theme-jam/commit/dd241504152b453d021d73f1e958b99659c5a1f3)
13
+ - Include Header template [a5e615f](https://github.com/desiredpersona/jekyll-theme-jam/commit/a5e615fb8a4943f4e8ed01d20c27cfa0a42c1cb6)
14
+
15
+ ### Changed
16
+ - Theme colour changes [cd0cf5a](https://github.com/desiredpersona/jekyll-theme-jam/commit/cd0cf5a7efabf04e737d686bebb32c17465f519d)
17
+ - Improved theme typography [f3d88a6](https://github.com/desiredpersona/jekyll-theme-jam/commit/f3d88a625751658bb889b052c9d4164b2b6f0a43)
18
+
19
+ ## [0.0.2](https://github.com/desiredpersona/jekyll-theme-jam/releases/tag/0.0.2) - 17-06-2018
20
+ ### Changed
21
+ - Improve theme typography [50581d1](https://github.com/desiredpersona/jekyll-theme-jam/commit/50581d1390df478a0bc5fc39b95c95201820273f)
22
+ - Add margins top/bottom of `<figure>` image tags [73ad30a](https://github.com/desiredpersona/jekyll-theme-jam/commit/73ad30a1608de202fedea072437cc1f3ac50f604)
23
+ - Change blockquote color variables [77a156a](https://github.com/desiredpersona/jekyll-theme-jam/commit/77a156ae07771df3f54388d0eb35afda79c87213)
24
+
25
+ ### Fixed
26
+ - Fix issue with Google Tag Manager (Non-standard implementation) [4728b3c](https://github.com/desiredpersona/jekyll-theme-jam/commit/4728b3c6c1f9d9185bcfc18a45a5eab5a899661b)
27
+
8
28
  ## [0.0.1](https://github.com/desiredpersona/jekyll-theme-jam/releases/tag/0.0.1) - 14-06-2018
9
29
  ### Added
10
30
  Released theme beta.
@@ -1,4 +1,4 @@
1
- <footer class="mw7 center w-100 sans-serif dark-gray pt6 pb4 pa3">
1
+ <footer class="mw8 center w-100 sans-serif black mt6 pb4 ph3">
2
2
  <h2 class="dn-m dn-l f5 lh-title mv1">{{ site.data.theme.text.menu_title }}<h2>
3
3
  <nav class="flex flex-column flex-row-m flex-row-l">
4
4
  {% if site.data.theme.navigation %}
@@ -10,7 +10,7 @@
10
10
  {% else %}
11
11
  {% assign domain = site.url | append: site.baseurl %}
12
12
  {% endif %}
13
- <a href="{{ domain }}{{ link.url }}" class="f5 f6-m f6-l fw4 gray link mr3 pb3 ttc ttu-m ttu-l" {% if link.url contains 'http' %}target="_blank"{% endif %}>{{ link.title }}</a>
13
+ <a href="{{ domain }}{{ link.url }}" class="f4 f6-m f6-l fw4 gray hover-black link mr3 pb3 ttc ttu-m ttu-l" {% if link.url contains 'http' %}target="_blank"{% endif %}>{{ link.title }}</a>
14
14
  {% endfor %}
15
15
  {% endif %}
16
16
  </nav>
@@ -1,4 +1,3 @@
1
1
  <!-- Google Tag Manager (noscript) -->
2
2
  <noscript><iframe src="https://www.googletagmanager.com/ns.html?id={{ site.google_tag_manager }}"
3
- height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
4
- <!-- End Google Tag Manager (noscript) -->
3
+ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
@@ -3,5 +3,4 @@
3
3
  new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
4
4
  j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
5
5
  'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
6
- })(window,document,'script','dataLayer','{{ site.google_tag_manager }}');</script>
7
- <!-- End Google Tag Manager -->
6
+ })(window,document,'script','dataLayer','{{ site.google_tag_manager }}');</script>
@@ -0,0 +1,3 @@
1
+ <header class="mw8 w-100 center sans-serif tracked ttu mv5 ph3">
2
+ <a class="f4 fw6 black hover-black link" href="{{ '/' | absolute_url }}" title="Home">{{ site.title }}</a>
3
+ </header>
@@ -5,6 +5,8 @@
5
5
  <body>
6
6
  {% if site.google_tag_manager and jekyll.environment == 'production' %}{% include google-tag-manager-noscript.html %}{% endif %}
7
7
 
8
+ {% include header.html %}
9
+
8
10
  {{ content }}
9
11
 
10
12
  {% include footer.html %}
@@ -2,8 +2,8 @@
2
2
  layout: default
3
3
  ---
4
4
 
5
- <main class="f5 f4-m f4-l fw3 lh-copy mw7 center w-100 sans-serif dark-gray pa3">
6
- <header class="mv6 measure-wide">
5
+ <main class="mw8 w-100 center sans-serif black ph3">
6
+ <header class="mw7 f4 fw4 lh-copy mb6 measure-wide">
7
7
  {% if page.introduction %}
8
8
  {{ page.introduction | markdownify }}
9
9
  {% endif %}
@@ -1,9 +1,8 @@
1
1
  ---
2
2
  layout: default
3
3
  ---
4
-
5
- <main class="f5 f4-m f4-l fw3 lh-copy mw7 center w-100 sans-serif dark-gray pa3">
6
- <header class="mv6 measure-wide">
4
+ <main class="mw8 w-100 center sans-serif black ph3">
5
+ <header class="mw7 f4 fw4 lh-copy mb6 measure-wide">
7
6
  {% if page.introduction %}
8
7
  {{ page.introduction | markdownify }}
9
8
  {% endif %}
@@ -11,15 +10,15 @@ layout: default
11
10
 
12
11
  <h2 class="f5 lh-title mb1">{{ site.data.theme.text.post_heading }}</h2>
13
12
  {% for post in site.posts limit: site.data.theme.text.post_limit %}
14
- <a class="link dark-gray" href="{{ post.url | relative_url }}">
13
+ <a class="link black" href="{{ post.url | relative_url }}">
15
14
  <article class="pv1">
16
- <p class="f5 f4-m f4-l fw4 lh-title mb0 underline">{{ post.title | escape }}</p>
15
+ <p class="f4 fw4 lh-title mb0 underline">{{ post.title | escape }}</p>
17
16
  </article>
18
17
  </a>
19
18
  {% endfor %}
20
19
 
21
20
  <h2 class="f5 lh-title mb1 mt6">{{ site.data.theme.text.archive_heading }}</h2>
22
- <a class="link dark-gray" href="{{ site.data.theme.text.archive_url | relative_url }}">
23
- <p class="f5 f4-m f4-l fw4 lh-title pv1 mb0 underline">{{ site.data.theme.text.archive_title }}</p>
21
+ <a class="link black" href="{{ site.data.theme.text.archive_url | relative_url }}">
22
+ <p class="f4 fw4 lh-title pv1 mb0 underline">{{ site.data.theme.text.archive_title }}</p>
24
23
  </a>
25
24
  </main>
@@ -1,13 +1,14 @@
1
1
  ---
2
2
  layout: default
3
3
  ---
4
- <main>
5
- <article class="mw7 center w-100 sans-serif dark-gray pa3 mt5">
4
+
5
+ <main class="mw8 w-100 center sans-serif black ph3 mt5">
6
+ <article class="mw7 pr5-m pr5-l">
6
7
  <header>
7
- <h1 class="f2 f1-l lh-title">{{ page.title }}</h1>
8
+ <h1 class="f2 f1-m f1-l lh-title">{{ page.title }}</h1>
8
9
  </header>
9
10
 
10
- <div class="measure-wide f5 f4-m f4-l fw3 lh-copy">
11
+ <div class="f5 fw4 lh-copy">
11
12
  {{ content }}
12
13
  </div>
13
14
  </article>
@@ -1,13 +1,14 @@
1
1
  ---
2
2
  layout: default
3
3
  ---
4
- <main>
5
- <article class="mw7 center w-100 sans-serif dark-gray pa3 mt5">
4
+
5
+ <main class="mw8 w-100 center sans-serif black ph3 mt5">
6
+ <article class="mw7 pr5-m pr5-l">
6
7
  <header>
7
- <h1 class="f2 f1-l lh-title">{{ page.title }}</h1>
8
- <div class="f5 fw4 gray">
8
+ <h1 class="f2 f1-m f1-l lh-title">{{ page.title }}</h1>
9
+ <div class="f5 fw4 black mv4">
9
10
  {% if page.last_modified_at %}
10
- <span>{{ site.data.theme.text.updated }} <time datetime="{{ page.last_modified_at }}">{{ page.last_modified_at | date: site.date_format }}</time></span>
11
+ <time datetime="{{ page.last_modified_at }}">{{ page.last_modified_at | date: site.date_format }}</time>
11
12
  {% else %}
12
13
  <time datetime="{{ page.date }}">{{ page.date | date: site.date_format }}</time>
13
14
  {% endif %}
@@ -15,7 +16,7 @@ layout: default
15
16
  </div>
16
17
  </header>
17
18
 
18
- <div class="measure-wide f5 f4-m f4-l fw3 lh-copy">
19
+ <div class="f5 fw4 lh-copy">
19
20
  {{ content }}
20
21
 
21
22
  {% if page.comments != false %}
@@ -141,9 +141,9 @@ $breakpoint-large: 'screen and (min-width: 60em)' !default;
141
141
  $link: $blue;
142
142
  $link-hover: $dark-blue;
143
143
  $code-font-size: .9rem;
144
- $code-background-color: $near-white;
144
+ $code-background-color: $light-gray;
145
145
  $lineno-color: $gray;
146
- $blockquote-color: $dark-gray;
147
- $blockquote-border-color: $gray;
146
+ $blockquote-color: $black;
147
+ $blockquote-border-color: $black;
148
148
  $figcaption-color: $gray;
149
149
  $footnotes-color: $gray;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-jam
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
- - desired persona
7
+ - Desired Persona
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-06-17 00:00:00.000000000 Z
11
+ date: 2018-07-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -111,6 +111,7 @@ files:
111
111
  - _includes/google-tag-manager-noscript.html
112
112
  - _includes/google-tag-manager.html
113
113
  - _includes/head.html
114
+ - _includes/header.html
114
115
  - _includes/netlify-form.html
115
116
  - _includes/read_time.html
116
117
  - _layouts/archive.html