jekyll-theme-breq 0.1.3 → 0.1.8

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 (47) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +1 -1
  3. data/README.md +0 -0
  4. data/_config.yml +0 -0
  5. data/_includes/button.html +0 -0
  6. data/_includes/footer.html +0 -0
  7. data/_includes/gallery.html +0 -0
  8. data/_includes/meta.html +6 -0
  9. data/_includes/nav.html +0 -0
  10. data/_includes/slide.html +0 -0
  11. data/_includes/youtube.html +0 -0
  12. data/_layouts/blog.html +35 -4
  13. data/_layouts/contact.html +0 -0
  14. data/_layouts/default.html +0 -0
  15. data/_layouts/error.html +0 -0
  16. data/_layouts/gallery.html +3 -1
  17. data/_layouts/page.html +0 -0
  18. data/_layouts/post.html +13 -2
  19. data/_layouts/project.html +7 -5
  20. data/_layouts/showcase.html +0 -0
  21. data/_layouts/slideshow.html +0 -0
  22. data/_sass/basics.scss +0 -0
  23. data/_sass/blog.scss +6 -0
  24. data/_sass/colors.scss +0 -0
  25. data/_sass/defaults.scss +4 -0
  26. data/_sass/error.scss +0 -0
  27. data/_sass/footer.scss +0 -0
  28. data/_sass/image.scss +0 -0
  29. data/_sass/main.scss +2 -0
  30. data/_sass/nav.scss +0 -0
  31. data/_sass/post.scss +32 -0
  32. data/_sass/slide.scss +0 -0
  33. data/_sass/syntax.scss +0 -0
  34. data/_sass/tiles.scss +0 -0
  35. data/assets/css/styles.scss +0 -0
  36. data/assets/icons/android-chrome-192x192.png +0 -0
  37. data/assets/icons/android-chrome-512x512.png +0 -0
  38. data/assets/icons/apple-touch-icon.png +0 -0
  39. data/assets/icons/browserconfig.xml +0 -0
  40. data/assets/icons/favicon-16x16.png +0 -0
  41. data/assets/icons/favicon-32x32.png +0 -0
  42. data/assets/icons/favicon.ico +0 -0
  43. data/assets/icons/mstile-150x150.png +0 -0
  44. data/assets/icons/site.webmanifest +0 -0
  45. data/assets/images/pansexual.png +0 -0
  46. data/assets/videos/344.webm +0 -0
  47. metadata +5 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ac59361299cb1f9e64506d03d8a1f748c9cbea0932a952d74dee1600b30fe909
4
- data.tar.gz: c590724c3b89de4d9b03689d02f48714bc987cb90bafb38ec19ade00307a4936
3
+ metadata.gz: d9ae8fd3e11849b92d92b252959f0c8490cde607bdb08fc15d227711288afc50
4
+ data.tar.gz: 88ec7cd89220fe1f049aa82947a4e5d829360094c772b380d5a56e0c96158bdd
5
5
  SHA512:
6
- metadata.gz: 5576a38154c0bf384ed3e607c5f0a08c7fd5b85b66c1cc99afe72578986c808d552ccb8f061192f57a60732dc62efc6b5aac8f75f493febb83f9e78ce8919639
7
- data.tar.gz: 8bace0dd49842f694158c99b9b51fcc4dff832d73cbe9b40813eb4e20a9570be2083091bce1dab67c421c3addf20cdaf3a149b97c973cd9a75c6edaedb4cb43e
6
+ metadata.gz: 5df93408cec2dd914cfa231216e1b98ea5f15b806ae04663d81b23c758e59c47554f2f27a9d0095ecefd9b046ce36cf32117a47506567df60fc98901165f64d4
7
+ data.tar.gz: 36b2fda94bbfb088cd9392193cc46e1544dd45532d4d13e2163ea6fcd889cceecfc90f15e16e888ce4f0d1e585ca9721f2cf6d6276516536d13b16625999815c
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2020 Wesley Chalmers
3
+ Copyright (c) 2021 Brooke Chalmers
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
File without changes
data/_config.yml CHANGED
File without changes
File without changes
File without changes
File without changes
data/_includes/meta.html CHANGED
@@ -24,5 +24,11 @@
24
24
  <link href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap" rel="stylesheet" />
25
25
  <link href="https://fonts.googleapis.com/css2?family=Lato&display=swap" rel="stylesheet" />
26
26
 
27
+ <!-- mathjax -->
28
+ <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
29
+
30
+ <!-- cloudflare analytics -->
31
+ <script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "{{ site.data.site.cloudflare_token }}"}'></script>
32
+
27
33
  <!-- site-specific -->
28
34
  <link rel="stylesheet" href="/assets/css/styles.css" />
data/_includes/nav.html CHANGED
File without changes
data/_includes/slide.html CHANGED
File without changes
File without changes
data/_layouts/blog.html CHANGED
@@ -2,10 +2,41 @@
2
2
  layout: page
3
3
  ---
4
4
 
5
+ <div class="text-center">
5
6
  {{ content }}
7
+ </div>
6
8
 
7
9
  {% for post in site.posts %}
8
10
 
11
+ <div class="post-banner">
12
+ <a class="block-link" href="{{ post.url }}">
13
+ <div class="row">
14
+ <div class="col-md-3 d-none d-md-block">
15
+ {% if post.image %}
16
+ <img src="{{ post.image }}" loading="lazy">
17
+ {% else %}
18
+ <img src="{{ site.data.site.default_image }}" loading="lazy">
19
+ {% endif %}
20
+ </div>
21
+ <div class="col-md-3 d-xs-block d-md-none">
22
+ <hr>
23
+ </div>
24
+ <div class="col-md-9" style="display: flex; flex-direction: column; justify-content: space-between;">
25
+ <div>
26
+ <h1>{{ post.title }}</h1>
27
+ <p class="blog-excerpt">
28
+ {{ post.excerpt | strip_html }}
29
+ </p>
30
+ </div>
31
+ <p style="align-self: flex-end;">{{ post.date | date: "%m/%d/%Y" }}</p>
32
+ </div>
33
+ </div>
34
+ </a>
35
+ </div>
36
+
37
+ {% endfor %}
38
+
39
+ <!--
9
40
  <div class="tile-col col-lg-6">
10
41
  <a class="tile-link" href="{{ post.url }}">
11
42
  <div class="tile">
@@ -17,12 +48,13 @@ layout: page
17
48
  {% endif %}
18
49
 
19
50
  <div class="tile-caption">
20
- {{ post.excerpt }}
51
+ <h1>{{ post.title }}</h1>
52
+ {{ post.excerpt | truncate: 150 }}
21
53
  </div>
22
54
 
23
55
 
24
56
  <div class="tile-cta d-none d-md-block">
25
- <span>More</span>
57
+ <span>Read</span>
26
58
  &nbsp;
27
59
  <i class="fas fa-arrow-right" aria-hidden="true"></i>
28
60
  </div>
@@ -35,5 +67,4 @@ layout: page
35
67
  </div>
36
68
  </a>
37
69
  </div>
38
-
39
- {% endfor %}
70
+ -->
File without changes
File without changes
data/_layouts/error.html CHANGED
File without changes
@@ -3,6 +3,8 @@ layout: page
3
3
  title: Projects
4
4
  ---
5
5
 
6
- {{ content }}
6
+ <div class="center">
7
+ {{ content }}
8
+ </div>
7
9
 
8
10
  {% include gallery.html gallery_of=page.gallery_of %}
data/_layouts/page.html CHANGED
File without changes
data/_layouts/post.html CHANGED
@@ -1,5 +1,16 @@
1
1
  ---
2
- layout: page
2
+ layout: default
3
3
  ---
4
4
 
5
- {{ content }}
5
+ <div class="post-jumbo">
6
+ <div class="container">
7
+ <h1 class="title">{{ page.title }}</h1>
8
+ <div class="metadata">
9
+ <p>{{ page.date | date_to_string }}</p>
10
+ </div>
11
+ </div>
12
+ </div>
13
+
14
+ <div class="post-main container">
15
+ {{ content }}
16
+ </div>
@@ -2,10 +2,12 @@
2
2
  layout: page
3
3
  ---
4
4
 
5
- <h1>{{ page.title }}</h1>
6
- {% if page.subtitle %}
7
- <p>{{ page.subtitle }}</p>
8
- {% endif %}
5
+ <div class="center">
6
+ <h1>{{ page.title }}</h1>
7
+ {% if page.subtitle %}
8
+ <p>{{ page.subtitle }}</p>
9
+ {% endif %}
10
+ </div>
9
11
 
10
12
  {% if page.status == "old" %}
11
13
  <div class="alert alert-warning" role="alert">
@@ -26,7 +28,7 @@ layout: page
26
28
  {% endif %}
27
29
 
28
30
  {% if page.repo or page.date %}
29
- <div class="row">
31
+ <div class="row justify-content-center">
30
32
  {% if page.created %}
31
33
  <div class="col-xl-4 col-lg-6 col-md-6">
32
34
  <div class="bordered-box">
File without changes
File without changes
data/_sass/basics.scss CHANGED
File without changes
data/_sass/blog.scss ADDED
@@ -0,0 +1,6 @@
1
+ .blog-excerpt {
2
+ display: -webkit-box;
3
+ -webkit-line-clamp: 4;
4
+ -webkit-box-orient: vertical;
5
+ overflow: hidden;
6
+ }
data/_sass/colors.scss CHANGED
File without changes
data/_sass/defaults.scss CHANGED
@@ -21,6 +21,10 @@ a:hover {
21
21
  color: $link;
22
22
  }
23
23
 
24
+ .block-link:hover {
25
+ text-decoration: none;
26
+ }
27
+
24
28
  a.block-link:hover {
25
29
  text-decoration: none;
26
30
  }
data/_sass/error.scss CHANGED
File without changes
data/_sass/footer.scss CHANGED
File without changes
data/_sass/image.scss CHANGED
File without changes
data/_sass/main.scss CHANGED
@@ -8,3 +8,5 @@
8
8
  @import "syntax";
9
9
  @import "error";
10
10
  @import "slide";
11
+ @import "post";
12
+ @import "blog";
data/_sass/nav.scss CHANGED
File without changes
data/_sass/post.scss ADDED
@@ -0,0 +1,32 @@
1
+ .post-jumbo {
2
+ background-color: $footer-background;
3
+ }
4
+
5
+ .post-jumbo .title {
6
+ padding-top: 50px;
7
+ padding-bottom: 50px;
8
+ }
9
+
10
+ .post-jumbo h1.title {
11
+ font-size: 72px;
12
+ }
13
+
14
+ .post-jumbo .metadata {
15
+ text-align: right;
16
+ padding-bottom: 20px;
17
+ }
18
+
19
+ .post-jumbo .metadata p {
20
+ font-size: 24px;
21
+ color: #000;
22
+ }
23
+
24
+ .post-main {
25
+ padding-top: 20px;
26
+ padding-bottom: 40px;
27
+ }
28
+
29
+ .post-banner {
30
+ padding-top: 20px;
31
+ padding-bottom: 50px;
32
+ }
data/_sass/slide.scss CHANGED
File without changes
data/_sass/syntax.scss CHANGED
File without changes
data/_sass/tiles.scss CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-breq
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
- - Wesley Chalmers
7
+ - Brooke Chalmers
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-12-18 00:00:00.000000000 Z
11
+ date: 2021-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -52,6 +52,7 @@ files:
52
52
  - _layouts/showcase.html
53
53
  - _layouts/slideshow.html
54
54
  - _sass/basics.scss
55
+ - _sass/blog.scss
55
56
  - _sass/colors.scss
56
57
  - _sass/defaults.scss
57
58
  - _sass/error.scss
@@ -59,6 +60,7 @@ files:
59
60
  - _sass/image.scss
60
61
  - _sass/main.scss
61
62
  - _sass/nav.scss
63
+ - _sass/post.scss
62
64
  - _sass/slide.scss
63
65
  - _sass/syntax.scss
64
66
  - _sass/tiles.scss