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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ecc1bea77922f3f22419420d174f347a5b2c1628a9a38ed73a0e2aaa0a8ba45f
4
- data.tar.gz: d642d0d4a3fb399f15ffbb0f2e0b42365bd4dc9bb369fcb536ad93e6d170aba5
3
+ metadata.gz: 67aa6526d70dc18e7f6e81d59bf3ae90be7ddd7852bcd19def90dce99ab5177a
4
+ data.tar.gz: '0659ad44b2e2150c4648dba8809c36f5f83a17df6a949c670b2015018856ef97'
5
5
  SHA512:
6
- metadata.gz: 8ca318f198daf4290c3a4b121dbef2fcb890bb89c51f529501711b8e7581ece70b2e571268e82dea42c5701de8da63daf3f2e2a2d5d9c9ebd8615893063b943b
7
- data.tar.gz: 2053628c08478ee2135419ea4127a2bd01c15b1a3372b41b49e2b25fadec0c3a20b6e744395da3f5d683c2618654452d1ea47df4581f9ff3f719cf3b65920823
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 %}
@@ -0,0 +1,5 @@
1
+ /*
2
+ * CSS customizations
3
+ *
4
+ * rules in this file will take precedence over other rules defined for the theme
5
+ */
@@ -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: 6rem;
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
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  layout: base
3
- theme_version: 0.5.15
3
+ theme_version: 0.5.16
4
4
  theme_url: https://github.com/pixeldroid/programming-pages
5
5
  ---
6
6
 
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.15
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-02-27 00:00:00.000000000 Z
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/emoji.css
96
- - _includes/styles/kbd.css
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