jekyll-bhautiki 0.1.0 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +18 -5
- data/_config.yml +3 -3
- data/_data/messages.yml +1 -0
- data/_includes/extra/gtag.html +9 -0
- data/_includes/footer.html +3 -1
- data/_includes/head.html +9 -0
- data/_includes/home/overview.html +2 -0
- data/_includes/script.html +1 -1
- data/_sass/common/feather.sass +2 -2
- data/_sass/common/image.sass +1 -1
- data/_sass/common/mode.sass +3 -0
- data/assets/external/mathjax/js/output/chtml/fonts/tex.js +1 -0
- data/assets/external/mathjax/js/output/chtml/fonts/woff-v2/MathJax_AMS-Regular.woff +0 -0
- data/assets/external/mathjax/js/output/chtml/fonts/woff-v2/MathJax_Calligraphic-Bold.woff +0 -0
- data/assets/external/mathjax/js/output/chtml/fonts/woff-v2/MathJax_Calligraphic-Regular.woff +0 -0
- data/assets/external/mathjax/js/output/chtml/fonts/woff-v2/MathJax_Fraktur-Bold.woff +0 -0
- data/assets/external/mathjax/js/output/chtml/fonts/woff-v2/MathJax_Fraktur-Regular.woff +0 -0
- data/assets/external/mathjax/js/output/chtml/fonts/woff-v2/MathJax_Main-Bold.woff +0 -0
- data/assets/external/mathjax/js/output/chtml/fonts/woff-v2/MathJax_Main-Italic.woff +0 -0
- data/assets/external/mathjax/js/output/chtml/fonts/woff-v2/MathJax_Main-Regular.woff +0 -0
- data/assets/external/mathjax/js/output/chtml/fonts/woff-v2/MathJax_Math-BoldItalic.woff +0 -0
- data/assets/external/mathjax/js/output/chtml/fonts/woff-v2/MathJax_Math-Italic.woff +0 -0
- data/assets/external/mathjax/js/output/chtml/fonts/woff-v2/MathJax_Math-Regular.woff +0 -0
- data/assets/external/mathjax/js/output/chtml/fonts/woff-v2/MathJax_SansSerif-Bold.woff +0 -0
- data/assets/external/mathjax/js/output/chtml/fonts/woff-v2/MathJax_SansSerif-Italic.woff +0 -0
- data/assets/external/mathjax/js/output/chtml/fonts/woff-v2/MathJax_SansSerif-Regular.woff +0 -0
- data/assets/external/mathjax/js/output/chtml/fonts/woff-v2/MathJax_Script-Regular.woff +0 -0
- data/assets/external/mathjax/js/output/chtml/fonts/woff-v2/MathJax_Size1-Regular.woff +0 -0
- data/assets/external/mathjax/js/output/chtml/fonts/woff-v2/MathJax_Size2-Regular.woff +0 -0
- data/assets/external/mathjax/js/output/chtml/fonts/woff-v2/MathJax_Size3-Regular.woff +0 -0
- data/assets/external/mathjax/js/output/chtml/fonts/woff-v2/MathJax_Size4-Regular.woff +0 -0
- data/assets/external/mathjax/js/output/chtml/fonts/woff-v2/MathJax_Typewriter-Regular.woff +0 -0
- data/assets/external/mathjax/js/output/chtml/fonts/woff-v2/MathJax_Vector-Bold.woff +0 -0
- data/assets/external/mathjax/js/output/chtml/fonts/woff-v2/MathJax_Vector-Regular.woff +0 -0
- data/assets/external/mathjax/js/output/chtml/fonts/woff-v2/MathJax_Zero.woff +0 -0
- data/assets/external/mathjax/js/output/chtml.js +1 -0
- data/assets/external/mathjax/js/output/svg/fonts/tex.js +1 -0
- data/assets/external/mathjax/js/output/svg.js +1 -0
- metadata +102 -4
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-bhautiki
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pawan Mishra
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-02-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -24,6 +24,76 @@ dependencies:
|
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '4.3'
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: jekyll-seo-tag
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - "~>"
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '2.8'
|
34
|
+
type: :runtime
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - "~>"
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '2.8'
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: jekyll-archives
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - "~>"
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: '2.2'
|
48
|
+
type: :runtime
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - "~>"
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: '2.2'
|
55
|
+
- !ruby/object:Gem::Dependency
|
56
|
+
name: jekyll-sitemap
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
58
|
+
requirements:
|
59
|
+
- - "~>"
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: '1.4'
|
62
|
+
type: :runtime
|
63
|
+
prerelease: false
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
65
|
+
requirements:
|
66
|
+
- - "~>"
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: '1.4'
|
69
|
+
- !ruby/object:Gem::Dependency
|
70
|
+
name: jekyll-include-cache
|
71
|
+
requirement: !ruby/object:Gem::Requirement
|
72
|
+
requirements:
|
73
|
+
- - "~>"
|
74
|
+
- !ruby/object:Gem::Version
|
75
|
+
version: '0.2'
|
76
|
+
type: :runtime
|
77
|
+
prerelease: false
|
78
|
+
version_requirements: !ruby/object:Gem::Requirement
|
79
|
+
requirements:
|
80
|
+
- - "~>"
|
81
|
+
- !ruby/object:Gem::Version
|
82
|
+
version: '0.2'
|
83
|
+
- !ruby/object:Gem::Dependency
|
84
|
+
name: jekyll-feed
|
85
|
+
requirement: !ruby/object:Gem::Requirement
|
86
|
+
requirements:
|
87
|
+
- - "~>"
|
88
|
+
- !ruby/object:Gem::Version
|
89
|
+
version: '0.12'
|
90
|
+
type: :runtime
|
91
|
+
prerelease: false
|
92
|
+
version_requirements: !ruby/object:Gem::Requirement
|
93
|
+
requirements:
|
94
|
+
- - "~>"
|
95
|
+
- !ruby/object:Gem::Version
|
96
|
+
version: '0.12'
|
27
97
|
description:
|
28
98
|
email:
|
29
99
|
- pawanmsr@outlook.com
|
@@ -38,6 +108,7 @@ files:
|
|
38
108
|
- _data/messages.yml
|
39
109
|
- _data/sections.yml
|
40
110
|
- _data/socials.yml
|
111
|
+
- _includes/extra/gtag.html
|
41
112
|
- _includes/footer.html
|
42
113
|
- _includes/head.html
|
43
114
|
- _includes/header.html
|
@@ -75,6 +146,33 @@ files:
|
|
75
146
|
- assets/external/img/stardust.png
|
76
147
|
- assets/external/img/textured-paper.png
|
77
148
|
- assets/external/jquery/js/jquery.min.js
|
149
|
+
- assets/external/mathjax/js/output/chtml.js
|
150
|
+
- assets/external/mathjax/js/output/chtml/fonts/tex.js
|
151
|
+
- assets/external/mathjax/js/output/chtml/fonts/woff-v2/MathJax_AMS-Regular.woff
|
152
|
+
- assets/external/mathjax/js/output/chtml/fonts/woff-v2/MathJax_Calligraphic-Bold.woff
|
153
|
+
- assets/external/mathjax/js/output/chtml/fonts/woff-v2/MathJax_Calligraphic-Regular.woff
|
154
|
+
- assets/external/mathjax/js/output/chtml/fonts/woff-v2/MathJax_Fraktur-Bold.woff
|
155
|
+
- assets/external/mathjax/js/output/chtml/fonts/woff-v2/MathJax_Fraktur-Regular.woff
|
156
|
+
- assets/external/mathjax/js/output/chtml/fonts/woff-v2/MathJax_Main-Bold.woff
|
157
|
+
- assets/external/mathjax/js/output/chtml/fonts/woff-v2/MathJax_Main-Italic.woff
|
158
|
+
- assets/external/mathjax/js/output/chtml/fonts/woff-v2/MathJax_Main-Regular.woff
|
159
|
+
- assets/external/mathjax/js/output/chtml/fonts/woff-v2/MathJax_Math-BoldItalic.woff
|
160
|
+
- assets/external/mathjax/js/output/chtml/fonts/woff-v2/MathJax_Math-Italic.woff
|
161
|
+
- assets/external/mathjax/js/output/chtml/fonts/woff-v2/MathJax_Math-Regular.woff
|
162
|
+
- assets/external/mathjax/js/output/chtml/fonts/woff-v2/MathJax_SansSerif-Bold.woff
|
163
|
+
- assets/external/mathjax/js/output/chtml/fonts/woff-v2/MathJax_SansSerif-Italic.woff
|
164
|
+
- assets/external/mathjax/js/output/chtml/fonts/woff-v2/MathJax_SansSerif-Regular.woff
|
165
|
+
- assets/external/mathjax/js/output/chtml/fonts/woff-v2/MathJax_Script-Regular.woff
|
166
|
+
- assets/external/mathjax/js/output/chtml/fonts/woff-v2/MathJax_Size1-Regular.woff
|
167
|
+
- assets/external/mathjax/js/output/chtml/fonts/woff-v2/MathJax_Size2-Regular.woff
|
168
|
+
- assets/external/mathjax/js/output/chtml/fonts/woff-v2/MathJax_Size3-Regular.woff
|
169
|
+
- assets/external/mathjax/js/output/chtml/fonts/woff-v2/MathJax_Size4-Regular.woff
|
170
|
+
- assets/external/mathjax/js/output/chtml/fonts/woff-v2/MathJax_Typewriter-Regular.woff
|
171
|
+
- assets/external/mathjax/js/output/chtml/fonts/woff-v2/MathJax_Vector-Bold.woff
|
172
|
+
- assets/external/mathjax/js/output/chtml/fonts/woff-v2/MathJax_Vector-Regular.woff
|
173
|
+
- assets/external/mathjax/js/output/chtml/fonts/woff-v2/MathJax_Zero.woff
|
174
|
+
- assets/external/mathjax/js/output/svg.js
|
175
|
+
- assets/external/mathjax/js/output/svg/fonts/tex.js
|
78
176
|
- assets/external/mathjax/js/tex-mml-chtml.js
|
79
177
|
- assets/external/pygments/css/default.css
|
80
178
|
- assets/external/pygments/css/monokai.css
|
@@ -104,14 +202,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
104
202
|
requirements:
|
105
203
|
- - ">="
|
106
204
|
- !ruby/object:Gem::Version
|
107
|
-
version:
|
205
|
+
version: 3.2.2
|
108
206
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
109
207
|
requirements:
|
110
208
|
- - ">="
|
111
209
|
- !ruby/object:Gem::Version
|
112
210
|
version: '0'
|
113
211
|
requirements: []
|
114
|
-
rubygems_version: 3.5.
|
212
|
+
rubygems_version: 3.5.5
|
115
213
|
signing_key:
|
116
214
|
specification_version: 4
|
117
215
|
summary: Physics inspired feature-rich Jekyll theme with Math support.
|