sebasic 0.3.0 → 0.3.5

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: 2a79d97236210de6f25712a5a55114d031bcebcb0597519253267d70c4dd82cb
4
- data.tar.gz: 26e628fa601434f89aa44e72860618e3b471bd867d31197991c1046c026b2603
3
+ metadata.gz: 3fed651c1ed2f68fba520b13e9ea86fd3bb53003b6ff1ee0fbb6b8ba22a3c2a9
4
+ data.tar.gz: ff52cedb34ec3e502b67db2dc63a4bf8235f1d996c372a1be1715c17c96f9f15
5
5
  SHA512:
6
- metadata.gz: 490de49626ebd539a8e2aba38b282fea20a360689a89dbceaeb78c01fdbefa61820d5ea890057ecef60cd4a2fe9562c3eb603fe66f0c8388caa0917344a6a008
7
- data.tar.gz: 8a711a0a46359b6b4864dc35e884ddfcbe68b6b61ca3801fbe77f22231baa8aea30529bead76377f4306c230f0bceb88a757cfb1a1d4b3f38ed4ed11d44a4b01
6
+ metadata.gz: aff9b62dc8592e5ed4d93b65cf2e953a292b5aea3450cd30b744186e6dbc9d7829d223d710cb34abbb77cd77ec9184250a1c21a0a3a5fae55214ad060b13df18
7
+ data.tar.gz: 1946fbf0a481447809ddecbc39311ade5569c0d4a5700af8fd768bb4b240b0c29612b2b4eb61f8d22d9f11f55e5529829ba6a435c4b5118f1afca5f42937ac13
@@ -8,3 +8,6 @@ sebasic:
8
8
  github_user: lewisrobbins
9
9
 
10
10
  theme: sebasic
11
+
12
+ sass:
13
+ style: compressed
@@ -1,3 +1,3 @@
1
- <footer>
2
- <a href="/feed.xml">rss</a>
3
- </footer
1
+ <span class="rss-span">
2
+ <a class="rss-link" href=#>Back to top</a>
3
+ </div>
@@ -3,10 +3,8 @@
3
3
  <meta http-equiv="X-UA-Compatible" content="IE=edge" />
4
4
  <meta name="viewport" content="width=device-width, initial-scale=1" />
5
5
  {%- seo title=false -%}
6
- <link rel="stylesheet" href="{{ site.url }}/assets/css/main.css" />
6
+ <link rel="stylesheet" href="{{ site.url }}/assets/css/style.css" />
7
7
  <link rel="shortcut icon" type="image/x-icon" href="/{{ site.favicon }}?" />
8
- <link rel="stylesheet" href="{{ site.url }}/assets/css/normalize.css" />
9
- <link rel="stylesheet" href="{{ site.url }}/assets/css/syntax.css" />
10
8
  {%- feed_meta -%}
11
9
  {%- if jekyll.environment == 'production' and site.google_analytics -%}
12
10
  {%- include google-analytics.html -%}
@@ -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;
@@ -59,6 +64,14 @@ ul li a {
59
64
  ul li a:active {
60
65
  background: #ccc;
61
66
  }
67
+
68
+ .rss-link:hover {
69
+ background: #eee;
70
+ }
71
+
72
+ .rss-link:active {
73
+ background: #ccc;
74
+ }
62
75
  }
63
76
 
64
77
  @media (min-width: 500px) {
@@ -84,6 +97,19 @@ ul li a {
84
97
  text-align: right;
85
98
  font-size: inherit;
86
99
  }
100
+
101
+ // for rss hover (a11y)
102
+ .rss-span {
103
+ display: inline-block;
104
+ padding-right: 10px;
105
+ text-align: right;
106
+ font-size: inherit;
107
+ }
108
+
109
+ .rss-span .rss-link {
110
+ padding: 10px 15px;
111
+ transition: 150ms background-color ease-in;
112
+ }
87
113
  }
88
114
 
89
115
  /* main app body */
@@ -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 */
@@ -0,0 +1,6 @@
1
+ ---
2
+ ---
3
+
4
+ @import "main";
5
+ @import "normalize";
6
+ @import "syntax";
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.0
4
+ version: 0.3.5
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-01 00:00:00.000000000 Z
11
+ date: 2020-12-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -94,13 +94,15 @@ 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
100
101
  - _layouts/post.html
101
- - assets/css/main.css
102
- - assets/css/normalize.css
103
- - assets/css/syntax.css
102
+ - _sass/main.scss
103
+ - _sass/normalize.scss
104
+ - _sass/syntax.scss
105
+ - assets/css/style.scss
104
106
  homepage: https://github.com/lewisrobbins/sebasic
105
107
  licenses:
106
108
  - MIT