jekyll-bhautiki 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +12 -5
- data/_config.yml +3 -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
- metadata +3 -4
- 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: 7514ddcbddfaed6837ff07a61200012498674acb4e8baa7ee16010b924655308
|
4
|
+
data.tar.gz: fd893bd332297ae9ae3dd614615e54805329d9ab71f653d255f19c0beb759125
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f9d9cc285a2cf59c4dcfe4e05643d175795ab6655c91a7db009b7827f5eb8fb43db82311b728563f6ead05300622fdcebcdea84f5d20599e0e6a96e95122bced
|
7
|
+
data.tar.gz: 9fa0b6484289f9a288bc0855e4dc91563f335d9607bcb3d8735b52746a11ad7c00d1645ff8e05bc3d13eb91abb2bd3d93f827660f36b7d910072d4f17f75a128
|
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
|
|
@@ -71,7 +78,7 @@ Easy feature integration.
|
|
71
78
|
- [Feather](https://feathericons.com/)
|
72
79
|
- [Foundation](https://get.foundation/)
|
73
80
|
- [MathJax](https://www.mathjax.org/)
|
74
|
-
- [
|
81
|
+
- [TocBot](https://tscanlin.github.io/tocbot/)
|
75
82
|
|
76
83
|
TODO
|
77
84
|
|
@@ -114,7 +121,7 @@ Space (dark) and Vintage Notebook (multicolor).
|
|
114
121
|
|
115
122
|
English (India/UK) is the default.
|
116
123
|
|
117
|
-
- Language Support:
|
124
|
+
- Indian Language Support:
|
118
125
|
- [ ] Hindi
|
119
126
|
- [ ] Marathi
|
120
127
|
- [ ] 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
|
@@ -60,7 +62,7 @@ analytics:
|
|
60
62
|
|
61
63
|
# Language
|
62
64
|
lang: eng
|
63
|
-
# langs = [eng, fre, hin, mar, tel, bho] # TODO: add language support
|
65
|
+
# langs = [eng, fre, hin, mar, kna, tel, bho] # TODO: add language support
|
64
66
|
# ISO 639.2 standard:
|
65
67
|
# https://www.loc.gov/standards/iso639-2/php/code_list.php
|
66
68
|
|
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.5
|
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-03-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -105,6 +105,7 @@ files:
|
|
105
105
|
- README.md
|
106
106
|
- _config.yml
|
107
107
|
- _data/assets.yml
|
108
|
+
- _data/language.yml
|
108
109
|
- _data/messages.yml
|
109
110
|
- _data/sections.yml
|
110
111
|
- _data/socials.yml
|
@@ -174,9 +175,7 @@ files:
|
|
174
175
|
- assets/external/mathjax/js/output/svg.js
|
175
176
|
- assets/external/mathjax/js/output/svg/fonts/tex.js
|
176
177
|
- assets/external/mathjax/js/tex-mml-chtml.js
|
177
|
-
- assets/external/pygments/css/default.css
|
178
178
|
- assets/external/pygments/css/default.sass
|
179
|
-
- assets/external/pygments/css/monokai.css
|
180
179
|
- assets/external/pygments/css/monokai.sass
|
181
180
|
- assets/external/tocbot/css/tocbot.css
|
182
181
|
- assets/external/tocbot/js/tocbot.min.js
|
@@ -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 */
|