fundamental 0.4.2 → 0.4.3

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
  SHA1:
3
- metadata.gz: 30e4c7149ed4e89e876a9d4fca6cbf181b757b9a
4
- data.tar.gz: 9e8ed5d3ad4e2a92b407c63b5279bc0c4b399dff
3
+ metadata.gz: '048b1e27d8112394f08282ee077892d8755d4993'
4
+ data.tar.gz: 653a618860a6e0812ad67dcc6cd6f5bcee795837
5
5
  SHA512:
6
- metadata.gz: a7ca053266371ff1cdcdfccbb616024bddc20f79c5a650821752d068e3f1044557287b080caac1daf959567d36bfac82eefa68d2b6ee8fa16861f2e47aaf5266
7
- data.tar.gz: ef57e60936652ce429853cde4fc929d8c3560cb378b48cf9efa2b02e5b2afa95c242684d3760fe1624ab56a5c8147ee9ad700f181e044ac2d1820bfb646f0448
6
+ metadata.gz: a07b2bd6470e38520acd4c29cb2cc5f9ed1068ce90603256433e7528f63abe3bad91f48254e6e7d3e9e4539b80caff20146f18ae891dd9f5cf3d0dd2f7bc9bda
7
+ data.tar.gz: 69640d4fc0fe9a6cafa29b2bb92cfcf14402841ba8081323a569af1f6dff69b7701f260b14868c60c7bd61e0f98c18c5b3d17614356d69f35c193fd3064b2f84
data/_includes/head.html CHANGED
@@ -8,6 +8,4 @@
8
8
  <link rel="icon" href="{{site.baseurl}}/favicon.ico" type="image/x-icon">
9
9
  {% endif %}
10
10
  {% seo %}
11
-
12
- {% include header-style.html %}
13
11
  </head>
data/_sass/_syntax.scss CHANGED
@@ -1,64 +1,63 @@
1
- .highlight .c { color: #999988; font-style: italic } /* Comment */
2
- .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
3
- .highlight .k { font-weight: bold } /* Keyword */
4
- .highlight .o { font-weight: bold } /* Operator */
5
- .highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */
6
- .highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
7
- .highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */
8
- .highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
9
- .highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
10
- .highlight .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */
1
+ .highlight .c { color: #75715e } /* Comment */
2
+ .highlight .err { color: #960050; background-color: #1e0010 } /* Error */
3
+ .highlight .k { color: #66d9ef } /* Keyword */
4
+ .highlight .l { color: #ae81ff } /* Literal */
5
+ .highlight .n { color: #f8f8f2 } /* Name */
6
+ .highlight .o { color: #f92672 } /* Operator */
7
+ .highlight .p { color: #f8f8f2 } /* Punctuation */
8
+ .highlight .cm { color: #75715e } /* Comment.Multiline */
9
+ .highlight .cp { color: #75715e } /* Comment.Preproc */
10
+ .highlight .c1 { color: #75715e } /* Comment.Single */
11
+ .highlight .cs { color: #75715e } /* Comment.Special */
11
12
  .highlight .ge { font-style: italic } /* Generic.Emph */
12
- .highlight .gr { color: #aa0000 } /* Generic.Error */
13
- .highlight .gh { color: #999999 } /* Generic.Heading */
14
- .highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
15
- .highlight .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */
16
- .highlight .go { color: #888888 } /* Generic.Output */
17
- .highlight .gp { color: #555555 } /* Generic.Prompt */
18
13
  .highlight .gs { font-weight: bold } /* Generic.Strong */
19
- .highlight .gu { color: #aaaaaa } /* Generic.Subheading */
20
- .highlight .gt { color: #aa0000 } /* Generic.Traceback */
21
- .highlight .kc { font-weight: bold } /* Keyword.Constant */
22
- .highlight .kd { font-weight: bold } /* Keyword.Declaration */
23
- .highlight .kp { font-weight: bold } /* Keyword.Pseudo */
24
- .highlight .kr { font-weight: bold } /* Keyword.Reserved */
25
- .highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */
26
- .highlight .m { color: #009999 } /* Literal.Number */
27
- .highlight .s { color: #d14 } /* Literal.String */
28
- .highlight .na { color: #008080 } /* Name.Attribute */
29
- .highlight .nb { color: #0086B3 } /* Name.Builtin */
30
- .highlight .nc { color: #445588; font-weight: bold } /* Name.Class */
31
- .highlight .no { color: #008080 } /* Name.Constant */
32
- .highlight .ni { color: #800080 } /* Name.Entity */
33
- .highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */
34
- .highlight .nf { color: #990000; font-weight: bold } /* Name.Function */
35
- .highlight .nn { color: #555555 } /* Name.Namespace */
36
- .highlight .nt { color: #000080 } /* Name.Tag */
37
- .highlight .nv { color: #008080 } /* Name.Variable */
38
- .highlight .ow { font-weight: bold } /* Operator.Word */
39
- .highlight .w { color: #bbbbbb } /* Text.Whitespace */
40
- .highlight .mf { color: #009999 } /* Literal.Number.Float */
41
- .highlight .mh { color: #009999 } /* Literal.Number.Hex */
42
- .highlight .mi { color: #009999 } /* Literal.Number.Integer */
43
- .highlight .mo { color: #009999 } /* Literal.Number.Oct */
44
- .highlight .sb { color: #d14 } /* Literal.String.Backtick */
45
- .highlight .sc { color: #d14 } /* Literal.String.Char */
46
- .highlight .sd { color: #d14 } /* Literal.String.Doc */
47
- .highlight .s2 { color: #d14 } /* Literal.String.Double */
48
- .highlight .se { color: #d14 } /* Literal.String.Escape */
49
- .highlight .sh { color: #d14 } /* Literal.String.Heredoc */
50
- .highlight .si { color: #d14 } /* Literal.String.Interpol */
51
- .highlight .sx { color: #d14 } /* Literal.String.Other */
52
- .highlight .sr { color: #009926 } /* Literal.String.Regex */
53
- .highlight .s1 { color: #d14 } /* Literal.String.Single */
54
- .highlight .ss { color: #990073 } /* Literal.String.Symbol */
55
- .highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */
56
- .highlight .vc { color: #008080 } /* Name.Variable.Class */
57
- .highlight .vg { color: #008080 } /* Name.Variable.Global */
58
- .highlight .vi { color: #008080 } /* Name.Variable.Instance */
59
- .highlight .il { color: #009999 } /* Literal.Number.Integer.Long */
14
+ .highlight .kc { color: #66d9ef } /* Keyword.Constant */
15
+ .highlight .kd { color: #66d9ef } /* Keyword.Declaration */
16
+ .highlight .kn { color: #f92672 } /* Keyword.Namespace */
17
+ .highlight .kp { color: #66d9ef } /* Keyword.Pseudo */
18
+ .highlight .kr { color: #66d9ef } /* Keyword.Reserved */
19
+ .highlight .kt { color: #66d9ef } /* Keyword.Type */
20
+ .highlight .ld { color: #e6db74 } /* Literal.Date */
21
+ .highlight .m { color: #ae81ff } /* Literal.Number */
22
+ .highlight .s { color: #e6db74 } /* Literal.String */
23
+ .highlight .na { color: #a6e22e } /* Name.Attribute */
24
+ .highlight .nb { color: #f8f8f2 } /* Name.Builtin */
25
+ .highlight .nc { color: #a6e22e } /* Name.Class */
26
+ .highlight .no { color: #66d9ef } /* Name.Constant */
27
+ .highlight .nd { color: #a6e22e } /* Name.Decorator */
28
+ .highlight .ni { color: #f8f8f2 } /* Name.Entity */
29
+ .highlight .ne { color: #a6e22e } /* Name.Exception */
30
+ .highlight .nf { color: #a6e22e } /* Name.Function */
31
+ .highlight .nl { color: #f8f8f2 } /* Name.Label */
32
+ .highlight .nn { color: #f8f8f2 } /* Name.Namespace */
33
+ .highlight .nx { color: #a6e22e } /* Name.Other */
34
+ .highlight .py { color: #f8f8f2 } /* Name.Property */
35
+ .highlight .nt { color: #f92672 } /* Name.Tag */
36
+ .highlight .nv { color: #f8f8f2 } /* Name.Variable */
37
+ .highlight .ow { color: #f92672 } /* Operator.Word */
38
+ .highlight .w { color: #f8f8f2 } /* Text.Whitespace */
39
+ .highlight .mf { color: #ae81ff } /* Literal.Number.Float */
40
+ .highlight .mh { color: #ae81ff } /* Literal.Number.Hex */
41
+ .highlight .mi { color: #ae81ff } /* Literal.Number.Integer */
42
+ .highlight .mo { color: #ae81ff } /* Literal.Number.Oct */
43
+ .highlight .sb { color: #e6db74 } /* Literal.String.Backtick */
44
+ .highlight .sc { color: #e6db74 } /* Literal.String.Char */
45
+ .highlight .sd { color: #e6db74 } /* Literal.String.Doc */
46
+ .highlight .s2 { color: #e6db74 } /* Literal.String.Double */
47
+ .highlight .se { color: #ae81ff } /* Literal.String.Escape */
48
+ .highlight .sh { color: #e6db74 } /* Literal.String.Heredoc */
49
+ .highlight .si { color: #e6db74 } /* Literal.String.Interpol */
50
+ .highlight .sx { color: #e6db74 } /* Literal.String.Other */
51
+ .highlight .sr { color: #e6db74 } /* Literal.String.Regex */
52
+ .highlight .s1 { color: #e6db74 } /* Literal.String.Single */
53
+ .highlight .ss { color: #e6db74 } /* Literal.String.Symbol */
54
+ .highlight .bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */
55
+ .highlight .vc { color: #f8f8f2 } /* Name.Variable.Class */
56
+ .highlight .vg { color: #f8f8f2 } /* Name.Variable.Global */
57
+ .highlight .vi { color: #f8f8f2 } /* Name.Variable.Instance */
58
+ .highlight .il { color: #ae81ff } /* Literal.Number.Integer.Long */
60
59
 
61
- /* Make line numbers unselectable: excludes line numbers from copy-paste user ops */
62
- .highlight .lineno {-webkit-user-select: none;-moz-user-select: none; -o-user-select: none;}
63
- .lineno::-moz-selection {background-color: transparent;} /* Mozilla specific */
64
- .lineno::selection {background-color: transparent;} /* Other major browsers */
60
+ .highlight .gh { } /* Generic Heading & Diff Header */
61
+ .highlight .gu { color: #75715e; } /* Generic.Subheading & Diff Unified/Comment? */
62
+ .highlight .gd { color: #f92672; } /* Generic.Deleted & Diff Deleted */
63
+ .highlight .gi { color: #a6e22e; } /* Generic.Inserted & Diff Inserted */
data/assets/main.scss CHANGED
@@ -17,3 +17,48 @@
17
17
  //Pages
18
18
  @import "blog";
19
19
  @import 'post';
20
+
21
+ //Dynamic header media query
22
+
23
+ {% assign i = 0 %}
24
+ {% for pg in site.pages %}
25
+ {% if pg.menu == true %}
26
+ {% assign i = i | plus: 1 %}
27
+ {% endif %}
28
+ {% endfor %}
29
+
30
+ {% assign i = i | times: 70 | plus: 420 %}
31
+
32
+ @media screen and (max-width: {{i}}px){
33
+ header {
34
+ justify-content: flex-start;
35
+ margin-bottom: -20px;
36
+ }
37
+ nav {
38
+ overflow-y: hidden;
39
+ overflow-x: auto;
40
+ max-height: 50px;
41
+ -webkit-overflow-scrolling: touch;
42
+ border-bottom: 2px solid {{site.socialBtnsColor}};
43
+ width: 100%;
44
+ }
45
+ nav a {
46
+ text-decoration: none;
47
+ }
48
+ nav ul {
49
+ margin-right: 0;
50
+ overflow-x: auto;
51
+ margin: 10px 0 0 40px;
52
+ display: flex;
53
+ overflow-x: auto;
54
+ padding-bottom: 30px;
55
+ margin-left: 10px;
56
+ margin-top: 5px;
57
+ }
58
+ header .title {
59
+ margin-left: 20px;
60
+ margin-top: 5px;
61
+ margin-bottom: 5px;
62
+ font-size: 120%;
63
+ }
64
+ }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fundamental
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Theo M Jones
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-26 00:00:00.000000000 Z
11
+ date: 2017-08-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -110,7 +110,6 @@ files:
110
110
  - _includes/facebook.svg
111
111
  - _includes/footer.html
112
112
  - _includes/head.html
113
- - _includes/header-style.html
114
113
  - _includes/header.html
115
114
  - _includes/info.html
116
115
  - _includes/item.html
@@ -1,44 +0,0 @@
1
- {% assign i = 0 %}
2
- {% for pg in site.pages %}
3
- {% if pg.menu == true %}
4
- {% assign i = i | plus: 1 %}
5
- {% endif %}
6
- {% endfor %}
7
-
8
- {% assign i = i | times: 70 | plus: 420 %}
9
-
10
- <style>
11
- @media screen and (max-width: {{i}}px){
12
- header {
13
- justify-content: flex-start;
14
- margin-bottom: -20px;
15
- }
16
- nav {
17
- overflow-y: hidden;
18
- overflow-x: auto;
19
- max-height: 50px;
20
- -webkit-overflow-scrolling: touch;
21
- border-bottom: 2px solid {{site.socialBtnsColor}};
22
- width: 100%;
23
- }
24
- nav a {
25
- text-decoration: none;
26
- }
27
- nav ul {
28
- margin-right: 0;
29
- overflow-x: auto;
30
- margin: 10px 0 0 40px;
31
- display: flex;
32
- overflow-x: auto;
33
- padding-bottom: 30px;
34
- margin-left: 10px;
35
- margin-top: 5px;
36
- }
37
- header .title {
38
- margin-left: 20px;
39
- margin-top: 5px;
40
- margin-bottom: 5px;
41
- font-size: 120%;
42
- }
43
- }
44
- </style>