jekyll-theme-jam 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/CHANGELOG.md +10 -0
- data/LICENSE.md +10 -0
- data/README.md +63 -0
- data/_includes/disqus_comments.html +14 -0
- data/_includes/figure +12 -0
- data/_includes/footer.html +17 -0
- data/_includes/google-analytics.html +7 -0
- data/_includes/google-tag-manager-noscript.html +3 -0
- data/_includes/google-tag-manager.html +6 -0
- data/_includes/head.html +13 -0
- data/_includes/netlify-form.html +18 -0
- data/_includes/read_time.html +16 -0
- data/_layouts/archive.html +15 -0
- data/_layouts/default.html +12 -0
- data/_layouts/front.html +11 -0
- data/_layouts/home.html +25 -0
- data/_layouts/page.html +14 -0
- data/_layouts/post.html +30 -0
- data/_sass/_cms.scss +80 -0
- data/_sass/_theme.scss +78 -0
- data/_sass/_variables.scss +149 -0
- data/_sass/scss/_aspect-ratios.scss +142 -0
- data/_sass/scss/_background-position.scss +133 -0
- data/_sass/scss/_background-size.scss +41 -0
- data/_sass/scss/_border-colors.scss +93 -0
- data/_sass/scss/_border-radius.scss +134 -0
- data/_sass/scss/_border-style.scss +55 -0
- data/_sass/scss/_border-widths.scss +81 -0
- data/_sass/scss/_borders.scss +65 -0
- data/_sass/scss/_box-shadow.scss +48 -0
- data/_sass/scss/_box-sizing.scss +49 -0
- data/_sass/scss/_clears.scss +47 -0
- data/_sass/scss/_coordinates.scss +153 -0
- data/_sass/scss/_debug-children.scss +21 -0
- data/_sass/scss/_debug-grid.scss +33 -0
- data/_sass/scss/_debug.scss +127 -0
- data/_sass/scss/_debug_children.scss +18 -0
- data/_sass/scss/_display.scss +111 -0
- data/_sass/scss/_flexbox.scss +257 -0
- data/_sass/scss/_floats.scss +56 -0
- data/_sass/scss/_font-family.scss +99 -0
- data/_sass/scss/_font-style.scss +36 -0
- data/_sass/scss/_font-weight.scss +87 -0
- data/_sass/scss/_forms.scss +23 -0
- data/_sass/scss/_gradients.scss +29 -0
- data/_sass/scss/_heights.scss +131 -0
- data/_sass/scss/_hovers.scss +166 -0
- data/_sass/scss/_images.scss +18 -0
- data/_sass/scss/_letter-spacing.scss +40 -0
- data/_sass/scss/_line-height.scss +41 -0
- data/_sass/scss/_links.scss +34 -0
- data/_sass/scss/_lists.scss +15 -0
- data/_sass/scss/_max-widths.scss +105 -0
- data/_sass/scss/_module-template.scss +29 -0
- data/_sass/scss/_negative-margins.scss +205 -0
- data/_sass/scss/_nested.scss +63 -0
- data/_sass/scss/_normalize.scss +454 -0
- data/_sass/scss/_opacity.scss +27 -0
- data/_sass/scss/_outlines.scss +39 -0
- data/_sass/scss/_overflow.scss +82 -0
- data/_sass/scss/_position.scss +44 -0
- data/_sass/scss/_rotations.scss +50 -0
- data/_sass/scss/_skins-pseudo.scss +243 -0
- data/_sass/scss/_skins.scss +143 -0
- data/_sass/scss/_spacing.scss +947 -0
- data/_sass/scss/_styles.scss +15 -0
- data/_sass/scss/_tables.scss +42 -0
- data/_sass/scss/_text-align.scss +49 -0
- data/_sass/scss/_text-decoration.scss +42 -0
- data/_sass/scss/_text-transform.scss +53 -0
- data/_sass/scss/_type-scale.scss +102 -0
- data/_sass/scss/_typography.scss +129 -0
- data/_sass/scss/_utilities.scss +57 -0
- data/_sass/scss/_vertical-align.scss +43 -0
- data/_sass/scss/_visibility.scss +58 -0
- data/_sass/scss/_white-space.scss +41 -0
- data/_sass/scss/_widths.scss +150 -0
- data/_sass/scss/_word-break.scss +43 -0
- data/_sass/scss/_z-index.scss +60 -0
- data/assets/css/jam.scss +5 -0
- metadata +209 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: f95d133e03c040d515a0163adbf3d3b04309bd17d50f4e562352f826b6499c67
|
4
|
+
data.tar.gz: d1267096ac78113ae1b18156f7174a12a538bbd0df2be2d44493997f8436b165
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 5b81917dccdcc03b40203e329e4b4a4ebf0c572b5d25504fe3d3440eb2c0b4e01c4fade477f79e3fbcb9a130f13684f2bcee88fd0889ce3a258c01660b9324f0
|
7
|
+
data.tar.gz: 7313570136562ccbfad09741b8ecfcf628ea5662409a5bb5ff800967b5f923549943770ac9786552e8855cf03038d45da78a0b18092b221c155220277cab59e3
|
data/CHANGELOG.md
ADDED
@@ -0,0 +1,10 @@
|
|
1
|
+
# Changelog
|
2
|
+
All notable changes to this project will be documented in this file.
|
3
|
+
|
4
|
+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
5
|
+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
6
|
+
|
7
|
+
|
8
|
+
## [0.0.1](https://github.com/desiredpersona/jekyll-theme-jam/releases/tag/0.0.1) - 14-06-2018
|
9
|
+
### Added
|
10
|
+
Released theme beta.
|
data/LICENSE.md
ADDED
@@ -0,0 +1,10 @@
|
|
1
|
+
|
2
|
+
The MIT License (MIT)
|
3
|
+
|
4
|
+
Copyright (c) 2018 desiredpersona.com
|
5
|
+
|
6
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
7
|
+
|
8
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
9
|
+
|
10
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
data/README.md
ADDED
@@ -0,0 +1,63 @@
|
|
1
|
+
# jekyll-theme-jam
|
2
|
+
|
3
|
+
[![Gem Version](https://badge.fury.io/rb/jekyll-theme-jam.svg)](https://badge.fury.io/rb/jekyll-theme-jam)
|
4
|
+
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/desiredpersona/jekyll-theme-jam/master/LICENSE.md)
|
5
|
+
|
6
|
+
View [theme demo](https://desiredpersona.com)
|
7
|
+
|
8
|
+
|
9
|
+
## Installation
|
10
|
+
|
11
|
+
Add this line to your Jekyll site's `Gemfile`:
|
12
|
+
|
13
|
+
```ruby
|
14
|
+
gem "jekyll-theme-jam"
|
15
|
+
```
|
16
|
+
|
17
|
+
And add this line to your Jekyll site's `_config.yml`:
|
18
|
+
|
19
|
+
```yaml
|
20
|
+
theme: jekyll-theme-jam
|
21
|
+
```
|
22
|
+
|
23
|
+
And then execute:
|
24
|
+
|
25
|
+
```
|
26
|
+
$ bundle
|
27
|
+
```
|
28
|
+
|
29
|
+
Or install it yourself as:
|
30
|
+
|
31
|
+
```
|
32
|
+
$ gem install jekyll-theme-jam
|
33
|
+
```
|
34
|
+
|
35
|
+
## Usage
|
36
|
+
|
37
|
+
TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
|
38
|
+
|
39
|
+
## Credits
|
40
|
+
|
41
|
+
#### Creator
|
42
|
+
|
43
|
+
Desired Persona
|
44
|
+
|
45
|
+
- [https://desiredpersona.com](https://desiredpersona.com)
|
46
|
+
- [https://twitter.com/desiredpersona](https://twitter.com/desiredpersona)
|
47
|
+
- [https://github.com/desiredpersona](https://github.com/desiredpersona)
|
48
|
+
|
49
|
+
#### Thanks
|
50
|
+
|
51
|
+
- [Jekyll](http://jekyllrb.com) static site generator.
|
52
|
+
- [Tachyons](http://tachyons.io) functional css for humans.
|
53
|
+
- [BrowserStack](https://www.browserstack.com) live, web-based browser testing.
|
54
|
+
|
55
|
+
[![browserstack.com](/browserstack-logo.png)](https://www.browserstack.com)
|
56
|
+
|
57
|
+
## Contributing
|
58
|
+
|
59
|
+
Bug reports and pull requests are welcome on GitHub at [https://github.com/desiredpersona/jekyll-theme-jam](https://github.com/desiredpersona/jekyll-theme-jam). This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
60
|
+
|
61
|
+
## License
|
62
|
+
|
63
|
+
[MIT](https://github.com/desiredpersona/jekyll-theme-jam/blob/master/LICENSE.md)
|
@@ -0,0 +1,14 @@
|
|
1
|
+
<div id="disqus_thread"></div>
|
2
|
+
<script>
|
3
|
+
var disqus_config = function () {
|
4
|
+
this.page.url = '{{ page.url | absolute_url }}';
|
5
|
+
this.page.identifier = '{{ page.url | absolute_url }}';
|
6
|
+
};
|
7
|
+
(function() {
|
8
|
+
var d = document, s = d.createElement('script');
|
9
|
+
s.src = 'https://{{ site.disqus.shortname }}.disqus.com/embed.js';
|
10
|
+
s.setAttribute('data-timestamp', +new Date());
|
11
|
+
(d.head || d.body).appendChild(s);
|
12
|
+
})();
|
13
|
+
</script>
|
14
|
+
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
|
data/_includes/figure
ADDED
@@ -0,0 +1,12 @@
|
|
1
|
+
<figure {% if include.class %}class="{{ include.class }}"{% endif %}>
|
2
|
+
<img src=
|
3
|
+
{% if include.image_path contains "://" %}
|
4
|
+
"{{ include.image_path }}"
|
5
|
+
{% else %}
|
6
|
+
"{{ include.image_path | absolute_url }}"
|
7
|
+
{% endif %}
|
8
|
+
alt="{% if include.alt %}{{ include.alt }}{% endif %}">
|
9
|
+
{% if include.caption %}
|
10
|
+
<figcaption>{{ include.caption | markdownify | remove: "<p>" | remove: "</p>" }}</figcaption>
|
11
|
+
{% endif %}
|
12
|
+
</figure>
|
@@ -0,0 +1,17 @@
|
|
1
|
+
<footer class="mw7 center w-100 sans-serif dark-gray pt6 pb4 pa3">
|
2
|
+
<h2 class="dn-m dn-l f5 lh-title mv1">{{ site.data.theme.text.menu_title }}<h2>
|
3
|
+
<nav class="flex flex-column flex-row-m flex-row-l">
|
4
|
+
{% if site.data.theme.navigation %}
|
5
|
+
{% for link in site.data.theme.navigation %}
|
6
|
+
{% if link.url contains 'http' %}
|
7
|
+
{% assign domain = '' %}
|
8
|
+
{% elsif link.url contains 'mailto' %}
|
9
|
+
{% assign domain = '' %}
|
10
|
+
{% else %}
|
11
|
+
{% assign domain = site.url | append: site.baseurl %}
|
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>
|
14
|
+
{% endfor %}
|
15
|
+
{% endif %}
|
16
|
+
</nav>
|
17
|
+
</footer>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
<!-- Google Analytics async -->
|
2
|
+
<script>
|
3
|
+
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
|
4
|
+
ga('create', '{{ site.google_analytics }}', 'auto');
|
5
|
+
ga('send', 'pageview');
|
6
|
+
</script>
|
7
|
+
<script async src='https://www.google-analytics.com/analytics.js'></script>
|
@@ -0,0 +1,6 @@
|
|
1
|
+
<!-- Google Tag Manager -->
|
2
|
+
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
|
3
|
+
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
|
4
|
+
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
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>
|
data/_includes/head.html
ADDED
@@ -0,0 +1,13 @@
|
|
1
|
+
<head>
|
2
|
+
<meta charset="utf-8">
|
3
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
4
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
5
|
+
{% if page.meta_robots %}<meta name="robots" content="{{ page.meta_robots }}">{% else %}<meta name="robots" content="all">{% endif %}
|
6
|
+
{% if site.disable_title_output == true %}<title>{{ page.title }}</title>{% endif %}
|
7
|
+
{% if site.disable_title_output == true %}{% seo title=false %}{% else %}{% seo %}{% endif %}
|
8
|
+
<link rel="stylesheet" href="{{ '/assets/css/jam.css' | relative_url }}">
|
9
|
+
<link rel="icon" type="image/png" href="{{ '/favicon.ico' | relative_url }}">
|
10
|
+
<link href="{% if site.atom_feed.path %}{{ site.atom_feed.path }}{% else %}{{ '/feed.xml' | relative_url }}{% endif %}" type="application/atom+xml" rel="alternate" title="{{ site.title }} Feed">
|
11
|
+
{% if site.google_analytics and jekyll.environment == 'production' %}{% include google-analytics.html %}{% endif %}
|
12
|
+
{% if site.google_tag_manager and jekyll.environment == 'production' %}{% include google-tag-manager.html %}{% endif %}
|
13
|
+
</head>
|
@@ -0,0 +1,18 @@
|
|
1
|
+
<form name="contact" method="POST" netlify>
|
2
|
+
<p>
|
3
|
+
<label>Your Name:</label><br>
|
4
|
+
<input type="text" name="name" class="w-100 w-50-l pa2 ba bw1 br2" />
|
5
|
+
</p>
|
6
|
+
<p>
|
7
|
+
<label>Your Email:</label><br>
|
8
|
+
<input type="email" name="email" class="w-100 w-50-l pa2 ba bw1 br2" />
|
9
|
+
</p>
|
10
|
+
<p>
|
11
|
+
<label>Message:</label><br>
|
12
|
+
<textarea name="message" class="w-100 h5 pa2 ba bw1 br2"></textarea>
|
13
|
+
</p>
|
14
|
+
<div data-netlify-recaptcha></div>
|
15
|
+
<p>
|
16
|
+
<button class="white bg-green pv2 ph4 ba bw1 br2 b--dark-green" type="submit">Send</button>
|
17
|
+
</p>
|
18
|
+
</form>
|
@@ -0,0 +1,16 @@
|
|
1
|
+
{% if post %}
|
2
|
+
{% assign words = post.content | strip_html | number_of_words %}
|
3
|
+
{% elsif page %}
|
4
|
+
{% assign words = page.content | strip_html | number_of_words %}
|
5
|
+
{% endif %}
|
6
|
+
|
7
|
+
|
8
|
+
{% if site.data.theme.text.words_per_minute %}
|
9
|
+
{% if words < 360 %}
|
10
|
+
1 {{ site.data.theme.text.minute_read | default: "min read" }}
|
11
|
+
{% else %}
|
12
|
+
{{ words | divided_by:site.data.theme.text.words_per_minute }} {{ site.data.theme.text.minute_read | default: "min read" }}
|
13
|
+
{% endif %}
|
14
|
+
{% else %}
|
15
|
+
{{ site.data.theme.text.undefined_wpm }}
|
16
|
+
{% endif %}
|
@@ -0,0 +1,15 @@
|
|
1
|
+
---
|
2
|
+
layout: page
|
3
|
+
---
|
4
|
+
|
5
|
+
{{ content }}
|
6
|
+
|
7
|
+
<section>
|
8
|
+
{% for post in site.posts %}
|
9
|
+
<a class="link dark-gray" href="{{ post.url | relative_url }}">
|
10
|
+
<article class="pv1">
|
11
|
+
<p class="f5 f4-m f4-l fw4 lh-title mb0 underline">{{ post.title | escape }}</p>
|
12
|
+
</article>
|
13
|
+
</a>
|
14
|
+
{% endfor %}
|
15
|
+
</section>
|
@@ -0,0 +1,12 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html lang="{{ page.lang | default: site.lang }}">
|
3
|
+
{% include head.html %}
|
4
|
+
|
5
|
+
<body>
|
6
|
+
{% if site.google_tag_manager and jekyll.environment == 'production' %}{% include google-tag-manager-noscript.html %}{% endif %}
|
7
|
+
|
8
|
+
{{ content }}
|
9
|
+
|
10
|
+
{% include footer.html %}
|
11
|
+
</body>
|
12
|
+
</html>
|
data/_layouts/front.html
ADDED
data/_layouts/home.html
ADDED
@@ -0,0 +1,25 @@
|
|
1
|
+
---
|
2
|
+
layout: default
|
3
|
+
---
|
4
|
+
|
5
|
+
<main class="f5 f4-m f4-l lh-copy mw7 center w-100 sans-serif dark-gray pa3">
|
6
|
+
<header class="mv6 measure">
|
7
|
+
{% if page.introduction %}
|
8
|
+
{{ page.introduction | markdownify }}
|
9
|
+
{% endif %}
|
10
|
+
</header>
|
11
|
+
|
12
|
+
<h2 class="f5 lh-title mb1">{{ site.data.theme.text.post_heading }}</h2>
|
13
|
+
{% for post in site.posts limit: site.data.theme.text.post_limit %}
|
14
|
+
<a class="link dark-gray" href="{{ post.url | relative_url }}">
|
15
|
+
<article class="pv1">
|
16
|
+
<p class="f5 f4-m f4-l fw4 lh-title mb0 underline">{{ post.title | escape }}</p>
|
17
|
+
</article>
|
18
|
+
</a>
|
19
|
+
{% endfor %}
|
20
|
+
|
21
|
+
<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>
|
24
|
+
</a>
|
25
|
+
</main>
|
data/_layouts/page.html
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
---
|
2
|
+
layout: default
|
3
|
+
---
|
4
|
+
<main>
|
5
|
+
<article class="mw7 center w-100 sans-serif dark-gray pa3 mt5">
|
6
|
+
<header>
|
7
|
+
<h1 class="f2 f1-l lh-title">{{ page.title }}</h1>
|
8
|
+
</header>
|
9
|
+
|
10
|
+
<div class="measure f5 f4-ns lh-copy">
|
11
|
+
{{ content }}
|
12
|
+
</div>
|
13
|
+
</article>
|
14
|
+
</main>
|
data/_layouts/post.html
ADDED
@@ -0,0 +1,30 @@
|
|
1
|
+
---
|
2
|
+
layout: default
|
3
|
+
---
|
4
|
+
<main>
|
5
|
+
<article class="mw7 center w-100 sans-serif dark-gray pa3 mt5">
|
6
|
+
<header>
|
7
|
+
<h1 class="f2 f1-l lh-title">{{ page.title }}</h1>
|
8
|
+
<div class="f5 fw4 gray">
|
9
|
+
{% 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
|
+
{% else %}
|
12
|
+
<time datetime="{{ page.date }}">{{ page.date | date: site.date_format }}</time>
|
13
|
+
{% endif %}
|
14
|
+
<span class="ttl">· {% include read_time.html %}</span>
|
15
|
+
</div>
|
16
|
+
</header>
|
17
|
+
|
18
|
+
<div class="measure f5 f4-ns lh-copy">
|
19
|
+
{{ content }}
|
20
|
+
|
21
|
+
{% if page.comments != false %}
|
22
|
+
{% if site.disqus.shortname %}
|
23
|
+
<div class="mt5">
|
24
|
+
{% include disqus_comments.html %}
|
25
|
+
</div>
|
26
|
+
{% endif %}
|
27
|
+
{% endif %}
|
28
|
+
</div>
|
29
|
+
</article>
|
30
|
+
</main>
|
data/_sass/_cms.scss
ADDED
@@ -0,0 +1,80 @@
|
|
1
|
+
// Override Tachyons Defaults
|
2
|
+
figure { margin: .25rem 0; } // Removes 40px left/right margins on codeblocks.
|
3
|
+
|
4
|
+
.link:focus { outline: 0; } // Removes dotted outline on link click.
|
5
|
+
|
6
|
+
// Links
|
7
|
+
a {
|
8
|
+
color: $link;
|
9
|
+
transition: color .30s ease-in;
|
10
|
+
&:hover {
|
11
|
+
color: $link-hover;
|
12
|
+
}
|
13
|
+
}
|
14
|
+
|
15
|
+
// Codeblocks
|
16
|
+
pre {
|
17
|
+
overflow-x: auto;
|
18
|
+
overflow-y: hidden;
|
19
|
+
overflow: scroll;
|
20
|
+
padding: .5rem;
|
21
|
+
}
|
22
|
+
|
23
|
+
pre, code {
|
24
|
+
font-family: $code;
|
25
|
+
font-size: $code-font-size;
|
26
|
+
border-radius: .125rem;
|
27
|
+
background-color: $code-background-color;
|
28
|
+
}
|
29
|
+
|
30
|
+
p > code {
|
31
|
+
padding: .16rem;
|
32
|
+
}
|
33
|
+
|
34
|
+
// Blockquotes
|
35
|
+
blockquote {
|
36
|
+
font-size: 1.25rem;
|
37
|
+
font-style: italic;
|
38
|
+
font-weight: 400;
|
39
|
+
line-height: 1.5;
|
40
|
+
padding-left: 1rem;
|
41
|
+
margin: 4rem 0 4rem 0;
|
42
|
+
color: $blockquote-color;
|
43
|
+
border-left: .25rem solid $blockquote-border-color;
|
44
|
+
}
|
45
|
+
|
46
|
+
blockquote cite {
|
47
|
+
font-size: .875rem;
|
48
|
+
font-style: normal;
|
49
|
+
letter-spacing: .1em;
|
50
|
+
text-transform: uppercase;
|
51
|
+
|
52
|
+
}
|
53
|
+
|
54
|
+
// Image captions
|
55
|
+
figcaption {
|
56
|
+
font-size: .875rem;
|
57
|
+
font-weight: 400;
|
58
|
+
color: $figcaption-color;
|
59
|
+
}
|
60
|
+
|
61
|
+
// Footnotes
|
62
|
+
.footnotes {
|
63
|
+
font-size: .875rem;
|
64
|
+
color: $footnotes-color;
|
65
|
+
}
|
66
|
+
|
67
|
+
// Media Queries
|
68
|
+
@media #{$breakpoint-medium} {
|
69
|
+
blockquote {
|
70
|
+
font-size: 1.5rem;
|
71
|
+
padding-left: 1.5rem;
|
72
|
+
}
|
73
|
+
}
|
74
|
+
|
75
|
+
@media #{$breakpoint-large} {
|
76
|
+
blockquote {
|
77
|
+
font-size: 1.5rem;
|
78
|
+
padding-left: 1.5rem;
|
79
|
+
}
|
80
|
+
}
|
data/_sass/_theme.scss
ADDED
@@ -0,0 +1,78 @@
|
|
1
|
+
/*
|
2
|
+
* Jam Jekyll Theme
|
3
|
+
*
|
4
|
+
* - Desired Persona
|
5
|
+
* - desiredpersona.com
|
6
|
+
* - https://twitter.com/desiredpersona
|
7
|
+
*
|
8
|
+
*/
|
9
|
+
|
10
|
+
|
11
|
+
// Default Browser Styles
|
12
|
+
@import 'scss/normalize';
|
13
|
+
|
14
|
+
// Variables
|
15
|
+
// Importing here will allow you to override any variables in the modules
|
16
|
+
@import '_variables';
|
17
|
+
|
18
|
+
// Debugging
|
19
|
+
@import 'scss/debug-children';
|
20
|
+
@import 'scss/debug-grid';
|
21
|
+
|
22
|
+
// Uncomment out the line below to help debug layout issues
|
23
|
+
// @import 'scss/debug';
|
24
|
+
|
25
|
+
// Tachyons Modules
|
26
|
+
@import 'scss/box-sizing';
|
27
|
+
@import 'scss/aspect-ratios';
|
28
|
+
@import 'scss/images';
|
29
|
+
@import 'scss/background-size';
|
30
|
+
@import 'scss/background-position';
|
31
|
+
@import 'scss/outlines';
|
32
|
+
@import 'scss/borders';
|
33
|
+
@import 'scss/border-colors';
|
34
|
+
@import 'scss/border-radius';
|
35
|
+
@import 'scss/border-style';
|
36
|
+
@import 'scss/border-widths';
|
37
|
+
@import 'scss/box-shadow';
|
38
|
+
@import 'scss/coordinates';
|
39
|
+
@import 'scss/clears';
|
40
|
+
@import 'scss/display';
|
41
|
+
@import 'scss/flexbox';
|
42
|
+
@import 'scss/floats';
|
43
|
+
@import 'scss/font-family';
|
44
|
+
@import 'scss/font-style';
|
45
|
+
@import 'scss/font-weight';
|
46
|
+
@import 'scss/forms';
|
47
|
+
@import 'scss/heights';
|
48
|
+
@import 'scss/letter-spacing';
|
49
|
+
@import 'scss/line-height';
|
50
|
+
@import 'scss/links';
|
51
|
+
@import 'scss/lists';
|
52
|
+
@import 'scss/max-widths';
|
53
|
+
@import 'scss/widths';
|
54
|
+
@import 'scss/overflow';
|
55
|
+
@import 'scss/position';
|
56
|
+
@import 'scss/opacity';
|
57
|
+
@import 'scss/rotations';
|
58
|
+
@import 'scss/skins';
|
59
|
+
@import 'scss/skins-pseudo';
|
60
|
+
@import 'scss/spacing';
|
61
|
+
@import 'scss/negative-margins';
|
62
|
+
@import 'scss/tables';
|
63
|
+
@import 'scss/text-decoration';
|
64
|
+
@import 'scss/text-align';
|
65
|
+
@import 'scss/text-transform';
|
66
|
+
@import 'scss/type-scale';
|
67
|
+
@import 'scss/typography';
|
68
|
+
@import 'scss/utilities';
|
69
|
+
@import 'scss/visibility';
|
70
|
+
@import 'scss/white-space';
|
71
|
+
@import 'scss/vertical-align';
|
72
|
+
@import 'scss/hovers';
|
73
|
+
@import 'scss/z-index';
|
74
|
+
@import 'scss/nested';
|
75
|
+
@import 'scss/styles';
|
76
|
+
|
77
|
+
// CMS
|
78
|
+
@import '_cms';
|