jekyll-bhautiki 0.1.4 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +15 -6
- data/_config.yml +6 -1
- data/_data/language.yml +123 -0
- data/_data/socials.yml +11 -7
- data/_includes/home/overview.html +3 -3
- data/_includes/post/title.html +4 -0
- data/_layouts/home.html +52 -6
- data/_sass/common/feather.sass +3 -0
- data/_sass/common/mode.sass +1 -2
- data/_sass/common/nav.sass +1 -1
- data/_sass/layouts/categories.sass +1 -1
- data/_sass/layouts/default.sass +7 -0
- data/assets/external/pygments/css/default.sass +2 -2
- data/assets/external/pygments/css/monokai.sass +3 -3
- metadata +20 -9
- data/assets/external/pygments/css/default.css +0 -75
- data/assets/external/pygments/css/monokai.css +0 -85
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0d137aabc6072194b3b050205f085d4ee1975894ed48fa9e7eee7f3ebaff8cdf
|
4
|
+
data.tar.gz: d613fc7f41c6f678168622453e40a7b17908f63195609bad7ba7e65e1e885fd6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b1acab5962793bb8426f545843a2b3cad95f1da6c0810ee72e3827c32e67aab5294f031404f796a9860cc4b6a056e9928f8701c578c44d672940d1a6bd9b6f5c
|
7
|
+
data.tar.gz: cacbcdb8c55d58df9b92fe0a589e701c67a85214844ff236c439873449f10681043c05c0ea026923f72bb8b0579720fa4d7231915c01378cbb99fbb2297b9667
|
data/README.md
CHANGED
@@ -4,11 +4,18 @@ Physics inspired feature-rich Jekyll theme with math support.
|
|
4
4
|
|
5
5
|
[![Gem Version](https://badge.fury.io/rb/jekyll-bhautiki.svg)](https://badge.fury.io/rb/jekyll-bhautiki)
|
6
6
|
|
7
|
-
[![Demo](https://i.ibb.co/
|
7
|
+
[![Demo](https://i.ibb.co/rM2DSYT/jekyll-bhautiki.png)](https://ibb.co/q9YTfKX)
|
8
8
|
|
9
|
-
|
9
|
+
## Usage
|
10
10
|
|
11
|
-
|
11
|
+
This theme was developed for personal use.
|
12
|
+
|
13
|
+
- Site data in [_data](/_data/).
|
14
|
+
- Posts in [_posts](/_posts/).
|
15
|
+
|
16
|
+
Attribution will be appreciated, always :grin:.
|
17
|
+
|
18
|
+
## Development and Maintenance
|
12
19
|
|
13
20
|
[Docs](/docs/) for more details.
|
14
21
|
|
@@ -54,11 +61,13 @@ bundle install
|
|
54
61
|
# Host on local.
|
55
62
|
bundle exec jekyll serve
|
56
63
|
|
57
|
-
#
|
64
|
+
# Use gem build and gem push to
|
58
65
|
# build and push gems.
|
59
66
|
|
60
67
|
```
|
61
68
|
|
69
|
+
[Rakefile](/Rakefile) or shell script for task automation.
|
70
|
+
|
62
71
|
#### Markups
|
63
72
|
|
64
73
|
- [SASS](https://sass-lang.com/).
|
@@ -71,7 +80,7 @@ Easy feature integration.
|
|
71
80
|
- [Feather](https://feathericons.com/)
|
72
81
|
- [Foundation](https://get.foundation/)
|
73
82
|
- [MathJax](https://www.mathjax.org/)
|
74
|
-
- [
|
83
|
+
- [TocBot](https://tscanlin.github.io/tocbot/)
|
75
84
|
|
76
85
|
TODO
|
77
86
|
|
@@ -114,7 +123,7 @@ Space (dark) and Vintage Notebook (multicolor).
|
|
114
123
|
|
115
124
|
English (India/UK) is the default.
|
116
125
|
|
117
|
-
- Language Support:
|
126
|
+
- Indian Language Support:
|
118
127
|
- [ ] Hindi
|
119
128
|
- [ ] Marathi
|
120
129
|
- [ ] Telugu
|
data/_config.yml
CHANGED
@@ -46,6 +46,8 @@ author:
|
|
46
46
|
username: ""
|
47
47
|
goodreads:
|
48
48
|
username: ""
|
49
|
+
youtube:
|
50
|
+
username: ""
|
49
51
|
|
50
52
|
# Build settings
|
51
53
|
# theme: jekyll-bhautiki
|
@@ -53,6 +55,8 @@ plugins:
|
|
53
55
|
- jekyll-feed
|
54
56
|
- jekyll-seo-tag
|
55
57
|
- jekyll-archives
|
58
|
+
- jekyll-include-cache
|
59
|
+
- jekyll-sitemap # requires base hostname and protocol for site; see url above
|
56
60
|
|
57
61
|
# Analytics
|
58
62
|
analytics:
|
@@ -60,7 +64,7 @@ analytics:
|
|
60
64
|
|
61
65
|
# Language
|
62
66
|
lang: eng
|
63
|
-
# langs = [eng, fre, hin, mar, tel, bho] # TODO: add language support
|
67
|
+
# langs = [eng, fre, hin, mar, kna, tel, bho] # TODO: add language support
|
64
68
|
# ISO 639.2 standard:
|
65
69
|
# https://www.loc.gov/standards/iso639-2/php/code_list.php
|
66
70
|
|
@@ -98,6 +102,7 @@ exclude:
|
|
98
102
|
- .python-version
|
99
103
|
- jekyll-bhautiki.gemspec
|
100
104
|
- docs/
|
105
|
+
- Rakefile
|
101
106
|
|
102
107
|
kramdown:
|
103
108
|
syntax_highlighter: rouge
|
data/_data/language.yml
ADDED
@@ -0,0 +1,123 @@
|
|
1
|
+
eng:
|
2
|
+
title:
|
3
|
+
label:
|
4
|
+
|
5
|
+
home:
|
6
|
+
label:
|
7
|
+
url:
|
8
|
+
|
9
|
+
about:
|
10
|
+
label:
|
11
|
+
url:
|
12
|
+
|
13
|
+
archive:
|
14
|
+
label:
|
15
|
+
url:
|
16
|
+
|
17
|
+
categories:
|
18
|
+
label:
|
19
|
+
url:
|
20
|
+
|
21
|
+
hin:
|
22
|
+
title:
|
23
|
+
label:
|
24
|
+
|
25
|
+
home:
|
26
|
+
label:
|
27
|
+
url:
|
28
|
+
|
29
|
+
about:
|
30
|
+
label:
|
31
|
+
url:
|
32
|
+
|
33
|
+
archive:
|
34
|
+
label:
|
35
|
+
url:
|
36
|
+
|
37
|
+
categories:
|
38
|
+
label:
|
39
|
+
url:
|
40
|
+
|
41
|
+
mar:
|
42
|
+
title:
|
43
|
+
label:
|
44
|
+
|
45
|
+
home:
|
46
|
+
label:
|
47
|
+
url:
|
48
|
+
|
49
|
+
about:
|
50
|
+
label:
|
51
|
+
url:
|
52
|
+
|
53
|
+
archive:
|
54
|
+
label:
|
55
|
+
url:
|
56
|
+
|
57
|
+
categories:
|
58
|
+
label:
|
59
|
+
url:
|
60
|
+
|
61
|
+
tel:
|
62
|
+
title:
|
63
|
+
label:
|
64
|
+
|
65
|
+
home:
|
66
|
+
label:
|
67
|
+
url:
|
68
|
+
|
69
|
+
about:
|
70
|
+
label:
|
71
|
+
url:
|
72
|
+
|
73
|
+
archive:
|
74
|
+
label:
|
75
|
+
url:
|
76
|
+
|
77
|
+
categories:
|
78
|
+
label:
|
79
|
+
url:
|
80
|
+
|
81
|
+
kan:
|
82
|
+
title:
|
83
|
+
label:
|
84
|
+
|
85
|
+
home:
|
86
|
+
label:
|
87
|
+
url:
|
88
|
+
|
89
|
+
about:
|
90
|
+
label:
|
91
|
+
url:
|
92
|
+
|
93
|
+
archive:
|
94
|
+
label:
|
95
|
+
url:
|
96
|
+
|
97
|
+
categories:
|
98
|
+
label:
|
99
|
+
url:
|
100
|
+
|
101
|
+
# Other Indian Languages
|
102
|
+
|
103
|
+
fra:
|
104
|
+
title:
|
105
|
+
label:
|
106
|
+
|
107
|
+
home:
|
108
|
+
label:
|
109
|
+
url:
|
110
|
+
|
111
|
+
about:
|
112
|
+
label:
|
113
|
+
url:
|
114
|
+
|
115
|
+
archive:
|
116
|
+
label:
|
117
|
+
url:
|
118
|
+
|
119
|
+
categories:
|
120
|
+
label:
|
121
|
+
url:
|
122
|
+
|
123
|
+
# Other Foreign Languages
|
data/_data/socials.yml
CHANGED
@@ -1,31 +1,35 @@
|
|
1
1
|
twitter:
|
2
|
-
url: https://www.twitter.com
|
2
|
+
url: https://www.twitter.com/
|
3
3
|
icon: twitter
|
4
4
|
|
5
5
|
github:
|
6
|
-
url: https://www.github.com
|
6
|
+
url: https://www.github.com/
|
7
7
|
icon: github
|
8
8
|
|
9
9
|
linkedin:
|
10
|
-
url: https://www.linkedin.com/in
|
10
|
+
url: https://www.linkedin.com/in/
|
11
11
|
icon: linkedin
|
12
12
|
|
13
13
|
facebook:
|
14
|
-
url: https://www.facebook.com
|
14
|
+
url: https://www.facebook.com/
|
15
15
|
icon: facebook
|
16
16
|
|
17
17
|
instagram:
|
18
|
-
url: https://www.instagram.com
|
18
|
+
url: https://www.instagram.com/
|
19
19
|
icon: instagram
|
20
20
|
|
21
21
|
twitch:
|
22
|
-
url: https://www.twitch.com
|
22
|
+
url: https://www.twitch.com/
|
23
23
|
icon: twitch
|
24
24
|
|
25
25
|
goodreads:
|
26
26
|
url: https://www.goodreads.com/
|
27
27
|
icon: book
|
28
28
|
|
29
|
-
|
29
|
+
youtube:
|
30
|
+
url: https://www.youtube.com/@
|
31
|
+
icon: youtube
|
32
|
+
|
33
|
+
email:
|
30
34
|
url: mailto
|
31
35
|
icon: mail
|
@@ -20,7 +20,7 @@
|
|
20
20
|
|
21
21
|
{% if site.author.socials[name].username %}
|
22
22
|
<li>
|
23
|
-
<a href="{{ site.data.socials[name].url
|
23
|
+
<a href="{{ site.data.socials[name].url | append: site.author.socials[name].username }}" target="_blank">
|
24
24
|
<i data-feather="{{ site.data.socials[name].icon }}"></i>
|
25
25
|
</a>
|
26
26
|
</li>
|
@@ -29,8 +29,8 @@
|
|
29
29
|
|
30
30
|
{% if site.author.email %}
|
31
31
|
<li>
|
32
|
-
<a href="{{ site.data.socials.
|
33
|
-
<i data-feather="{{ site.data.socials.
|
32
|
+
<a href="{{ site.data.socials.email.url | append: ':' | append: site.author.email }}" crossorigin="anonymous" target="_blank">
|
33
|
+
<i data-feather="{{ site.data.socials.email.icon }}"></i>
|
34
34
|
</a>
|
35
35
|
</li>
|
36
36
|
{% endif %}
|
data/_includes/post/title.html
CHANGED
data/_layouts/home.html
CHANGED
@@ -4,7 +4,37 @@ layout: default
|
|
4
4
|
|
5
5
|
<div class="grid-container">
|
6
6
|
<div class="grid-x grid-margin-x small-up-1 large-up-2">
|
7
|
-
|
7
|
+
{% assign drafts = site.posts | where: "draft", true %}
|
8
|
+
|
9
|
+
{% assign count = site.posts.size | minus: drafts.size %}
|
10
|
+
{% assign rest_with_favourites = site.posts | sort: "draft" | slice: 0, count %}
|
11
|
+
|
12
|
+
{% assign favourites = rest_with_favourites | where: "favourite", true %}
|
13
|
+
|
14
|
+
{% assign count = rest_with_favourites.size | minus: favourites.size %}
|
15
|
+
{% assign rest = rest_with_favourites | sort: "favourite" | slice: 0, count %}
|
16
|
+
|
17
|
+
{% assign posts = favourites | concat: rest | concat: drafts %}
|
18
|
+
|
19
|
+
{% assign type = nil %}
|
20
|
+
{% assign iteration = 0 %}
|
21
|
+
|
22
|
+
{% for post in posts %}
|
23
|
+
{% assign odd = iteration | modulo: 2 %}
|
24
|
+
|
25
|
+
{% if post.draft %}
|
26
|
+
{% assign current_type = "draft" %}
|
27
|
+
{% elsif post.favourite %}
|
28
|
+
{% assign current_type = "favourite" %}
|
29
|
+
{% else %}
|
30
|
+
{% assign current_type = nil %}
|
31
|
+
{% endif %}
|
32
|
+
|
33
|
+
{% if type != current_type and odd == 1 %}
|
34
|
+
{% assign iteration = iteration | plus: 1 %}
|
35
|
+
<div class="cell"></div>
|
36
|
+
{% endif %}
|
37
|
+
|
8
38
|
<div class="cell">
|
9
39
|
<a href="{{ post.url | prepend: site_baseurl }}">
|
10
40
|
<div class="card">
|
@@ -13,21 +43,37 @@ layout: default
|
|
13
43
|
</div>
|
14
44
|
|
15
45
|
<div class="card-section">
|
16
|
-
<p>{{ post.description }}</p>
|
46
|
+
<p>{{ post.description | truncate: 256 }}</p>
|
17
47
|
</div>
|
18
48
|
|
19
|
-
<div class="card-section
|
20
|
-
<small
|
49
|
+
<div class="card-section">
|
50
|
+
<small class="float-left">
|
51
|
+
{% if post.favourite %}
|
52
|
+
<i data-feather="star"></i> Favourite
|
53
|
+
{% endif %}
|
54
|
+
|
55
|
+
{% if post.draft %}
|
56
|
+
<i data-feather="edit-2"></i> Draft
|
57
|
+
{% endif %}
|
58
|
+
</small>
|
59
|
+
|
60
|
+
|
61
|
+
<small class="float-right">
|
62
|
+
{{ post.date | date: "%d %B %Y" }}
|
63
|
+
</small>
|
21
64
|
</div>
|
22
65
|
|
23
66
|
{% if post.image %}
|
24
67
|
{% assign src = post.image.path | default: post.image %}
|
25
68
|
{% assign alt = post.image.description | default: "Preview" %}
|
26
|
-
<!-- add image tag -->
|
27
69
|
{% endif %}
|
70
|
+
<!-- add image tag -->
|
28
71
|
</div>
|
29
72
|
</a>
|
30
73
|
</div>
|
31
|
-
|
74
|
+
|
75
|
+
{% assign type = current_type %}
|
76
|
+
{% assign iteration = iteration | plus: 1 %}
|
77
|
+
{% endfor %}
|
32
78
|
</div>
|
33
79
|
</div>
|
data/_sass/common/feather.sass
CHANGED
data/_sass/common/mode.sass
CHANGED
@@ -55,10 +55,9 @@ html[data-theme="dark"]
|
|
55
55
|
.feather
|
56
56
|
color: var(--color)
|
57
57
|
|
58
|
-
code
|
58
|
+
code
|
59
59
|
font-family: monospace
|
60
60
|
font-weight: 500
|
61
|
-
font-size: small
|
62
61
|
|
63
62
|
.card
|
64
63
|
background: linear-gradient(to bottom, var(--header-background), var(--content-background))
|
data/_sass/common/nav.sass
CHANGED
data/_sass/layouts/default.sass
CHANGED
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.6
|
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-09-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -17,6 +17,9 @@ dependencies:
|
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '4.3'
|
20
|
+
- - ">="
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: 4.3.3
|
20
23
|
type: :runtime
|
21
24
|
prerelease: false
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -24,6 +27,9 @@ dependencies:
|
|
24
27
|
- - "~>"
|
25
28
|
- !ruby/object:Gem::Version
|
26
29
|
version: '4.3'
|
30
|
+
- - ">="
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: 4.3.3
|
27
33
|
- !ruby/object:Gem::Dependency
|
28
34
|
name: jekyll-seo-tag
|
29
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -45,6 +51,9 @@ dependencies:
|
|
45
51
|
- - "~>"
|
46
52
|
- !ruby/object:Gem::Version
|
47
53
|
version: '2.2'
|
54
|
+
- - ">="
|
55
|
+
- !ruby/object:Gem::Version
|
56
|
+
version: 2.2.1
|
48
57
|
type: :runtime
|
49
58
|
prerelease: false
|
50
59
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -52,6 +61,9 @@ dependencies:
|
|
52
61
|
- - "~>"
|
53
62
|
- !ruby/object:Gem::Version
|
54
63
|
version: '2.2'
|
64
|
+
- - ">="
|
65
|
+
- !ruby/object:Gem::Version
|
66
|
+
version: 2.2.1
|
55
67
|
- !ruby/object:Gem::Dependency
|
56
68
|
name: jekyll-sitemap
|
57
69
|
requirement: !ruby/object:Gem::Requirement
|
@@ -72,28 +84,28 @@ dependencies:
|
|
72
84
|
requirements:
|
73
85
|
- - "~>"
|
74
86
|
- !ruby/object:Gem::Version
|
75
|
-
version:
|
87
|
+
version: 0.2.1
|
76
88
|
type: :runtime
|
77
89
|
prerelease: false
|
78
90
|
version_requirements: !ruby/object:Gem::Requirement
|
79
91
|
requirements:
|
80
92
|
- - "~>"
|
81
93
|
- !ruby/object:Gem::Version
|
82
|
-
version:
|
94
|
+
version: 0.2.1
|
83
95
|
- !ruby/object:Gem::Dependency
|
84
96
|
name: jekyll-feed
|
85
97
|
requirement: !ruby/object:Gem::Requirement
|
86
98
|
requirements:
|
87
99
|
- - "~>"
|
88
100
|
- !ruby/object:Gem::Version
|
89
|
-
version:
|
101
|
+
version: 0.17.0
|
90
102
|
type: :runtime
|
91
103
|
prerelease: false
|
92
104
|
version_requirements: !ruby/object:Gem::Requirement
|
93
105
|
requirements:
|
94
106
|
- - "~>"
|
95
107
|
- !ruby/object:Gem::Version
|
96
|
-
version:
|
108
|
+
version: 0.17.0
|
97
109
|
description:
|
98
110
|
email:
|
99
111
|
- pawanmsr@outlook.com
|
@@ -105,6 +117,7 @@ files:
|
|
105
117
|
- README.md
|
106
118
|
- _config.yml
|
107
119
|
- _data/assets.yml
|
120
|
+
- _data/language.yml
|
108
121
|
- _data/messages.yml
|
109
122
|
- _data/sections.yml
|
110
123
|
- _data/socials.yml
|
@@ -174,9 +187,7 @@ files:
|
|
174
187
|
- assets/external/mathjax/js/output/svg.js
|
175
188
|
- assets/external/mathjax/js/output/svg/fonts/tex.js
|
176
189
|
- assets/external/mathjax/js/tex-mml-chtml.js
|
177
|
-
- assets/external/pygments/css/default.css
|
178
190
|
- assets/external/pygments/css/default.sass
|
179
|
-
- assets/external/pygments/css/monokai.css
|
180
191
|
- assets/external/pygments/css/monokai.sass
|
181
192
|
- assets/external/tocbot/css/tocbot.css
|
182
193
|
- assets/external/tocbot/js/tocbot.min.js
|
@@ -211,7 +222,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
211
222
|
- !ruby/object:Gem::Version
|
212
223
|
version: '0'
|
213
224
|
requirements: []
|
214
|
-
rubygems_version: 3.5.
|
225
|
+
rubygems_version: 3.5.18
|
215
226
|
signing_key:
|
216
227
|
specification_version: 4
|
217
228
|
summary: Physics inspired feature-rich Jekyll theme with Math support.
|
@@ -1,75 +0,0 @@
|
|
1
|
-
pre { line-height: 125%; }
|
2
|
-
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
|
3
|
-
span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
|
4
|
-
td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
|
5
|
-
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
|
6
|
-
.highlight .hll { background-color: #ffffcc }
|
7
|
-
.highlight { background: #f8f8f8; }
|
8
|
-
.highlight .c { color: #3D7B7B; font-style: italic } /* Comment */
|
9
|
-
.highlight .err { border: 1px solid #FF0000 } /* Error */
|
10
|
-
.highlight .k { color: #008000; font-weight: bold } /* Keyword */
|
11
|
-
.highlight .o { color: #666666 } /* Operator */
|
12
|
-
.highlight .ch { color: #3D7B7B; font-style: italic } /* Comment.Hashbang */
|
13
|
-
.highlight .cm { color: #3D7B7B; font-style: italic } /* Comment.Multiline */
|
14
|
-
.highlight .cp { color: #9C6500 } /* Comment.Preproc */
|
15
|
-
.highlight .cpf { color: #3D7B7B; font-style: italic } /* Comment.PreprocFile */
|
16
|
-
.highlight .c1 { color: #3D7B7B; font-style: italic } /* Comment.Single */
|
17
|
-
.highlight .cs { color: #3D7B7B; font-style: italic } /* Comment.Special */
|
18
|
-
.highlight .gd { color: #A00000 } /* Generic.Deleted */
|
19
|
-
.highlight .ge { font-style: italic } /* Generic.Emph */
|
20
|
-
.highlight .ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */
|
21
|
-
.highlight .gr { color: #E40000 } /* Generic.Error */
|
22
|
-
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
|
23
|
-
.highlight .gi { color: #008400 } /* Generic.Inserted */
|
24
|
-
.highlight .go { color: #717171 } /* Generic.Output */
|
25
|
-
.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
|
26
|
-
.highlight .gs { font-weight: bold } /* Generic.Strong */
|
27
|
-
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
|
28
|
-
.highlight .gt { color: #0044DD } /* Generic.Traceback */
|
29
|
-
.highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
|
30
|
-
.highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
|
31
|
-
.highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
|
32
|
-
.highlight .kp { color: #008000 } /* Keyword.Pseudo */
|
33
|
-
.highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
|
34
|
-
.highlight .kt { color: #B00040 } /* Keyword.Type */
|
35
|
-
.highlight .m { color: #666666 } /* Literal.Number */
|
36
|
-
.highlight .s { color: #BA2121 } /* Literal.String */
|
37
|
-
.highlight .na { color: #687822 } /* Name.Attribute */
|
38
|
-
.highlight .nb { color: #008000 } /* Name.Builtin */
|
39
|
-
.highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */
|
40
|
-
.highlight .no { color: #880000 } /* Name.Constant */
|
41
|
-
.highlight .nd { color: #AA22FF } /* Name.Decorator */
|
42
|
-
.highlight .ni { color: #717171; font-weight: bold } /* Name.Entity */
|
43
|
-
.highlight .ne { color: #CB3F38; font-weight: bold } /* Name.Exception */
|
44
|
-
.highlight .nf { color: #0000FF } /* Name.Function */
|
45
|
-
.highlight .nl { color: #767600 } /* Name.Label */
|
46
|
-
.highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
|
47
|
-
.highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */
|
48
|
-
.highlight .nv { color: #19177C } /* Name.Variable */
|
49
|
-
.highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
|
50
|
-
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
|
51
|
-
.highlight .mb { color: #666666 } /* Literal.Number.Bin */
|
52
|
-
.highlight .mf { color: #666666 } /* Literal.Number.Float */
|
53
|
-
.highlight .mh { color: #666666 } /* Literal.Number.Hex */
|
54
|
-
.highlight .mi { color: #666666 } /* Literal.Number.Integer */
|
55
|
-
.highlight .mo { color: #666666 } /* Literal.Number.Oct */
|
56
|
-
.highlight .sa { color: #BA2121 } /* Literal.String.Affix */
|
57
|
-
.highlight .sb { color: #BA2121 } /* Literal.String.Backtick */
|
58
|
-
.highlight .sc { color: #BA2121 } /* Literal.String.Char */
|
59
|
-
.highlight .dl { color: #BA2121 } /* Literal.String.Delimiter */
|
60
|
-
.highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
|
61
|
-
.highlight .s2 { color: #BA2121 } /* Literal.String.Double */
|
62
|
-
.highlight .se { color: #AA5D1F; font-weight: bold } /* Literal.String.Escape */
|
63
|
-
.highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */
|
64
|
-
.highlight .si { color: #A45A77; font-weight: bold } /* Literal.String.Interpol */
|
65
|
-
.highlight .sx { color: #008000 } /* Literal.String.Other */
|
66
|
-
.highlight .sr { color: #A45A77 } /* Literal.String.Regex */
|
67
|
-
.highlight .s1 { color: #BA2121 } /* Literal.String.Single */
|
68
|
-
.highlight .ss { color: #19177C } /* Literal.String.Symbol */
|
69
|
-
.highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */
|
70
|
-
.highlight .fm { color: #0000FF } /* Name.Function.Magic */
|
71
|
-
.highlight .vc { color: #19177C } /* Name.Variable.Class */
|
72
|
-
.highlight .vg { color: #19177C } /* Name.Variable.Global */
|
73
|
-
.highlight .vi { color: #19177C } /* Name.Variable.Instance */
|
74
|
-
.highlight .vm { color: #19177C } /* Name.Variable.Magic */
|
75
|
-
.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */
|
@@ -1,85 +0,0 @@
|
|
1
|
-
pre { line-height: 125%; }
|
2
|
-
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
|
3
|
-
span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
|
4
|
-
td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
|
5
|
-
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
|
6
|
-
.highlight .hll { background-color: #49483e }
|
7
|
-
.highlight { background: #272822; color: #f8f8f2 }
|
8
|
-
.highlight .c { color: #959077 } /* Comment */
|
9
|
-
.highlight .err { color: #ed007e; background-color: #1e0010 } /* Error */
|
10
|
-
.highlight .esc { color: #f8f8f2 } /* Escape */
|
11
|
-
.highlight .g { color: #f8f8f2 } /* Generic */
|
12
|
-
.highlight .k { color: #66d9ef } /* Keyword */
|
13
|
-
.highlight .l { color: #ae81ff } /* Literal */
|
14
|
-
.highlight .n { color: #f8f8f2 } /* Name */
|
15
|
-
.highlight .o { color: #ff4689 } /* Operator */
|
16
|
-
.highlight .x { color: #f8f8f2 } /* Other */
|
17
|
-
.highlight .p { color: #f8f8f2 } /* Punctuation */
|
18
|
-
.highlight .ch { color: #959077 } /* Comment.Hashbang */
|
19
|
-
.highlight .cm { color: #959077 } /* Comment.Multiline */
|
20
|
-
.highlight .cp { color: #959077 } /* Comment.Preproc */
|
21
|
-
.highlight .cpf { color: #959077 } /* Comment.PreprocFile */
|
22
|
-
.highlight .c1 { color: #959077 } /* Comment.Single */
|
23
|
-
.highlight .cs { color: #959077 } /* Comment.Special */
|
24
|
-
.highlight .gd { color: #ff4689 } /* Generic.Deleted */
|
25
|
-
.highlight .ge { color: #f8f8f2; font-style: italic } /* Generic.Emph */
|
26
|
-
.highlight .ges { color: #f8f8f2; font-weight: bold; font-style: italic } /* Generic.EmphStrong */
|
27
|
-
.highlight .gr { color: #f8f8f2 } /* Generic.Error */
|
28
|
-
.highlight .gh { color: #f8f8f2 } /* Generic.Heading */
|
29
|
-
.highlight .gi { color: #a6e22e } /* Generic.Inserted */
|
30
|
-
.highlight .go { color: #66d9ef } /* Generic.Output */
|
31
|
-
.highlight .gp { color: #ff4689; font-weight: bold } /* Generic.Prompt */
|
32
|
-
.highlight .gs { color: #f8f8f2; font-weight: bold } /* Generic.Strong */
|
33
|
-
.highlight .gu { color: #959077 } /* Generic.Subheading */
|
34
|
-
.highlight .gt { color: #f8f8f2 } /* Generic.Traceback */
|
35
|
-
.highlight .kc { color: #66d9ef } /* Keyword.Constant */
|
36
|
-
.highlight .kd { color: #66d9ef } /* Keyword.Declaration */
|
37
|
-
.highlight .kn { color: #ff4689 } /* Keyword.Namespace */
|
38
|
-
.highlight .kp { color: #66d9ef } /* Keyword.Pseudo */
|
39
|
-
.highlight .kr { color: #66d9ef } /* Keyword.Reserved */
|
40
|
-
.highlight .kt { color: #66d9ef } /* Keyword.Type */
|
41
|
-
.highlight .ld { color: #e6db74 } /* Literal.Date */
|
42
|
-
.highlight .m { color: #ae81ff } /* Literal.Number */
|
43
|
-
.highlight .s { color: #e6db74 } /* Literal.String */
|
44
|
-
.highlight .na { color: #a6e22e } /* Name.Attribute */
|
45
|
-
.highlight .nb { color: #f8f8f2 } /* Name.Builtin */
|
46
|
-
.highlight .nc { color: #a6e22e } /* Name.Class */
|
47
|
-
.highlight .no { color: #66d9ef } /* Name.Constant */
|
48
|
-
.highlight .nd { color: #a6e22e } /* Name.Decorator */
|
49
|
-
.highlight .ni { color: #f8f8f2 } /* Name.Entity */
|
50
|
-
.highlight .ne { color: #a6e22e } /* Name.Exception */
|
51
|
-
.highlight .nf { color: #a6e22e } /* Name.Function */
|
52
|
-
.highlight .nl { color: #f8f8f2 } /* Name.Label */
|
53
|
-
.highlight .nn { color: #f8f8f2 } /* Name.Namespace */
|
54
|
-
.highlight .nx { color: #a6e22e } /* Name.Other */
|
55
|
-
.highlight .py { color: #f8f8f2 } /* Name.Property */
|
56
|
-
.highlight .nt { color: #ff4689 } /* Name.Tag */
|
57
|
-
.highlight .nv { color: #f8f8f2 } /* Name.Variable */
|
58
|
-
.highlight .ow { color: #ff4689 } /* Operator.Word */
|
59
|
-
.highlight .pm { color: #f8f8f2 } /* Punctuation.Marker */
|
60
|
-
.highlight .w { color: #f8f8f2 } /* Text.Whitespace */
|
61
|
-
.highlight .mb { color: #ae81ff } /* Literal.Number.Bin */
|
62
|
-
.highlight .mf { color: #ae81ff } /* Literal.Number.Float */
|
63
|
-
.highlight .mh { color: #ae81ff } /* Literal.Number.Hex */
|
64
|
-
.highlight .mi { color: #ae81ff } /* Literal.Number.Integer */
|
65
|
-
.highlight .mo { color: #ae81ff } /* Literal.Number.Oct */
|
66
|
-
.highlight .sa { color: #e6db74 } /* Literal.String.Affix */
|
67
|
-
.highlight .sb { color: #e6db74 } /* Literal.String.Backtick */
|
68
|
-
.highlight .sc { color: #e6db74 } /* Literal.String.Char */
|
69
|
-
.highlight .dl { color: #e6db74 } /* Literal.String.Delimiter */
|
70
|
-
.highlight .sd { color: #e6db74 } /* Literal.String.Doc */
|
71
|
-
.highlight .s2 { color: #e6db74 } /* Literal.String.Double */
|
72
|
-
.highlight .se { color: #ae81ff } /* Literal.String.Escape */
|
73
|
-
.highlight .sh { color: #e6db74 } /* Literal.String.Heredoc */
|
74
|
-
.highlight .si { color: #e6db74 } /* Literal.String.Interpol */
|
75
|
-
.highlight .sx { color: #e6db74 } /* Literal.String.Other */
|
76
|
-
.highlight .sr { color: #e6db74 } /* Literal.String.Regex */
|
77
|
-
.highlight .s1 { color: #e6db74 } /* Literal.String.Single */
|
78
|
-
.highlight .ss { color: #e6db74 } /* Literal.String.Symbol */
|
79
|
-
.highlight .bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */
|
80
|
-
.highlight .fm { color: #a6e22e } /* Name.Function.Magic */
|
81
|
-
.highlight .vc { color: #f8f8f2 } /* Name.Variable.Class */
|
82
|
-
.highlight .vg { color: #f8f8f2 } /* Name.Variable.Global */
|
83
|
-
.highlight .vi { color: #f8f8f2 } /* Name.Variable.Instance */
|
84
|
-
.highlight .vm { color: #f8f8f2 } /* Name.Variable.Magic */
|
85
|
-
.highlight .il { color: #ae81ff } /* Literal.Number.Integer.Long */
|