focus-theme 0.1.4 → 0.1.6

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: 8f7d5358349f2bfadbb9cb3dbc21f3ed5aefd0ab213686ddd3f01f2dfe93d514
4
- data.tar.gz: 54d8e99fba91dc575600e77ccbc9511386553b041d34c91923417ac33631adcf
3
+ metadata.gz: 20f1541ccdc2706b53e8ba0d5e13ddf94582f80179d47fa759761680c29bc7d8
4
+ data.tar.gz: 8c50643b0f2731459a248b71caeef1b409cf5cee623ca69110dd0409f5d47a55
5
5
  SHA512:
6
- metadata.gz: fb0885bb1870f38bc11b17f859ac2fb98b82c3f925ceb2c59f16daa69c1b3491a90a2667d5ed35d8c5ebd2f4b548f4f0671322c4c6084fe249f2335b5d2df844
7
- data.tar.gz: a1c7c71b4b43b0e63fc1e86c1ed53763c3e45382bc95d393f6268665188be70826b62369ed3955f7bde7da9cb9b31a6961d6324578c6efb941550544017a5f04
6
+ metadata.gz: 2fdbb780ea08fe6f9acd8dd1d046322ebd6b39f7c6d81498780c914c7e1ccebe631b4f629b9bdbade28682a529ad966f0412a8d120b814ad46e9efb13a8848b6
7
+ data.tar.gz: 6f44d1851670d0157da130ba054f22d338543e1cc63f2b03422328e218884a703525a1bd8a2e9d9d9a089fbb548399cd13fa4730ee2f6e359ab83cb1f85b0ae2
@@ -86,6 +86,9 @@
86
86
 
87
87
  <script src="{{'/assets/js/theme.js' | relative_url }}"></script>
88
88
 
89
+ <!-- MathJax -->
90
+ <script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script>
91
+
89
92
 
90
93
  <!-- Footer -->
91
94
  <footer class="bg-white border-top p-3 text-muted small">
@@ -17,7 +17,7 @@ layout: default
17
17
  </div>
18
18
  </div>
19
19
  <div class="col-md-4">
20
- {% include sidebar.html %}
20
+ {% include sidebar-featured.html %}
21
21
  </div>
22
22
  </div>
23
23
  </div>
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: focus-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
- - Global Nomad LLC
7
+ - Alex Thorpe
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2024-12-24 00:00:00.000000000 Z
10
+ date: 2025-01-27 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: jekyll
@@ -54,7 +54,7 @@ dependencies:
54
54
  description: Focus is a clean, minimal, and responsive theme for Jekyll, perfect for
55
55
  personal blogs and professional portfolios.
56
56
  email:
57
- - contact@globalnomadllc.com
57
+ - contact@alexthorpe.com
58
58
  executables: []
59
59
  extensions: []
60
60
  extra_rdoc_files: []
@@ -99,7 +99,7 @@ files:
99
99
  - assets/js/bootstrap.js
100
100
  - assets/js/lunr.js
101
101
  - assets/js/theme.js
102
- homepage: https://github.com/globalnomadllc/focus
102
+ homepage: https://github.com/osuthorpe/focus
103
103
  licenses:
104
104
  - MIT
105
105
  metadata: {}