programming-pages 0.5.15 → 0.5.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_includes/render_indices.liquid +1 -0
- data/_includes/styles/custom.css +5 -0
- data/_includes/styles/{emoji.css → programming-pages/emoji.css} +0 -0
- data/_includes/styles/{kbd.css → programming-pages/kbd.css} +0 -0
- data/_includes/styles/{svg-icons.css → programming-pages/svg-icons.css} +0 -0
- data/_includes/styles/{tweaks.css → programming-pages/tweaks.css} +4 -1
- data/_layouts/page.html +1 -1
- data/assets/site.css +5 -4
- data/screenshot.png +0 -0
- metadata +7 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 67aa6526d70dc18e7f6e81d59bf3ae90be7ddd7852bcd19def90dce99ab5177a
|
|
4
|
+
data.tar.gz: '0659ad44b2e2150c4648dba8809c36f5f83a17df6a949c670b2015018856ef97'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 95d2f0253308325425b4603849c5beab0a6ba2302c28f3122740703272194d991466b764a6499e113d23449b76e210526316b167ed1ed04e40b6faff40d13adc
|
|
7
|
+
data.tar.gz: dff4f42648b67b4d6e986075894411bbbd787e5a05da1293a8834669dbfb5def482216a3e8f6da14f6bfd750050493398a1fe1899d0bbe49ea01749b41b5a62f
|
|
@@ -20,6 +20,7 @@ params:
|
|
|
20
20
|
{% unless no_indenting contains doc.layout %}
|
|
21
21
|
{% assign path_bits = doc.relative_path | split: '.' | first | split: '/' %}
|
|
22
22
|
{% assign n = path_bits.size | minus: 2 %}
|
|
23
|
+
{% if n == 0 %}{% assign item_class = item_class | append: ' header' %}{% endif %}
|
|
23
24
|
{% if n > 3 %}{% assign n = 3 %}{% endif %}
|
|
24
25
|
{% capture indent %}{% for i in (1..n) %} {% endfor %}{% endcapture %}
|
|
25
26
|
{% capture link %}{{ indent }}{{ doc.title }}{% endcapture %}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -138,6 +138,9 @@ sup:target::before {
|
|
|
138
138
|
padding: 0 0 0 .7em;
|
|
139
139
|
margin-top: 0;
|
|
140
140
|
}
|
|
141
|
+
#sidebar-collection-indices .ui.list .header.item {
|
|
142
|
+
font-weight: normal;
|
|
143
|
+
}
|
|
141
144
|
#sidebar-collection-tabs {
|
|
142
145
|
background-color: #292a2b; /* FIXME: this should be some theme variable for a lightened inverted background */
|
|
143
146
|
}
|
|
@@ -145,7 +148,7 @@ sup:target::before {
|
|
|
145
148
|
top: 3.5rem; /* for sidebar fixed, keep search and tabs fixed at top */
|
|
146
149
|
}
|
|
147
150
|
#sidebar-fixed #sidebar-collection-tabs {
|
|
148
|
-
top:
|
|
151
|
+
top: 5.65rem;
|
|
149
152
|
}
|
|
150
153
|
#sidebar-retractable #sidebar-collection-indices .ui.large.fixed.menu {
|
|
151
154
|
top: 0; /* for sidebar retractable, items still need to be positioned, since they've been fixed */
|
data/_layouts/page.html
CHANGED
data/assets/site.css
CHANGED
|
@@ -30,9 +30,10 @@ layout: compress
|
|
|
30
30
|
{% include styles/semantic-ui/transition.min.css %}
|
|
31
31
|
|
|
32
32
|
{% capture _css %}
|
|
33
|
-
{% include styles/emoji.css %}
|
|
34
|
-
{% include styles/kbd.css %}
|
|
35
|
-
{% include styles/svg-icons.css %}
|
|
36
|
-
{% include styles/tweaks.css %}
|
|
33
|
+
{% include styles/programming-pages/emoji.css %}
|
|
34
|
+
{% include styles/programming-pages/kbd.css %}
|
|
35
|
+
{% include styles/programming-pages/svg-icons.css %}
|
|
36
|
+
{% include styles/programming-pages/tweaks.css %}
|
|
37
37
|
{% include themes/syntax.css %}
|
|
38
|
+
{% include styles/custom.css %}
|
|
38
39
|
{% endcapture %}{{ _css | scssify }}
|
data/screenshot.png
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: programming-pages
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.16
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- pixeldroid
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-03-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: github-pages
|
|
@@ -92,8 +92,11 @@ files:
|
|
|
92
92
|
- _includes/scripts/semantic-ui/sticky.min.js
|
|
93
93
|
- _includes/scripts/semantic-ui/tab.min.js
|
|
94
94
|
- _includes/scripts/semantic-ui/transition.min.js
|
|
95
|
-
- _includes/styles/
|
|
96
|
-
- _includes/styles/
|
|
95
|
+
- _includes/styles/custom.css
|
|
96
|
+
- _includes/styles/programming-pages/emoji.css
|
|
97
|
+
- _includes/styles/programming-pages/kbd.css
|
|
98
|
+
- _includes/styles/programming-pages/svg-icons.css
|
|
99
|
+
- _includes/styles/programming-pages/tweaks.css
|
|
97
100
|
- _includes/styles/semantic-ui/_version.css
|
|
98
101
|
- _includes/styles/semantic-ui/breadcrumb.min.css
|
|
99
102
|
- _includes/styles/semantic-ui/container.min.css
|
|
@@ -119,8 +122,6 @@ files:
|
|
|
119
122
|
- _includes/styles/semantic-ui/tab.min.css
|
|
120
123
|
- _includes/styles/semantic-ui/table.min.css
|
|
121
124
|
- _includes/styles/semantic-ui/transition.min.css
|
|
122
|
-
- _includes/styles/svg-icons.css
|
|
123
|
-
- _includes/styles/tweaks.css
|
|
124
125
|
- _includes/themes/syntax.css
|
|
125
126
|
- _layouts/base.html
|
|
126
127
|
- _layouts/compress.html
|