jekyll-theme-breq 0.1.4 → 0.1.5

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 (46) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +0 -0
  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 +3 -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 +27 -2
  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 +0 -0
  17. data/_layouts/page.html +0 -0
  18. data/_layouts/post.html +0 -0
  19. data/_layouts/project.html +0 -0
  20. data/_layouts/showcase.html +0 -0
  21. data/_layouts/slideshow.html +0 -0
  22. data/_sass/basics.scss +0 -0
  23. data/_sass/colors.scss +0 -0
  24. data/_sass/defaults.scss +0 -0
  25. data/_sass/error.scss +0 -0
  26. data/_sass/footer.scss +0 -0
  27. data/_sass/image.scss +0 -0
  28. data/_sass/main.scss +0 -0
  29. data/_sass/nav.scss +0 -0
  30. data/_sass/post.scss +5 -0
  31. data/_sass/slide.scss +0 -0
  32. data/_sass/syntax.scss +0 -0
  33. data/_sass/tiles.scss +0 -0
  34. data/assets/css/styles.scss +0 -0
  35. data/assets/icons/android-chrome-192x192.png +0 -0
  36. data/assets/icons/android-chrome-512x512.png +0 -0
  37. data/assets/icons/apple-touch-icon.png +0 -0
  38. data/assets/icons/browserconfig.xml +0 -0
  39. data/assets/icons/favicon-16x16.png +0 -0
  40. data/assets/icons/favicon-32x32.png +0 -0
  41. data/assets/icons/favicon.ico +0 -0
  42. data/assets/icons/mstile-150x150.png +0 -0
  43. data/assets/icons/site.webmanifest +0 -0
  44. data/assets/images/pansexual.png +0 -0
  45. data/assets/videos/344.webm +0 -0
  46. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d8f08835399ba2322fcce131423d6d047cf2666df878d8197ac1f61e81e8f3b6
4
- data.tar.gz: 4c99d8dcce3d6729adf3b16afa15889a7c936bfd61da159bd3147ebf6899f9a3
3
+ metadata.gz: 753660759f2f9818dfc4d639dfeccd1efa2e21e8f7db8f4ac2fd1b1c7d236e72
4
+ data.tar.gz: c4700064aee8d241d655626cfeb94f9cdfda7bfcd036014671530fde32975900
5
5
  SHA512:
6
- metadata.gz: 49c57cd7470c2d741316b064d6204355e4a585ab3d698664fce3d535563bd20868e46d36afc1daaa3e2e2bec899e4350fe50adccea6b6b736c54482f891d5b82
7
- data.tar.gz: 465bb6a14b8edfac21b08e09ef539ebb2f9575514ac526b615e0946bffdef59cb3d51605014d0717f7a119cefb6b0e8bdc37a8ff8e47dff2cd31bb5fa827922d
6
+ metadata.gz: 04f26dfa6c4138c3142fbd2ae8286557676b42a6a8fd9d65026aee30cec7f254f42ad8dbb7c1203eb7451499cc42d2106ad3174ef367796d824b65f0180eeb57
7
+ data.tar.gz: 2bf805f46b45b73bf85c9779de0845adcc349ab1bd4ab34d6fc9c1cf17c92051b752d2cdfa96a1d4cef481eac273d59b182d4b08b48d12a326d954125eff774e
data/LICENSE.txt CHANGED
File without changes
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,8 @@
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 type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
29
+
27
30
  <!-- site-specific -->
28
31
  <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,36 @@
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="post-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">
25
+ <h1>{{ post.title }}</h1>
26
+ <p>{{ post.excerpt | truncate: 200 }}</p>
27
+ </div>
28
+ </div>
29
+ </a>
30
+ </div>
31
+
32
+ {% endfor %}
33
+
34
+ <!--
9
35
  <div class="tile-col col-lg-6">
10
36
  <a class="tile-link" href="{{ post.url }}">
11
37
  <div class="tile">
@@ -36,5 +62,4 @@ layout: page
36
62
  </div>
37
63
  </a>
38
64
  </div>
39
-
40
- {% endfor %}
65
+ -->
File without changes
File without changes
data/_layouts/error.html CHANGED
File without changes
File without changes
data/_layouts/page.html CHANGED
File without changes
data/_layouts/post.html CHANGED
File without changes
File without changes
File without changes
File without changes
data/_sass/basics.scss CHANGED
File without changes
data/_sass/colors.scss CHANGED
File without changes
data/_sass/defaults.scss CHANGED
File without changes
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
File without changes
data/_sass/nav.scss CHANGED
File without changes
data/_sass/post.scss CHANGED
@@ -25,3 +25,8 @@
25
25
  padding-top: 20px;
26
26
  padding-bottom: 40px;
27
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.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wesley Chalmers
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-02-11 00:00:00.000000000 Z
11
+ date: 2021-03-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll