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 +4 -4
- data/_layouts/default.html +3 -0
- data/_layouts/page-sidebar.html +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 20f1541ccdc2706b53e8ba0d5e13ddf94582f80179d47fa759761680c29bc7d8
|
4
|
+
data.tar.gz: 8c50643b0f2731459a248b71caeef1b409cf5cee623ca69110dd0409f5d47a55
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2fdbb780ea08fe6f9acd8dd1d046322ebd6b39f7c6d81498780c914c7e1ccebe631b4f629b9bdbade28682a529ad966f0412a8d120b814ad46e9efb13a8848b6
|
7
|
+
data.tar.gz: 6f44d1851670d0157da130ba054f22d338543e1cc63f2b03422328e218884a703525a1bd8a2e9d9d9a089fbb548399cd13fa4730ee2f6e359ab83cb1f85b0ae2
|
data/_layouts/default.html
CHANGED
@@ -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">
|
data/_layouts/page-sidebar.html
CHANGED
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
|
+
version: 0.1.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- Alex Thorpe
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
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@
|
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/
|
102
|
+
homepage: https://github.com/osuthorpe/focus
|
103
103
|
licenses:
|
104
104
|
- MIT
|
105
105
|
metadata: {}
|