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 +4 -4
- data/CHANGELOG.md +21 -1
- data/_includes/footer.html +2 -2
- data/_includes/google-tag-manager-noscript.html +1 -2
- data/_includes/google-tag-manager.html +1 -2
- data/_includes/header.html +3 -0
- data/_layouts/default.html +2 -0
- data/_layouts/front.html +2 -2
- data/_layouts/home.html +6 -7
- data/_layouts/page.html +5 -4
- data/_layouts/post.html +7 -6
- data/_sass/_variables.scss +3 -3
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 05736ccb50ceb4e890e3eb133cbed230663d77a76bb8166ab6ac97b5d67c4ffd
|
|
4
|
+
data.tar.gz: 1c5d63dcef98101473e54f3baae54f8f05291e4d80c6b6f5108f749bd9308e50
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 43409d3c2dcb5527fd38247d146296fd542cd6882267226fb16d5c591be69d52ec235c743b0f38e2f935cdf9db6c3f88face504e5f8f37d5c4bb7bfd23842af4
|
|
7
|
+
data.tar.gz: fd4e6547d617202eb9029214dab82deaf13b2b5ca3159ba2e81734110432eb101932a264cb61b8814af46c48893f42e86f584c89e3663bab97e5a5f3157193a3
|
data/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,30 @@
|
|
|
1
|
-
#
|
|
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.
|
data/_includes/footer.html
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<footer class="
|
|
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="
|
|
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>
|
data/_layouts/default.html
CHANGED
data/_layouts/front.html
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
layout: default
|
|
3
3
|
---
|
|
4
4
|
|
|
5
|
-
<main class="
|
|
6
|
-
<header class="
|
|
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 %}
|
data/_layouts/home.html
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
layout: default
|
|
3
3
|
---
|
|
4
|
-
|
|
5
|
-
<
|
|
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
|
|
13
|
+
<a class="link black" href="{{ post.url | relative_url }}">
|
|
15
14
|
<article class="pv1">
|
|
16
|
-
<p class="
|
|
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
|
|
23
|
-
<p class="
|
|
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>
|
data/_layouts/page.html
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
layout: default
|
|
3
3
|
---
|
|
4
|
-
|
|
5
|
-
|
|
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="
|
|
11
|
+
<div class="f5 fw4 lh-copy">
|
|
11
12
|
{{ content }}
|
|
12
13
|
</div>
|
|
13
14
|
</article>
|
data/_layouts/post.html
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
layout: default
|
|
3
3
|
---
|
|
4
|
-
|
|
5
|
-
|
|
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
|
|
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
|
-
<
|
|
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="
|
|
19
|
+
<div class="f5 fw4 lh-copy">
|
|
19
20
|
{{ content }}
|
|
20
21
|
|
|
21
22
|
{% if page.comments != false %}
|
data/_sass/_variables.scss
CHANGED
|
@@ -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: $
|
|
144
|
+
$code-background-color: $light-gray;
|
|
145
145
|
$lineno-color: $gray;
|
|
146
|
-
$blockquote-color: $
|
|
147
|
-
$blockquote-border-color: $
|
|
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.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- Desired Persona
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
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
|