sebasic 0.3.2 → 0.3.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2e92377e737ee63a44a65d3fbc67cdd07d614bf8a2f62e9a55c83e3538a47e8c
4
- data.tar.gz: 7f1aa170692d8a8c698fcb25d68782c6a8a990b5df917445d073f4b28639c48d
3
+ metadata.gz: 1156fd0549538dd8bc160e654ab7272d2a90d32a46694b44df782d496e233eb0
4
+ data.tar.gz: f5ac3c58987c6471b77ed561ba8e909e0bee20338d838a13718d700e2a856dba
5
5
  SHA512:
6
- metadata.gz: a078046247203cae52769696845be3bb5f94007b78cab998bf82b86025e454ab8a6b2ff192e9185bd06f2c35e9d5f389c60b581c1a858feec051f05ada8608b8
7
- data.tar.gz: 0e29888d0dd3d7c04b5dace56f2d1ff4ef0a0a3a6272f5057bcc72e57c5ddc152b0dab4c8289b91dfd7a63ce7c9f355178adaf89763fdb45c0dba9dfcc840e6e
6
+ metadata.gz: 94a90ae52da5b084a6c5d8f4d06fea13221f6def946fd573f07a3e938bb7449e818f1e0055efe7252e85b6e88f1afe0b7937f14ce35ee574ad059ece885f90d9
7
+ data.tar.gz: 34b7ce14db0563004f3199617c79d87c2fe060553a7bbf5ed222f7eb21cd7600daded74e65fa6990aa3c50c33f7e9448cc7f5650c9c8be2bfd7611b8e4484c0d
@@ -1,5 +1,3 @@
1
- <footer>
2
- <span class="rss-span">
3
- <a class="rss-link" href="/feed.xml">rss</a>
4
- </span>
5
- </footer
1
+ <span class="rss-span">
2
+ <a class="rss-link" href=#>Back to top</a>
3
+ </div>
@@ -0,0 +1,5 @@
1
+ <div>
2
+ <span class="rss-span">
3
+ <a class="rss-link" href="/feed.xml">rss</a>
4
+ </span>
5
+ </div>
@@ -10,7 +10,6 @@
10
10
  <main class="app_layout" aria-label="Content">
11
11
  {%- include header.html -%}
12
12
  {{ content }}
13
- {%- include footer.html -%}
14
13
  </main>
15
14
  </body>
16
15
  </html>
@@ -17,3 +17,5 @@ layout: default
17
17
  {% endfor %}
18
18
  </ul>
19
19
  {%- endif -%}
20
+
21
+ {%- include rss.html -%}
@@ -12,3 +12,5 @@ layout: default
12
12
  <div class="content">
13
13
  {{ content }}
14
14
  </div>
15
+
16
+ {%- include footer.html -%}
@@ -51,6 +51,11 @@ ul li a {
51
51
  text-decoration: none;
52
52
  }
53
53
 
54
+ span a {
55
+ text-decoration: none;
56
+ color: var(--link-color);
57
+ }
58
+
54
59
  @media (any-hover: hover) {
55
60
  ul li a:hover {
56
61
  background: #eee;
@@ -87,7 +92,7 @@ ul li a {
87
92
 
88
93
  ul li span {
89
94
  display: inline-block;
90
- width: 160px;
95
+ width: 180px;
91
96
  padding-right: 10px;
92
97
  text-align: right;
93
98
  font-size: inherit;
@@ -1,60 +1,61 @@
1
- .highlight { background: #ffffff; }
1
+ .highlight .hll { background-color: #ffffcc }
2
2
  .highlight .c { color: #999988; font-style: italic } /* Comment */
3
3
  .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
4
- .highlight .k { font-weight: bold } /* Keyword */
5
- .highlight .o { font-weight: bold } /* Operator */
4
+ .highlight .k { color: #000000; font-weight: bold } /* Keyword */
5
+ .highlight .o { color: #000000; font-weight: bold } /* Operator */
6
6
  .highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */
7
- .highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
7
+ .highlight .cp { color: #999999; font-weight: bold; font-style: italic } /* Comment.Preproc */
8
8
  .highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */
9
9
  .highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
10
10
  .highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
11
- .highlight .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */
12
- .highlight .ge { font-style: italic } /* Generic.Emph */
11
+ .highlight .ge { color: #000000; font-style: italic } /* Generic.Emph */
13
12
  .highlight .gr { color: #aa0000 } /* Generic.Error */
14
13
  .highlight .gh { color: #999999 } /* Generic.Heading */
15
14
  .highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
16
- .highlight .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */
17
15
  .highlight .go { color: #888888 } /* Generic.Output */
18
16
  .highlight .gp { color: #555555 } /* Generic.Prompt */
19
17
  .highlight .gs { font-weight: bold } /* Generic.Strong */
20
18
  .highlight .gu { color: #aaaaaa } /* Generic.Subheading */
21
19
  .highlight .gt { color: #aa0000 } /* Generic.Traceback */
22
- .highlight .kc { font-weight: bold } /* Keyword.Constant */
23
- .highlight .kd { font-weight: bold } /* Keyword.Declaration */
24
- .highlight .kp { font-weight: bold } /* Keyword.Pseudo */
25
- .highlight .kr { font-weight: bold } /* Keyword.Reserved */
20
+ .highlight .kc { color: #000000; font-weight: bold } /* Keyword.Constant */
21
+ .highlight .kd { color: #000000; font-weight: bold } /* Keyword.Declaration */
22
+ .highlight .kn { color: #000000; font-weight: bold } /* Keyword.Namespace */
23
+ .highlight .kp { color: #000000; font-weight: bold } /* Keyword.Pseudo */
24
+ .highlight .kr { color: #000000; font-weight: bold } /* Keyword.Reserved */
26
25
  .highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */
27
26
  .highlight .m { color: #009999 } /* Literal.Number */
28
- .highlight .s { color: #d14 } /* Literal.String */
27
+ .highlight .s { color: #d01040 } /* Literal.String */
29
28
  .highlight .na { color: #008080 } /* Name.Attribute */
30
29
  .highlight .nb { color: #0086B3 } /* Name.Builtin */
31
30
  .highlight .nc { color: #445588; font-weight: bold } /* Name.Class */
32
31
  .highlight .no { color: #008080 } /* Name.Constant */
32
+ .highlight .nd { color: #3c5d5d; font-weight: bold } /* Name.Decorator */
33
33
  .highlight .ni { color: #800080 } /* Name.Entity */
34
34
  .highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */
35
35
  .highlight .nf { color: #990000; font-weight: bold } /* Name.Function */
36
+ .highlight .nl { color: #990000; font-weight: bold } /* Name.Label */
36
37
  .highlight .nn { color: #555555 } /* Name.Namespace */
37
38
  .highlight .nt { color: #000080 } /* Name.Tag */
38
39
  .highlight .nv { color: #008080 } /* Name.Variable */
39
- .highlight .ow { font-weight: bold } /* Operator.Word */
40
+ .highlight .ow { color: #000000; font-weight: bold } /* Operator.Word */
40
41
  .highlight .w { color: #bbbbbb } /* Text.Whitespace */
41
42
  .highlight .mf { color: #009999 } /* Literal.Number.Float */
42
43
  .highlight .mh { color: #009999 } /* Literal.Number.Hex */
43
44
  .highlight .mi { color: #009999 } /* Literal.Number.Integer */
44
45
  .highlight .mo { color: #009999 } /* Literal.Number.Oct */
45
- .highlight .sb { color: #d14 } /* Literal.String.Backtick */
46
- .highlight .sc { color: #d14 } /* Literal.String.Char */
47
- .highlight .sd { color: #d14 } /* Literal.String.Doc */
48
- .highlight .s2 { color: #d14 } /* Literal.String.Double */
49
- .highlight .se { color: #d14 } /* Literal.String.Escape */
50
- .highlight .sh { color: #d14 } /* Literal.String.Heredoc */
51
- .highlight .si { color: #d14 } /* Literal.String.Interpol */
52
- .highlight .sx { color: #d14 } /* Literal.String.Other */
46
+ .highlight .sb { color: #d01040 } /* Literal.String.Backtick */
47
+ .highlight .sc { color: #d01040 } /* Literal.String.Char */
48
+ .highlight .sd { color: #d01040 } /* Literal.String.Doc */
49
+ .highlight .s2 { color: #d01040 } /* Literal.String.Double */
50
+ .highlight .se { color: #d01040 } /* Literal.String.Escape */
51
+ .highlight .sh { color: #d01040 } /* Literal.String.Heredoc */
52
+ .highlight .si { color: #d01040 } /* Literal.String.Interpol */
53
+ .highlight .sx { color: #d01040 } /* Literal.String.Other */
53
54
  .highlight .sr { color: #009926 } /* Literal.String.Regex */
54
- .highlight .s1 { color: #d14 } /* Literal.String.Single */
55
+ .highlight .s1 { color: #d01040 } /* Literal.String.Single */
55
56
  .highlight .ss { color: #990073 } /* Literal.String.Symbol */
56
57
  .highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */
57
58
  .highlight .vc { color: #008080 } /* Name.Variable.Class */
58
59
  .highlight .vg { color: #008080 } /* Name.Variable.Global */
59
60
  .highlight .vi { color: #008080 } /* Name.Variable.Instance */
60
- .highlight .il { color: #009999 } /* Literal.Number.Integer.Long */
61
+ .highlight .il { color: #009999 } /* Literal.Number.Integer.Long */
@@ -4,4 +4,3 @@
4
4
  @import "main";
5
5
  @import "normalize";
6
6
  @import "syntax";
7
-
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sebasic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lewis R
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-11-22 00:00:00.000000000 Z
11
+ date: 2020-12-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -58,14 +58,14 @@ dependencies:
58
58
  requirements:
59
59
  - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: 2.1.4
61
+ version: 2.2.2
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
- version: 2.1.4
68
+ version: 2.2.2
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: rake
71
71
  requirement: !ruby/object:Gem::Requirement
@@ -94,6 +94,7 @@ files:
94
94
  - _includes/google-analytics.html
95
95
  - _includes/head.html
96
96
  - _includes/header.html
97
+ - _includes/rss.html
97
98
  - _layouts/default.html
98
99
  - _layouts/home.html
99
100
  - _layouts/page.html